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-attention-inattention [2023/06/05 00:24] zoey.linzoey-lin-attention-inattention [2024/06/23 22:12] (current) steve.wang
Line 7: Line 7:
 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.1685949878.txt.gz
  • Last modified: 2023/06/05 00:24
  • by zoey.lin