There are lots of site out there for creating on line assessments, some pretty good, some not so good, some easy to use, some hard to use. And whether you create an assessment on line or the traditional way, you still have to think about all that psychometric stuff to create a good measure. For this extra credit option, I want you to get to know one of the on-line tools below*. By “get to know”, I mean
1.go to one of the sites;
2.surf around and see how it works…really try it out;
3.try to create a short test/survey to see how easy/hard it is;
4.write up your experience in a narrative/critique. Really take me through your experience and tell me the pros/cons.
5.end your review with a recommendation.
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 });

