5 pages double spacedPrompt: R. E. Lamb (Guilt, Shame and Morality\”) writes “[M]orality may suffer no essential injury when the possibility of shame is removed, but the excision of guilt cuts off its head.” (342) Explain what Lamb means and why he takes this to be the case. Do you agree or disagree? Defend your view, with reference both to his article and at least one other relevant reading as sources. be sure to provide a clear thesis statement and argument.READINGS:http://anglicanhistory.org/butler/rolls/ (Sermon VIII ONLY)R. E. Lamb, “Guilty, Shame, and Morality,” Philosophy and Phenomenological Research, Vol. 43, No. 3 (Mar., 1983): 329-346. (I have attached this reading to the email!!)Tangney et al. “Moral Emotions and Moral Behavior,” Annual Review of Psychology(2007): 345-72. Read only through page 361. (I have attached this reading to the email!!)
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 });