Essay #2: Review a popular book published in the recent years (or a documentary) that addresses critical issues in Asian-Pacific countries (whole region or one country). In four pages (single-spaced) summarize the book or the documentary’s point of view, its theoretical/practical relevance, and its strengths and weaknesses as well as its geographical implications. You will do a 5-min presentation in class starting from March 30.
A drop box will be placed on D2L with a due date of April 13.
Grading criteria
Total: 100 pts
Appropriateness of book/documentary (critical, relevant, Asia-Pacific, etc.) 10 pts
Organization and writing of the essay 60 pts
-An informative title
-Length, structure and organization (see above description for components)
-Writing and spelling
-Effectiveness of argument
-Creativity and originality
-Relevant in-text citations and list of references/bibliography
Oral presentation 30 pts
(Overall effectiveness, preparedness, and creativity)
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 });

