ENGL 1104:12 Due: Wednesday January 22nd
Assignment #2 Summarizing + Quoting 5%
You need to summarize the short story “The Black Room” by Stephen Leacock (The White Collar Book) and use at least two quotations from the story.
- The purpose of this assignment is to demonstrate your ability to summarize a piece of fiction and to quote from it.
- This one-page assignment will be done in-class. You may have the book with you.
- Tip: Information on writing a summary can be found on page 74 of Essay Do’s and Don’ts
- Tip: use quotation marks, followed by the page number (eg. The wolf is constantly trying to get the pigs to allow him to enter their houses by saying “’Little pig, little pig, let me in!’” (6), but the main pig is too smart to fall for his tricks.)
Evaluation Scheme
| Poor (F/D) | Satisfactory (C) | Good (B) | Excellent (A) | |
| Summary is accurate | ||||
| Summary is concise | ||||
| Uses literary terms properly | ||||
| Quotation style |
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 });

