Divided Kingdom And Exile
Read pp,65-67,CTT
Read 1 kings 1-3, 4:9-6, 8-13, 17-19, 21; 2Kings 2, 4-5; Isaiah 1, 6-7, 9-11, 42:1-4, 49:1-6, 50:4-9, 52:13-53:112
Beginning with his father’s ( King David’s) death, discuss the life of King Solomon, What are some of hi positive and nagative qualities? Support your answer with references to the biblical text, What are the long-term effects of Solomon’s reign for the people of Israel, and what actions of Solomon bring this about?
No words required, just answer the question
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 });

