When reviewing actions individuals take to become great leaders, Zenger and Folkman identified “Seek ways to give and receive productive feedback and learn to absorb it in an emotionally healthy way” (p.223) as a key action. In addition, when discussing the role of organizations in developing leaders, they discussed the importance of creating a culture of feedback (p. 254).
After viewing the video Joe Folkman_Feedback, reading this week’s assigned readings in The Extraordinary Coach, as well as the attached article on feedback (all of which are located in the Week 4 Supporting Materials folder), please discuss the following questions:
What recommendations do you have for a person who provides feedback to his/her direct reports, peers, or manager?
What recommendations of you have for the person who receives feedback?
Do you have any additional recommendations/suggestions, specific to a manager who would like to receive feedback from his/her direct reports?
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 });

