After reading Amy Chua’s essay “How Chinese Mothers are Superior” consider the differences and/or similarities between Asian and Western parenting styles. Use any or all of the prewriting techniques discussed in class to come up with ideas for a comparison/contrast essay about these two parenting styles. Once you have narrowed down your topic, write a rough-draft, which we will review in class. You must also write a formal topic or sentence outline.
Your final draft should be a well-developed and organized seven-paragraph essay using Comparison or Contrast as the predominant rhetorical strategy. Please include specific examples to support your main points. You must cite from “How Chinese Mothers are Superior” and one outside source. Your outline, final draft, and works cited page must be uploaded by the due date.
Note: You must write in the third person point of view.
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 });

