During the final 2 weeks of class, you will write and revise a 700- to 1,050-word academic essay using comparison and contrast.
Refer to Ch. 1 & 2 of Wordsmith for prewriting and writing process strategies and to Ch. 10 of Wordsmith for examples of writing using comparison and contrast.
Select a topic from the following list and submit your choice to your instructor for approval before beginning:
- Two news programs (one local and one national) or two online news sources
- Two opposing websites covering a national issue
- A comparison of the representation of male and female characters in a specific movie genre
- Two protagonists from two of your favorite books or novels
- Two national or international figures from an important time in history
- Another topic, as approved by your instructor
Write a rough draft of a five-paragraph, 700- to 1,050-word academic comparison and contrast essay on your selected topic that incorporates at least two peer-reviewed academic sources.
Note. The term five-paragraph essay may or may not have exactly five paragraphs. The term refers to a form of short essay based around an introduction, approximately three supporting paragraphs, and a conclusion, for a total of five paragraphs.
Format your paper consistent with APA guidelines.
Submit your paper to the Assignment Files tab.
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 });

