1- In an introduction:
– You will briefly give information about the author (if we know who wrote the tale)
– You will give a short summary of the story
– You will announce your outline (the main themes you will develop in your presentation
2- Development
– You will analyze and detail pertinent aspects of the tale (following the order you announce in your introduction)meaning you will develop a few angles/themes developed in the story (for example the theme of gender, animals, magic, social satire, use of colors, adjectives, etc. depending of the story)
– You may want to point out the cultural subtext of the tale (which elements make this tale German? etc)
3- Conclusion
– You will summarize your main points, and at the end pose a question to invite the listeners to think about another possible interpretation, or suggest further thinking/development.
Reading : Rumpelstiltskin: http://www.surlalunefairytales.com/rumpelstiltskin/index.html
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 });

