The second task will be an argued reflection of Plato’s ‘Crito’ in terms of some stated themes of the unit, and will include reference to at least one secondary resource. Students should refer to the supplementary critical readings list on the unit’s vUWS site for suitable secondary resources for the essay. Students are not confined to these lists, but should be aware that general online resources will not be counted as suitable secondary material for the essay.
It is recommended that students purchase these Norton editions of the texts, as teaching staff will be utilising the critical material in these editions, and using the particular editions and translations contained therein. Please note that other publications may contain very different versions of the primary texts for this unit.
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 });

