Assignments To read
Ode to Mulan: http://www.yellowbridge.com/onlinelit/mulan.php
– Tikki Tikki Tembo: http://www.pitt.edu/~dash/tikki.html Change and Houyi the Archer: http://easymandarin123.edublogs.org/2010/03/05/change-and-houyi-the-archer/
– Lady Meng Jiang Wailed at the Great Wall: http://www.wku.edu/~haiwang.yuan/China/tales/mengjiangnv.htm
reply to ALL the questions posted on the forum (10 pts) AND answer one of your classmates question
1- After reading the Ode to Mulan, give a portrait of Mulan
2- After reading the Ode to Mulan, mention one element that strike you/interest you/puzzle you, etc
3- After reading Li Chi Slays the Serpent give a portrait of the young woman
4- Overall, post comments on the readings for this week: anything that strike you? Interest you? Puzzle you? Etc Develop your comments, include examples, precise reference to the texts, etc (3 pts) 5- Post a question on the readings for this week that you are wondering about, or want to generate a discussion about (such as why do you think the women are strong figures, etc… ), 1pt
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 });

