Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/6641495568b04c48f699b7f9.md

latest2.6 KB
Original Source
<!-- (Audio) Brian: The budget we agreed upon was indeed $15,000, not $10,000. It should cover all the expenses. Maria: Got it, Brian. Thanks for clearing that up. -->

--description--

Got it! means you understand something. For example, if someone explains how to do a task and you understand, you can say, Got it! It means you know what to do now.

To clear up means to make something easy to understand or to fix a misunderstanding. For example, if there is confusion about meeting time and you explain it clearly, you can ask if you cleared up the confusion. It means you make everything clear for everyone involved.

--questions--

--text--

How does Maria react to Brian's comment.

--answers--

She understands there was a mix-up and thanks Brian for the clarification


She goes to the bank to get the extra money necessary

--feedback--

There is nothing in the dialogue that gives out that idea.


She says she got the money

--feedback--

Even though she uses the verb got in her answer, that's not what she means.


She thanks Brian for cleaning the office

--feedback--

That's not what Brian did. He just explained that there was a mix-up.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 40.12,
      "finishTimestamp": 49.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.38,
      "dialogue": {
        "text": "The budget we agreed upon was indeed $15,000, not $10,000. It should cover all the expenses.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.74
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 7.74
    },
    {
      "character": "Maria",
      "startTime": 8.1,
      "finishTime": 10.02,
      "dialogue": {
        "text": "Got it, Brian. Thanks for clearing that up.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 10.52
    }
  ]
}