Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
zoey-lin-organization-interpretation [2023/06/05 00:28] – zoey.lin | zoey-lin-organization-interpretation [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 4: | Line 4: | ||
Today, we discussed organization and interpretation in perception, each person in the world has their own interpretation. for example, Tom and Peter both get a 99 on their English test and when Tom goes home his parents are very excited and proud of him, but when Peter goes home his family says, Peter why do you lose 1 point what are you doing I'm so disappointed in you. In this way, their interpretation of 99 will be different. For the next test, both of them got 99 on their English again, and Tom normally organized 99 to happiness because his family gets happy when he gets a high score(99), but Peter normally organized 99 to sadness and badness because his family will be angry if he gets 99(or below). In daily communication, | Today, we discussed organization and interpretation in perception, each person in the world has their own interpretation. for example, Tom and Peter both get a 99 on their English test and when Tom goes home his parents are very excited and proud of him, but when Peter goes home his family says, Peter why do you lose 1 point what are you doing I'm so disappointed in you. In this way, their interpretation of 99 will be different. For the next test, both of them got 99 on their English again, and Tom normally organized 99 to happiness because his family gets happy when he gets a high score(99), but Peter normally organized 99 to sadness and badness because his family will be angry if he gets 99(or below). In daily communication, | ||
+ | |||
+ | < | ||
+ | < | ||
+ | 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 = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |