Finally, there will be opportunities for . Students can hand in up to two 2-page-long Two points can be earned for each paper (added to your final class average), but only 1 point will be awarded for substandard papers. The point of the paper will be to describe a current event or news story (from within ) in terms of theories and/or research covered in the course. (Do , however, select a media report that is itself already about psychology research!) Although papers should include very brief summaries of the event or news story you choose to write about, the focus should be on describing the relevant aspects of social psychology and on clearly discussing the connection. If you want to hand in two extra credit papers, the first one (Monday, April 4). The second one (Wednesday, April 27). Papers must be handed in as hard copies, not as email attachments.
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 });

