The Book “Night” by Elie Wiesel
Write a 500 -750 word thesis/support essay in response to the topic.
What is the significance of the book’s final image of Eliezer’s face reflected in a mirror? He says that “a corpse gazed back” at him. What did he see? Explain. What aspects of him died during his ordeal? What aspects were born in their place?
Requirements
Grading Criteria: In addition to being written at college level, your essay must meet the following criteria. You must:
•Include an introduction with a clear thesis statement, body paragraphs with topic sentences and specific supporting details, and a conclusion. Do not unnecessarily retell the story.
•Format the paper in MLA style.
•Use at least three correctly documented quotes, summaries, or paraphrases from Night. Note: Remember to enclose the exact words of your sources in “quotation marks.”
•Cite by author and page number in parentheses following each quote. Example (Wiesel 32)
•Include a work cited entry for Night.
•If you use additional sources, cite according to MLA rules. If you are using SparkNotes, for example, be sure to include the proper citation information.
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 });

