Week 5: Sept 28- Oct 4 Power Point slides (Operational Definitions & Significance) Drop Box: Draft/section 1 (Title page. Background of topic, problem statement, hypothesis, operational definitions, significance, reference page) Text: Topic 8 (p 17-19) Week 6: Oct 5-11 Text: Topics 14-18 (pgs 31-41)) & Topics 9, 22, 23 (pgs 43-44; 49-52) Class Power Point slides (variables) Drop Box: Abstracts Week 7 : Oct 12-18 Class Power Point Slides: Literature reviews Drop Box: Draft/section 2 due. Lit Review. (Summary of TWO primary research studies and link to proposed study) Text: Review Topics 14-18 (pgs 31-41) & Topics 19, 22, 23 (pgs 43-44; 49-52) Week 8 :Oct 19-25 Drop Box: Quiz Week 9 : Oct 26-Nov 1 Text:Topics 24-30(pgs 55-68) & Topics 31-40 (pgs 71-96) Class Power Point Slides: Participants Class Power Point Slides:: Assessment Discussion Forum: Instrumentation Week 10 : Nov 2-8 Text Topics 41-46 (pgs 99-110) topics 47-61(pgs 113-142 Class Power points (three): Design, Data collection, Data analysis Drop box: Draft 3 (Includes Method, Design, Variables, Participants, Instrumentation, Data Collection, Data Analysis.) Week 11: Nov 9-15 Work on re writing all drafts. Week 12: Nov 16-22 Class Power Point: Abstracts Text topics: 72 & appendix G (pgs 177-178; 207-208) Drop Box: Abstract due Week 13: Nov 23-29 Drop Box: Full research proposal (re writes of all previous sections) including ref page, critique and appendix Week 14: Nov 30-Dec 6 Drop box: Power Point ( viewable by classmates) Week 15:Dec 7-13 Discussion Forum: Feedback to classmates on their Posters (power point) due (The actual discussion forum is found in week 14 since that is where the drop box containing the power points is located)
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 });

