Assignment Question
This is a Philosophy position paper.
The question to answer is “When, if ever, are we responsible for what we do?”. Use the Susan Wolf argument essay. Write it in favor of Susan Wolfs argument.
Remember that the task here is to be able to rationally persuade an intelligent non-philosopher of your position. This means that you should try to define the terms you use and make clear why the question is a sensible one. After all, most people don’t feel the need to ask whether they should hold someone who just kicked them in the shins on purpose responsible for what they’ve done. And most people would consider scientific inductive reasoning the very standard of rationality. It is not a research paper. ItNo outside research and sources is allowed.
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 });

