Assignment Question
Position Paper #3 (Religious Ethics) Position paper #3 is slightly different. For this paper, there is not much on the course textbook. The whole paper depends on your own research. Pick an ethical issue and a religious tradition (of your own choice). ). It must be a topic we have covered in the course during the semester, (example: Euthanasia, Globalization/Immigration,Death Penalty, Abortion.) The paper must address the particular religious tradition’s view on the ethical issue you chose. You must use at least three (3) other sources (academic) outside of the course textbook. Cover the different opinions on the issue from within the tradition. Conclude the paper by your own assessment of the soundness & benefit of their position as well as their limitations.
IMPORTANT: Even though this is a Religious Studies course, we haven’t really covered religious materials much. This means, you don’t have any expertise in the study of religion no matter how religious you are and how much you are familiar with your own religious traditions. It is one thing to be a religious follower but the academic study of religion is COMPLETELY different. Do not make big generalizing claims about particular religions. This paper is NOTHING DIFFERENT from any other academic paper. Your claims must be accompanied by evidence. Scriptural citations alone are NOT EVIDENCES.
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 });