D2: Measurement and Instrumentation in Research
This Discussion is based on the textbook readings from Lodico, Spaulding, and Voegtle (2010). Before contributing to the Discussion, review Lodico, et al. (2010), Chapters 1, 2, 4 and 5. Most researchers and administrators must find ways to evaluate the success of a particular treatment or the quality of a program. In doing so, it is often necessary to create some form of measurement, which typically can take the form of a survey or questionnaire.
•What considerations should be made when choosing a preestablished measure or creating one (consider reliability, validity, etc.)?
•How might you apply these considerations to your current academic/professional environment?
•What other considerations should be made with respect to sampling and sampling rationale?
•What ethical issues should you consider?
Always examine all the Learning Resources before posting to the Discussion. Be sure to support your postings and responses with specific references to the Learning Resources, as well as any other relevant research you find appropriate.
Post your response to the questions above, making sure to include any necessary citations to appropriate articles. Make sure to provide some examples from the text and research articles (located in the class library), as well as from your own experiences.
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 });

