Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
zoey-lin-attention-inattention [2023/06/05 00:24] – zoey.lin | zoey-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 dr. lee 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 | + | 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 Dr. Lee 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 |
- | 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” | + | 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” |
+ | |||
+ | < | ||
+ | < | ||
+ | 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 = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |