To prepare for this assignment:
•Review the article, “Assessing Political Group Dynamics,” focusing on the introduction and the discussion.
•Review the examples of group think available through the “What Is Group think?” Web link and think about the examples given and remedies suggested.
•Think of an example of group think from your own experience or from a situation with which you are familiar.
•With your example in mind, consider the decision the group was trying to make.
•Reflecting on your example, recall the group leader and the group members and how their behavior contributed to group think.
•Think about the final outcome of the decision.
•Reflect on symptoms of group think that were present.
•Consider how group think could have been avoided in this situation.
With these thoughts in mind in a 1-2 pg written assignment post an example of group think from your own experience. Describe the decision the group was trying to make and explain how the behavior(s) of the group leader and group members contributed to group think. Explain the outcome of group think and how it might have been avoided. Be specific.
References
Article: Group think: Theoretical Framework. (n.d.). Retrieved September 15, 2010 from http://choo.fis.utoronto.ca/FIS/Courses/LIS2149/Groupthink.html
Article: Tetlock, P.E., Peterson, R. S., McGuire, C., Chang, S., & Field, P. (1992). Assessing political group dynamics: A test of the group think model. Journal of Personality and Social Psychology, 63(3), 403–425.
Article: What Is Group think? (n.d.). Retrieved September 15, 2010 from http://www.psysr.org/about/pubs_resources/groupthink overview.htm
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 });

