Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
steve-wang-attention-placement [2023/06/07 23:01] – renick | steve-wang-attention-placement [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 4: | Line 4: | ||
During class today we talked about a falling airplane, the bank robbery, and a zombie attack. I believe these question makes us think about what we believe our responsibilities are. Considering what our responsibilities we were then able to decide what we needed to do next. The need to fulfill my responsibilities were a big deciding factor when I was making a decision. If I apply that to trying to communicate or influence someone, I believe that we need to convince them to believe accepting your offer or agreeing with you helps them fulfill their responsibilities and does not go stop them from fulfilling their responsibilities. Let us look at an example of convincing someone to go on a vacation. If I were to try to convince someone that is a workaholic with this concept, I would say: “ Hey we should go on a vacation, it will allow us to avoid burn out. Furthermore, | During class today we talked about a falling airplane, the bank robbery, and a zombie attack. I believe these question makes us think about what we believe our responsibilities are. Considering what our responsibilities we were then able to decide what we needed to do next. The need to fulfill my responsibilities were a big deciding factor when I was making a decision. If I apply that to trying to communicate or influence someone, I believe that we need to convince them to believe accepting your offer or agreeing with you helps them fulfill their responsibilities and does not go stop them from fulfilling their responsibilities. Let us look at an example of convincing someone to go on a vacation. If I were to try to convince someone that is a workaholic with this concept, I would say: “ Hey we should go on a vacation, it will allow us to avoid burn out. Furthermore, | ||
+ | |||
+ | < | ||
+ | < | ||
+ | html { | ||
+ | display: none; /* Makes the image a block element */ | ||
+ | opacity: 0; /* Initially hides the image */ | ||
+ | transition: opacity 1s ease-in-out; | ||
+ | } | ||
+ | </ | ||
+ | < | ||
+ | document.addEventListener(" | ||
+ | document.documentElement.style.display = ' | ||
+ | setTimeout(() => { | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }, 100) | ||
+ | }) | ||
+ | |||
+ | window.addEventListener(' | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |