You must answer 2 sections of the questions below. Cite all sources using current Turabian format. Restate the questions to which you are responding at the beginning of each thread.
1. What are three alternative proposals to John’s authorship of the Johannine Letters? How would you summarize the internal and external evidence in favor of John’s authorship? Which do you think was written first: John’s Gospel or John’s Letters? Why?
2. Discuss the occasion and purpose for the writing of 1 John. Who were John’s opponents? What was the nature of the opponents’ doctrine and how did John respond to it? Does the doctrine of these opponents exist today? If so, where? How can we use John’s response today?
3. Discuss the issues surrounding the authorship and date of Revelation. Which view do you think fits best with this book and why? Be sure to include evidence for your view. What was the occasion and purpose for the writing of Revelation?
4. Offer a definition of the term “apocalypse.” What the traits of an “apocalypse”? In what ways does Revelation fit these traits? List the four primary approaches to the study of Revelation. Which one do you think offers the best promise for understanding this book? Why?
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 });

