“The Final Project will be a creative writing project that will require you to utilize the seven dimensions of religion and construct an alternative religion of your own based upon the knowledge base you have acquired concerning world religions over the entirety of the course”
Also required to:
1. Explain each of the seven dimensions of your religion.
2. Relate aspects of your new faith with at least THREE faiths we’ve explored and contrast with at least ONE. (Christianity, Islam, Buddhism)
3. Include a rational for this faith and what it hopes to achieve.
4. Explain the underlining perspective fueling the faith
5. In Brief, explore hypothetically how your religion will interact in today’s modern landscape.
6. Cite using (APA or MLA) formats
“I like the religion to be monotheistic (belief in one God only) and give equal rights to all humans no matter the color of skin and provides equal rights between men and women. Consists of daily prayers in order to enrich/purify ones spiritual soul. Mainly it will be similar to Christianity and Islam. Add the suffix -ism to what you want to call the religion cant think of anything at the moment”
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 });