Assignment Question
Creative Writing Assignment
You will write a continuation of a work of literature that we read or a work in a parallel context. You will imitate the style of the author and then write about what elements of that author’s work you used in your own version. Choose one of the authors or works we have read and then write some kind of continuation of the story.
You could write something that happens before the work, something that came next after the work ends or X years later, or you could identify a pivotal part in the story and imagine an alternative storyline beginning at that point in the story. This part of your writing should be 1.5-2 pages double spaced (12 point font). Then you will write 1-2 pages explaining the choices that you made in your writing. What parts of the work did you imitate? Which parts of the style/characters/setting/etc. are evident in your version? What differences are there in your version? Why did you decide to write what you did? Do you imagine your text as part of a bigger plot twist that could change the whole novel or introduce a sequel? Does your work confirm or undermine the author’s?
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 });

