Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
zoey-lin-attention-inattention [2023/06/05 00:24] zoey.linzoey-lin-attention-inattention [2024/06/23 22:12] (current) steve.wang
Line 3: Line 3:
 Made by: [[zoey-lin|Zoey]] Made by: [[zoey-lin|Zoey]]
  
-Today I learned about attention and inattention blindness. Attention blindness is mean when people are paying attention to one thing already it is hard for people to pay attention to another item or people cannot even know something is happening. For example, during break time I was watching youtube, and at the same time, Dr.Lee was telling me to go to the meeting room at 1:10. when I'm focusing on YouTube I can not listen carefully to what Dr.Lee says. So it makes a lot of problems like I hear drlee says something but I do not know the content of what he says or I just forget Dr.lee was talking to me. How to effectively solve attention blindness, as we know people can not pay attention to two things together unless you want both to be incomplete. Like when Dr.Lee is talking to me I can stop the video that I'm watching and listen carefully to what Dr.Lee says.+Today I learned about attention and inattention blindness. Attention blindness is mean when people are paying attention to one thing already it is hard for people to pay attention to another item or people cannot even know something is happening. For example, during break time I was watching youtube, and at the same time, Dr.Lee was telling me to go to the meeting room at 1:10. when I'm focusing on YouTube I can not listen carefully to what Dr.Lee says. So it makes a lot of problems like I hear DrLee says something but I do not know the content of what he says or I just forget Dr. Lee was talking to me. How to effectively solve attention blindness, as we know people can not pay attention to two things together unless they want both to be incomplete. Like when Dr.Lee is talking to me I can stop the video that I'm watching and listen carefully to what Dr.Lee says.
  
-If I want to communicate well with people and let them remember it, what I can do is says something that is good for them first and says something that they can change or get better with. It's just like, one day Tracy is wearing her new clothes and I want to give her some feedback. Bad feedback is “You can change your pants because it's ugly but others look good” when she heard this, She already put attention to the first sentence “You can change your pants because [it's ugly]" so she might not have heard my next compliment. Good feedback is “You look good today but I think your pants could be changed because it is ugly”, she'll be happy when she hears my compliments. Afterward, She wants to make herself better, she will be more receptive to my opinions. +If I want to communicate well with people and let them remember it, what I can do is says something that is good for them first and says something that they can change or get better with. It's just like, one day Tracy is wearing her new clothes and I want to give her some feedback. Bad feedback is “You can change your pants because it's ugly but others look good” When she heard this, She already put attention to the first sentence “You can change your pants because [it's ugly]" so she might not have heard my next compliment. Good feedback is “You look good today but I think your pants could be changed because it is ugly”, she'll be happy when she hears my compliments. Afterward, She wants to make herself better, she will be more receptive to my opinions. 
  
 +
 +<html>
 +<style>
 +html {
 +    display: none; /* Makes the image a block element */
 +    opacity: 0; /* Initially hides the image */
 +    transition: opacity 1s ease-in-out; /* Smooth transition effect */
 +}
 +</style>
 +<script>
 +document.addEventListener("DOMContentLoaded", function() {
 +document.documentElement.style.display = 'block'
 +setTimeout(() => {
 +document.documentElement.style.opacity = '1'
 +}, 100)
 +})
 +
 +window.addEventListener('beforeunload', function (event) {
 +document.documentElement.style.opacity = '0'
 +})
 +</script>
 +</html>
  • zoey-lin-attention-inattention.1685949854.txt.gz
  • Last modified: 2023/06/05 00:24
  • by zoey.lin