Writing Assignment #2
Most of the characters in “A Streetcar Named Desire” face overwhelming internal and external conflict. Choose ONE of the following characters from the play (Stanley, Blanche, Stella, Mitch) and write a 1-2-page letter from that character to a fictional newspaper advice columnist (think “Dear Abby”) asking for help (in the form of advice) with their issues. Be sure to stay true to your character’s voice. Describe the problems your character faces in clear terms and ask specific, answerable questions. DO NOT RETELL THE PLOT.
Use your own words: do not consult or include any secondary sources!
Grading Criteria
Letters will be checked for plagiarism using detection software and will be evaluated based on:
Originality, complexity, and sufficient development of ideas presented
Appropriate college-level diction/writing
Minimal sentence level errors; evidence of careful proofreading
Use of MLA heading, page numbers, Times-Roman 12 pt. font, and double spaced text
Give your letter a creative title that reflects its content.
No outside sources only use what I give you. Attachment below.
Additional Resources for Understanding (Open Word)
Click CTRL +Click to follow link for only two of them and one is in Word Page.
Will have an example of how I write.
Book Name: Baym, Nina. The Norton Anthology of American Literature, Volume 2. Shorter Edition 8. New York: W.W. Norton, 2012.
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 });

