At the end of week 2, students will be able to explore the concept of project planning and identify key elements necessary for project implementation success. (Meets course objectives 1 and 3)Over the next seven weeks of this course our focus will be on design, selection, and evaluation of Evidence-Based Projects. A case study will be introduced in this week’s content. This case study will be referred to frequently in the discussion forum prompts. In addition, the three course assignments (Excel Spreadsheet, Statistical Analysis, and Evaluation of Outcomes) will promote further exploration and application of the content presented in the case.1. Read Harris et al. ch 1 and 11.2. Review the Case Study – Phase 1 and any additional information presented in this week’s module.3. Respond to questions posed in the discussion forum this week. Be sure to adhere to the requirements outlined in the Online Discussion Guidelines and Rubric.Learning activities for week 3:At the end of week 3, the student will be able to discuss the importance of data selection and metric tools to measure the outcomes and know the terms validity and reliability in relation to tool selection. (Meets course objectives 1,4, and 5)1. Read Salkind ch 6; Harris et al ch 9 (pp 146 and 147) and ch 12.2. Review the Case Study – Phase 2 and any additional information posted in this week’s module.3. Review Assignment #1 guidelines and rubric located in the “Course Documents” module.
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 });