Project description
first watch the movie Glory (1989 starring Denzel Washington and Matthew Broderick) or watch the movie Gangs of New York (2002 starring Daniel Day-Lewis and Leonardo DiCaprio) your choice. Watch the movie carefully and answer the following questions.
1.Write down the main characters as the movie progresses. Make sure to also write down defining characteristics. What are their motivations? How do these characters represent people who could have lived during the historical period that is depicted in the movie? (HINT: You may have to watch the entire movie before answering these questions.)
2.Where does the action take place? How and why are those locations important? Do they match what you read in your textbook? How?
3.What historical events are mentioned and/or portrayed in the movie?
4.What important historical details are included in the movie? How do they help to make the movie more authentic and interesting?
5.How did the class readings and videos help you to understand the movie? Do you think that you would have understood the movie as well as you did without preparation? Do you think that the average movie goer would have understood the movie in the same way? Why or why not?
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 });

