Name:
Antigone
50 points
Due: January 28
Answers may be typed into the document or hand written.
Part 1: The Play (25 points)
As many notes as you need to prepare for the exam. Answer may take the form of bullet points, an outline or sentences.
Notes on the playwright:
Notes on the plot:
Notes on the characters:
Notes on conflict:
Other notes:
Part 2: My Reaction (25 points)
Answers are expected to be detailed and utilize complete sentences.
Share your reaction (emotional, intellectual or both) to reading this play. What did it say to you? Did it inspire you in any way or impact you on a personal level?
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 });

