From Reader 1 the article “only daughter”
a movie is “wedjda” by Haifa al mansour
the reader 2 page 4 has the instructions of the homework
1. Choose your favorite story that we have read in class this semester.
2. Think about an interesting theme in this story.
3. Choose a movie you like that has that same theme, but shows it differently somehow.
4. Make sure that A) the film is from a different culture than the story, and B) the film is pretty popular so you can find some interesting articles (in English) about it.
5. Make an outline that follows the same structure as the example in your reader. You should do the exact same structure as I did in my outline, but change the stories and themes to the ones you have chosen.
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 });

