Differences

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

Link to this comparison view

Both sides previous revision Previous revision
zoey-lin-organization-interpretation [2023/06/05 00:28] zoey.linzoey-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, it happens a lot if you are talking to somebody that has a different interpretation than you it is tough to communicate with, so to improve this question what you can do is when somebody is talking to you listen carefully and think about what the person is thinking(from her daily behavior). Same way when you talk to others you can put less feeling inside or explain to them. 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, it happens a lot if you are talking to somebody that has a different interpretation than you it is tough to communicate with, so to improve this question what you can do is when somebody is talking to you listen carefully and think about what the person is thinking(from her daily behavior). Same way when you talk to others you can put less feeling inside or explain to them.
 +
 +<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-organization-interpretation.txt
  • Last modified: 2024/06/23 22:12
  • by steve.wang