Ted Talk—Is the obesity crisis hiding a bigger problem
https://www.youtube.com/watch?v=U3oI104STzs whatch this link
or this extra credit assignment, write a 500 word response over Dr. Attia TEDtalk. The question below are provided to assist you in your response, you do not have to use them:
1) Has this TedTalk made you think differently about obese people, why or why not?
2) Does society have skewed view of obese people, why or why not?
3) Could obesity be a symptom of a much larger problem (e.g. biological, environment, social, etc.) and what do you think that problem could be right now?
4) What question(s), if given the opportunity, would you ask Dr. Attia about his hypothesis on obesity epidemic?
The following page dimension, fonts and spacing are required for this assignment:
Margins- 1”
Font- New Times Roman
Font size-12
Spacing between lines-doubled spaced
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 });

