characteristics of competent communicators
Researchers have broken down the characteristics of competent communicators into five (5) areas: self-awareness, adaptability, empathy, cognitive complexity, and ethics. We shall define and discuss each, in turn.
Self-awareness means being aware of your own communication behaviors. Part of this is self-monitoring, which means that you observe your own communication behaviors and ensure they are appropriate to the situation. As an example, if you are someone who tends to use foul language, you would self-monitor while you're in a place of religious worship -- such as a church, temple, or mosque -- and refrain from such language usage in this environment.
Adaptabilityis the ability to adapt your communication to the environment you're in. That is, you wouldn't communicate in the same way to your closest friends as you would to your co-workers. Rather, while you're at work, you would adapt your communication behaviors to the norms and standards of the communication environment at work, and when you're with your friends, you adapt to that social environment accordingly.
Empathy means that you communicate with another person while putting yourself in that person's shoes, so to speak. For example, if your friend has just announced he is getting a divorce, you would consider that friend's frame of mind and refrain from bringing up how great your own significant relationship is at the moment, aware that such statements will likely only serve to make your friend feel worse about his or her own challenging situation.
Cognitive complexityis the idea that another's communication behavior can have multiple sources. This means that when someone is sharp with you, it could be from something you've done, yes, and perhaps that person is reacting to you. However, it could also be a result of that person's physical well-being at the moment -- perhaps s/he has a headache or didn't get enough sleep the night before -- or something in that person's life that is weighing on him or her at the moment.
Ethics means to communicate in ways that are morally correct. That is, when someone is particularly vulnerable, we don't take advantage of that person's weakened state to get him or her to agree to something that s/he otherwise would not likely have done.
characteristics of competent communicators的更多相关文章
- The resource identified by this request is only capable of generating responses with characteristics
[转]今天在调试springMVC的时候,在将一个对象返回为json串的时候,浏览器中出现异常: The resource identified by this request is only cap ...
- INSTRUCTION EXECUTION CHARACTERISTICS
Characteristics of Some CISCs, RISCs, and Superscalar Processors One of the most visible forms of ev ...
- only for equality comparisons Hash Index Characteristics
http://dev.mysql.com/doc/refman/5.7/en/index-btree-hash.html Hash Index Characteristics Hash indexes ...
- SpringMVC_The resource identified by this request is only capable of generating responses with characteristics
今天在调试springMVC的时候,在将一个对象返回为json串的时候,浏览器中出现异常: The resource identified by this request is only capabl ...
- Learning Java characteristics (Java in a Nutshell 6th)
Java characteristics: Java .class files are machine-independent, including the endianness. Java .cla ...
- Palindromic characteristics CodeForces - 835D (区间DP,预处理回文串问题)
Palindromic characteristics of string s with length |s| is a sequence of |s|integers, where k-th num ...
- Codeforces Round #427 (Div. 2) Problem D Palindromic characteristics (Codeforces 835D) - 记忆化搜索
Palindromic characteristics of string s with length |s| is a sequence of |s| integers, where k-th nu ...
- Receiver Operating Characteristics (ROC)
The Receiver Operating Characteristics (ROC) of a classifier shows its performance as a trade off be ...
- 解决The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.
SpringMVC中当在浏览器中输入对应的MappingUrl时,报The resource identified by this request is only capable of generat ...
随机推荐
- JSP总结(jsp/EL表达式/核心标签)
1.概念 jsp,即java Server Pages,java服务器页面. 2.简单介绍 小示例 <%@ page language="java" contentType= ...
- 自动构建War包的Ant build.xml模板
<?xml version="1.0" encoding="UTF-8" ?> <project name="[*****]你的项目 ...
- express接受ajax的发送post请求
两种常用的方式: $.ajax({ type: "POST", url: '/everdayPost', // data: JSON.parse({cont:data}),注意: ...
- Dungeon Master (三维bfs)
You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of un ...
- JS中对象的定义及相关操作
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...
- STM32F407 正点原子按键输入实验
库函数版本: 库函数 源文件 头文件 GPIO_Init(GPIOE, &GPIOE_initstructure) stm32f4xx_gpio.c stm32f4xx_gpio.h RCC_ ...
- Flask 框架app = Flask(__name__) 解析
#!/usr/local/bin/python # coding=utf-8 from flask import Flask app = Flask(__name__) @app.route('/') ...
- PCA 主成分分析
链接1 链接2(原文地址) PCA的数学原理(转) PCA(Principal Component Analysis)是一种常用的数据分析方法.PCA通过线性变换将原始数据变换为一组各维度线性无关的表 ...
- hdu2955_Robberies 01背包
有一个强盗要去几个银行偷盗,他既想多投点钱,又想尽量不被抓到.已知各个银行 的金钱数和被抓的概率,以及强盗能容忍的最大被抓概率.求他最多能偷到多少钱? 解:以概率为价值 问价值在合理范围背包的最大容量 ...
- 1122. Hamiltonian Cycle (25)
The "Hamilton cycle problem" is to find a simple cycle that contains every vertex in a gra ...