Project description
You need to read a short story that I attached.
a) Introductory paragraph (6-10 sentences total):
Open with a hook or lead sentence catching the readers attention; in the next sentence give the title/author/genre of the story; write 3-4 sentences giving a brief plot summary of the story; finally, conclude with your thesis sentence stating what your essay shows/proves/explores. Your thesis, which can be in two sentences, should be something like this: This essay investigates whether the princess directs her young lover toward either the lady or the tiger. We conclude that when he opens the door, hell find _______________ .
b) 2-3 body paragraphs on lady (6-10 sentences each):
Your body paragraphs here should argue that the princess guides him to the lady. Use direct textual supportthat is, quote from the short story. You may include 2-3 sentences of relevant personal experience, if you wish, but dont let this overshadow your argumentation rooted in the story\’s language.
c) 2-3 body paragraphs on tiger (6-10 sentences each):
Your next body paragraphs should argue that the princess guides him to the tiger. Same directions as aboveagain, make a sound argument (both valid and true) for the tiger, and include an example from personal experience if you wish.
d) Conclusion (6-10 sentences):
Here summarize your earlier evidence. Close by saying which outcome (lady or tiger) you believe the young lover was led to and why.
In MLA style, when there is one source and everyone is using it, you need only put the page number at the end of a citation, e.g., Stockton writes, \”So I leave it with all of you\” (4).
Instruction files
lady_or_tiger_story.pdf(48,74 KiB)
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 });

