Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65815057676f2625ba44a320.md

latest2.2 KB
Original Source
<!-- (Audio) Brian: That's great to hear, Maria. Learning and growing professionally motivates me a lot. But you know what demotivates me sometimes? -->

--description--

In conversations, people often use phrases like you know what not to ask a real question but to share something important. It's like saying, Listen, I have something to tell you.

For example, if someone says, You know what? I love ice cream, they don't expect you to guess; they are just excited to tell you about their love for ice cream.

--questions--

--text--

Why does Brian say, But you know what demotivates me sometimes?

--answers--

To ask Maria a question about demotivation

--feedback--

Remember, you know what is used more for sharing, not for asking.


To tell Maria something about himself


To test Maria's knowledge on demotivation

--feedback--

Brian is sharing his feelings, not testing Maria.


To change the subject of the conversation

--feedback--

He's adding to the conversation, not changing the topic.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 18.68,
      "finishTimestamp": 26.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "That's great to hear, Maria.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.60,
      "finishTime": 5.64,
      "dialogue": {
        "text": "Learning and growing professionally motivates me a lot,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.02,
      "finishTime": 8.58,
      "dialogue": {
        "text": "but you know what demotivates me sometimes?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.08
    }
  ]
}