Assignment Question
What is the format for this paper? This paper will need to be in an essay test format. Follow the outline below. Essay Test Formula Introduction Lead-in 3pt. Thesis Statement Body (X3) Topic Sentence Proof/Example/Quote Explanation Explanation Proof/Example/Quote Explanation Explanation Explain directly back to the thesis statement, using keywords from the thesis Transition Sentence (mentions what’s coming next) Conclusion “So What?” Provide a Larger Meaning Repackage, don’t Restate Echoing the introduction Explain Implications Note: This paper should still adhere to MLA format. You will upload it as a document. You will also be required to use at least one source and have a properly constructed Works Cited page. Turnitin.com Class ID: 41360402 Enrollment Key: english103 What will you argue in this paper? Step 1 is to go to the following link. And, work through the Moral Machine’s survey, by clicking on the “start judging” button (note: your results will not be used unless you give them permission for their study). Or, you can go to the “browse scenarios” button, but taking the survey will give you a full experience before being forced to select the one scenario you are going to write about HERE IS THE LINK FOR THE MORAL TEST https://www.moralmachine.net
Select one scenario, and argue which outcome in that scenario is the most acceptable. A possible 3pt. Thesis Statement may look something like the following: If a self-driving car were given the choice between ________ and _______ the car should be programed to __________ because __________, ___________, and ___________.
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 });