The Millers Tale is often seen as a parody on the courtly love shown in The Knights Tale. Explain what courtly love is and compare its use in both tales. You should also bring the modes of the romance and the fabliau into your discussion about each tale.
Do not use outside research… exceptions include a dictionary, lecture notes (provided), and background information from the textbook (Abrams, M.H., ed. The Norton Anthology of English Literature. 8th ed.Vols. A,B & C. New York: Norton, 2006). Do not need a works cited page. A minimum of 6 direct quotations from The Canterbury Tales.
Instruction files
generalprologue.htm.zip(39,27 KiB)
intro_to_tales.pdf(102,52 KiB)
genre.themes.pdf(120,53 KiB)
gp.pdf(219,76 KiB)
retraction.htm.zip(9,59 KiB)
knight_apos_s_tale-_romance.pdf(1,42 MiB)
intro_to_knight_apos_s_tale.pdf(4,30 MiB)
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 });

