Assignment Question
Required sections in APA format Title Page (1 page) Abstract (1 paragraph) (Brief summary of your whole paper) Introduction (3 full pages minimum) (summarize previous research; end with your hypothesis) Method (as long as necessary to properly describe the methods) Include subsections with proper headings: Participants (include demographics about participants- mean, s.d. & range of ages) (32 college students)
Include this sentence at the end of your participants section: Participants were treated in accordance with the “Ethical Principles of Psychologists and Code of Conduct” (American Psychological Association, 2002). Materials (Google Forms online survey was used to collect the data) Procedure (participants were given link to survey during class and asked to respond) Describe each section clearly enough that it allows someone to replicate the study Results (as long as necessary). Make sure you: Include both descriptive (means/ s.d.’s) and inferential statistical analysis of your data Re-introduce your hypothesis Describe the statistical measures & variables used to test your hypothesis Report results of statistical significance, and effect size if stat-sig
Make sure you follow APA format on how to report statistical data Discussion (minimum 3 full pages) Explanation & interpretation of results Support or nonsupport of your hypothesis Interesting findings – future directions to explore Similarities or differences between your study and previous studies Limitations of your study Generalizability Reference Page *Must include at least 10 peer-reviewed academic journal articles relevant to your study, all cited in the paper (most if not all of these will probably be cited in your introduction section) Also include: American Psychological Association. (2002). Ethical principles of psychological and code of conduct. American Psychologist, 57(12), 1060-1073. Appendix At least one graph or figure that best illustrates your findings (with caption & axis labels)Required sections in APA format:
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 });