Describe the role of peer relationships on the development of feeding and eating disorders in adolescence.
Describe the role of social media and body shaming on feeding and eating disorders in adolescence.
Identify one website addressing the phenomenon of pro anorexia and describe the content (provide the webpage URL). Why might adolescents be drawn to this perspective?
Describe the biological, psychological, and social effects of feeding and eating disorders in adolescence.
Identify and explain a theoretical model that can be used when working with adolescents experiencing feeding and eating disorders.
Describe two approaches that you might find useful for addressing feeding and eating disorders among adolescents.
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 });