Assignment 2: The Importance of Listening and Responding in Effective Negotiation
The purpose of this assignment is to highlight the importance of listening and responding in negotiations and to identify ways to improve listening and speaking in various negotiation situations.
Consider a situation you observed or participated in where a negotiation occurred. This can be a situation at home as child negotiating a later bed time or a situation at work such as a co-worker negotiating for additional time off. An example of a negotiation is provided in the Webilography and is entitled: Classic Sesame Street: Ernie and Bert Can’t Communicate. Determine the kind of listening skills used in the interaction of your chosen negotiation.
Prepare a 3-5 page paper which addresses the following:
Respond to the following:
- Describe the negotiation you observed or participated in.
- Explain and describe what parts of the interaction employed effective listening and speaking in the negotiation.
- Explain and describe what parts of the interaction employed ineffective listening and speaking in the negotiation.
- Suggest and explain at least two alternative strategies which could have been used to improve communication within this negotiation.
Make sure you clearly articulate your chosen negotiation and thoroughly explain each section in your paper. Apply current APA standards for writing style to your work and cite at least 2 references (one of which may be your text book) in your paper.
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 });

