Evaluating web pages using the CRAAP test
Locate two web pages (URLs) that you believe are worthy of using as a source in a research paper (you choose the research topic). Each URL is to be from a different top level domain (e.g., choose one from a ‘.org’ and another from a “.com”).
Apply the CRAAP test (http://www.isu.edu/library/help/ineteval.shtml) to the web pages you have chosen.
Be sure to detail why you believe the web pages pass or don’t pass each part of the CRAAP test (Currency, Relevance, Authority, Accuracy and Purpose). Be sure to include the URL of the web page you’re evaluating.
Formatting (and other important directions):
Minimum of 250 words (URL’s are not counted as part of the minimum word count)
Use MS Word
Use Times New Roman font, 12 pt and 1″ inch margins (top, bottom, left and right)
Use single spacing
Submit via MoodleISU
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 });

