LITERATURE REVIEW INSTRUCTIONS
Topic: Self-Administered Surveys
The purpose of this Literature Review is for you to create a scholarly piece of graduate-level research and writing that conforms to current APA format.
You will research and write a Literature Review of at least 3000 words (excluding the title page, abstract, and references page) on a topic (Self-Administered Surveys) you will select from a list provided by your instructor. Your paper must be written in strict conformance to current APA format and must reference at least 12 SCHOLARLY RESEARCH ARTICLES.
• You must use 3 headings in current APA format throughout your paper, as this is a graduate-level Literature Review.
For the purpose of this academic paper, adhere to the following rules when quoting or using a source:
• Do not directly quote more than 120 words from any 1 source.
• If the source is 2,000 words or less, do not directly quote more than 50 words from the source.
• When quoting or paraphrasing, do not use the same source more than a total of 3 times within the whole document.
• Quotes must contain the section (if provided) and paragraph or page numbers of the quote, and this information must be placed on the references page.
• In all instances, use current APA guidelines for citations and references.
RUBRIC
Structure and Length 0 to 75
• Introduction, body, and conclusions/recommendations
• At least 3000 words (excluding the title page, abstract, and references page)
• References to at least 12 scholarly research articles
Content 0 to 165
• Clearly discusses subject area with well-organized patterns
• Combines both summary and synthesis
• Contains graduate-level writing
Current and Correct APA Format 0 to 60
• Title page
• Abstract
• Citations
• References page
• Use of 3 headings
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 });

