Why did you chose this phenomenon? Why is it Important How are you going to study it? What is your research question? Method Participants- show the proportions of people in your sample (both written and in a pie chart/ bar chart) Measures-describe your measures Procedures- discuss how you’re collected your data Data analysis plan- explain how you are analyzing your data Give a description of what each analysis does (ie. decruptivies,correlations,t-test and ANOVA) Results What do you descriptive mean? Written interpretations Table with means, SD,N What do your correlations mean? Written interpretations Correlations matric for ALL likert scale items 3 scatter plots What does your T-test say? Written interpretation for 2 t-test State the null and alternative hypothesis Table with t, p value, effect size bar for each test What does your ANOVA say? Written interpretations for 2 ANOVA State the null and alternative hypothesis Table with F statistic, P value, and effects size Bar graph Disscusion What did you find? Summarize your finding Implication of finding : what do these finding mean? Limitation of study:what might bias your study? Where does it fall short? What could have been done better? Conclusion:offer concluding remarks. What does all of this mean?
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 });

