Within these responses, you do not need to worry about grammar, spelling, or proper organization of your ideas—the short written response is a place for you to practice writing as a means of discovering what you think, working out your ideas so that you may better articulate them during our discussions.
Some questions to consider to get you started include (but are not limited by):
What are some first impressions and questions that come to mind during and after your reading?
What confuses you? What piques your curiosity or makes you want to know more?
What words or phrases affect you most?
Do you identify with any of the characters or situations? If so, does this sense of identification help or interfere with your response? How so?
What do you find most interesting or compelling about the work?
You might also consider answering any questions provided by the text after each poetry, drama, or fiction selection.
**The short written responses as a whole are worth 10% of your grade for the course—points will be given based on successful completion of each response and evidence of engagement with the texts.
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 });

