Forming Groups.
Reach out to three of your classmates and discuss a topic and division of labor for datacollection.
Data Collection and planning.
Determine a population of interest and a research question. Be sure you have access to the population.
Example:
Palm Beach State College students: Is satisfaction with Palm Beach State College related to how many hours you spend on campus? Does it differ for freshmen, sophomores, dual enrollment . . . students?
Lake Worth residents: Is gender or race correlated to approval of the job that governor DeSantis is doing?
Formulate a plan to collect data from school your job or social media and describe the methods you will use to collect data. Sections 1.3 and 1.4 of your textbook should help you with your descriptions and offer guidance.
Data Summary:
Submit a plan listing the types of graphs and charts from chapter 2 that you will use in your research project. Be sure you collect data that will lend itself to display with your chosen graphs/charts.
Define the variables and describe how you will measure, count or record them.
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 });