Read: Reread the essays you wrote for the summary, paraphrase and quotation activities.Reflect: Reflect on the work you submitted and think about any correlations you see between the pieces. Also – think about the descriptive devices used to capture the attention of the audience.Write: In this discussion write about the work you did for the summary, paraphrase and quotation activities. Discuss the devices the authors used in their essays/speeches and note which devices you plan to use in your own writing and how you plan to use them.
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 });

