(1) Have you ever had an experience that you could properly describe as religious? I have in mind not only dramatic experiences like visions and conversions, but also more commonplace, socially-embedded experiences such as receiving communion, becoming bar mitzvah, serving as a godparent for a young relative, or even simply attending religious services. Think about that experience and ask yourself: Did it put you in touch with the infinite? How would you describe the experience? Was it transcendent? Monotheistic? Elaborate.
(2) Imagine that you are in a comparative religions class and your classmate argues that all religious experience is false. It is nothing more than a projection of childhood fears (sic Freud). How would you answer your classmate? Use one of the authors eg (Otto, Freud) to counter this claim. Use specific details to support your answer.
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 });

