Introduction:
• Introduce the Theorist and the Learning Theory
• Give quick Summary of the Theory
o Should not be more than ¾ of the first page (max one page long)
• Answer the questions….
o Why did the theorist create/ get interested/ or discover the Theory
o Do you agree or disagree with the theory
Body:
• Give your reasons as to why you support or do not support the theory
• Support your reasons, along with the theory, with Peer Reviewed Journal Articles
o At least 2 (two) are required
o These can be found on the Kean Library Website – (Ebscohost Search Engine)
• Summarize the Articles no longer than 5 lines (5 complete sentences)
• Include at least 2 personal examples and/or 2 real life examples.
Conclusion
• Summarize the theory and your opinion
• Make sure to include and restate OR answer the question…
o HOW DOES IT RELATE (influence, aid, block) LEARNING.
NOTE… YOU MUST MAKE SURE YOU RELATE THE THEORY, YOUR OPINION, AND
THE EXAMPLES YOU GIVE TO LEARNING!
The paper must be in 12 Times New Roman Font
Double Spaced
4-6 Pages (not including cover page or works cited page)
Must be in APA Format
Must have in-text citations
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 });