Assignment Question
OBJECTIVE: To examine and analyze the writing style and structure of The Great Gatsby in order to imitate style by writing a creative story from a different perspective.
DIRECTIONS: Choose from the following writing prompts. Incorporate 5 vocabulary words. You need to use the techniques of narrative writing, which include telling a story, having characters interact with dialogue, imagery, and at least three other literary devices such as flashback, foreshadowing, irony, suspense, etc.. The final product should be a total of 2 pages, double-spaced, 12 point font, Times New Roman. View the videos below if you need more information about 1920’s life and language. The Vocabulary words are: Auspices- protection/support Auspicious- lucky Consort- associate/ companion Consortium-company group Destine- to intend/purpose Fortuitous- lucky accident Fortuity- change/accident Predestination- pre-determined Propitiate- to satisfy or appease Propitious- lucky/favorable
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 });

