Personal Narrative Writing PromptsDirections:Choose one writing prompt from either Mrs. Smith’s list or the Common Application list and write a three-to-four page personal narrative. Your narrative must:Be formatted in MLA styleUse the first-person point of viewHave a clear beginning, middle, and end (a clear narrative structure)Have plenty of specific and sensory detailsContain dialogue (or quotations from people in the story) formatted correctlyBe edited for spelling, punctuation, and mechanicsOption #1: Mrs. Smith’s Essay Prompts Write about an experience you had doing something for the first time and what you learnedWrite about an experience that caused you to change in some way and describe how you changedWrite about a difficult problem that you overcame and what that taught youOption #2: Common Application Essay Prompts Some students have a background, identity, interest, or talent that is so meaningful they believe their application would be incomplete without it. If this sounds like you, then please share your story.The lessons we take from failure can be fundamental to later success. Recount an incident or time when you experienced failure. How did it affect you, and what did you learn from the experience?Reflect on a time when you challenged a belief or idea. What prompted you to act? Would you make the same decision again?Describe a problem you’ve solved or a problem you’d like to solve. It can be an intellectual challenge, a research query, an ethical dilemma – anything that is of personal importance, no matter the scale. Explain its significance to you and what steps you took or could be taken to identify a solution.Discuss an accomplishment or event, formal or informal, that marked your transition from childhood to adulthood within your culture, community, or family.
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 });