COMM 130: INTERPERSONAL COMMUNICATION NAME: _______________________________________
Nurse Jackie #3
1. Give me an example of a time when regulative rules, the traffic signals of verbal communication, were evident. (Please identify characters, conversation, the rule, the violation, etc.)
2. Identify a scene, in the episode, when a person’s dialect helped you to form a positive impression. Why?
3. Identify a scene, in the episode, when a person’s dialect had you form a negative impression. Why?
4. How do you think Jackie’s deception is going to affect her relationships?
5. Identify the character you think has the most cooperative verbal communication style. Why did you choose this character?
6. Describe one gender difference you noticed when it came to verbal communication.
7. Tell me how you see Zoey demonstrating the communication accommodation theory.
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 });

