To prepare for this Discussion:
• Review the assigned reading from the Loeb (2010) course text.
• Review three movements of social responsibility from the reading.
• Think about the common factors when social issues become a movement.
• Consider the sustainability of each movement you selected and what contributes to the sustainability
Post a response of 2 to 3 paragraphs that includes brief description of the three movements you selected.
Explain the common factors or conditions that contribute to the start of each movement.
Select one movement and explain why it was successful in making a social change impact. Include
contributing factors for the movement’s sustainability.
Required Resources
Readings
Loeb, P. R. (2010). Soul of a citizen: Living with conviction in challenging times (Rev. ed.). New York, NY: St. Martin’s Griffin.
o Chapter 3, “One Step at a Time” (pp. 64–81)
o Chapter 4, “The Cynical Smirk” (pp. 82–104)
o Chapter 5, “Unforeseen Fruits” (pp. 105–124)
• iSixSigma. (2012). Determine the root cause: 5 whys. Retrieved from http://www.isixsigma.com/tools-templates/cause-effect/determine-root-cause-5-whys/
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 });

