Positive psychology focuses on the traits, behaviors and emotions that promote living a fully satisfying life. It is the study of what makes people happy, resilient, satisfied, etc.
Watch this following TedTalk by Lucy Hone about three strategies that resilient people use to overcome adversity. Note that this TedTalk discusses death and grief, and briefly mentions several adverse life experiences such as suicidality, miscarriage, natural disaster, among others.
Consider the following discussion questions:
1. What are the three strategies? What are your initial thoughts and reactions to these strategies?
2. Do you have experience using any of these strategies? If comfortable, describe your experience.
3. Are there any cultural or contextual considerations regarding use of these strategies?
4. We have focused on cognitive/neuro/personality/mental health assessments, but there are many kinds of assessments – trauma assessments, psychological assessments, capacity assessments (parenting, stand trial, insanity, ability to live independently, etc.), to name a few. In these other kinds of assessments, there is much more of an emphasis on assessing resiliency factors and more in depth strength-based personality traits.
Why do you think these other assessments have such a focus on resiliency factors?
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 });

