Assignment Question
Paying attention to the cultural influences one is brought up in, the project involves writing about the observances/ceremonies that are required and/or are desired for a funeral. Students must put together what is involved in putting together a plan for a funeral. The project has a minimum of 2500 words. It will be in APA format (cover page, write-up, reference page). There is a minimum of three sources. This project can be thought of as developing a plan as humans plan for many things.
- What choices are available within your culture for body preparation?
- If you had choices, what would be your choice for body preparation?
- What kind of funeral ceremony occurs within your culture?
- If you had a choice, what would you like for the ceremony?
- What events happen after a funeral ceremony that is acceptable/expected?
- If you had a choice, what would you like to happen after your funeral ceremony?
- Why do some cultures pre-plan funerals while others do not?
- Approximate costs of a funeral (again, utilizing the Internet, contacting a funeral director etc.).
The cost of your funeral can be a bulleted list. “A man’s dying is more the survivor’s affair then his own.” -Thomas Mann
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });