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-arb [2023/06/05 00:27] zoey.linzoey-lin-arb [2024/06/23 22:12] (current) steve.wang
Line 6: Line 6:
  
 How can we apply what we have learned today in daily life communication? I have an excellent example if one day you find something you want but your parents do not agree to buy it. What you can do is when your mom or your dad has a phone call asks them two or three random questions like. Do you like me? And the answer will be “yes”(unless your parents do not like you). right now their attention is all on the phone call, so they won't be able to think about the question that you asked. What you can do is say the thing you want, and tell them to answer you, probably the answer will also be “yes“. It is an effective way to get what you want from parents, It is effective and influential to make people agree with you because when people pay attention to one thing it is difficult to pay attention to other things. You can do that to influence people's behavior to get what you want. How can we apply what we have learned today in daily life communication? I have an excellent example if one day you find something you want but your parents do not agree to buy it. What you can do is when your mom or your dad has a phone call asks them two or three random questions like. Do you like me? And the answer will be “yes”(unless your parents do not like you). right now their attention is all on the phone call, so they won't be able to think about the question that you asked. What you can do is say the thing you want, and tell them to answer you, probably the answer will also be “yes“. It is an effective way to get what you want from parents, It is effective and influential to make people agree with you because when people pay attention to one thing it is difficult to pay attention to other things. You can do that to influence people's behavior to get what you want.
 +
 +<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-arb.txt
  • Last modified: 2024/06/23 22:12
  • by steve.wang