With reference to at least two readings on the list for week 3 (September 19), discuss one question or theme which challenges your own understanding of the concept \”citizenship\”.
The success of this course depends on all of us doing the readings carefully and critically before class.
To support both of these things, you will be given one or two questions to answer every second week as you do the readings: these questions will be given to you at the end of each class. You need to hand these to von Lieres at the beginning of the following class. You dont have to write a long, polished essay. Indeed, please keep your answers to under 400 words total. This is meant to be a thoughtful, but informal piece of writing playing with ideas in advance of class discussion.
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 });

