You will rewrite a scene from Old Times or Betrayal as a story AND rewrite a story as a play. (write 1 1/2pages for this)
Send a draft — it makes the final version a lot easier!
Discuss differences and similarities between a story and a drama. Why would an author choose one over the other? Recall your project for this unit and share ideas and questions.
Also,
Discuss your plans for Project 4: which scene and story will you rewrite? What structural considerations (play vs. narrative) will you want to consider?
(write 1 1/2 pages for this)
It is two different assignments, but part of the same exact topic!:
i need them numbered in 1) and 2) in the essay, so that I know which one is which!
Reading file is attached.
Also watch :
https://www.youtube.com/watch?v=fyXW3e-WI5Y(from OLD TIME (1970) by Harold Pinter: Alan Rickman – Lindsay Duncan – Gina McKee)
https://www.youtube.com/watch?v=1gGKvFYfDaQ(Harold Pinter – The Birthday Party 1968)
https://www.youtube.com/watch?v=1gGKvFYfDaQ (UNDERSTANDING HAROLD PINTER (1st video of 2 on this) Acting Coach NYC)
https://www.youtube.com/watch?v=XfpPn2ayEgc(The Room)
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 });

