Directions: With as much detail as reasonable, and while using and citing outside resources correctly and as appropriate, answer the following 5 questions.
1)Find an ethnographic study, cite it, and explain it in some detail. Then criticize it using the lens of mid range theory.
2)Find me a unique internet/social media example of a quasi-experimental methods social experiment similar to the car-break in video showed in class. How could the experiment been improved and made more scientific. Did location and/or timing make a difference? Was the sample chosen representative of the general population or was there selection on the dependent variable?
3)Find me a unique internet/social media interview trying to make a point about society. Provide an analysis of whether proper interview techniques were used or if the questions were leading, biased, etc. Did location and timing make a difference? How could the experiment been improved and made more scientific.
4)Find me an example of a poorly constructed survey that was designed to support a preconceived political or social opinion passed off as real science. Critique it from the perspective of a social scientist. How could the survey been made more scientific?
Find me a scientifically sound survey regarding the same or similar subject that you addressed in question 4
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 });

