Back to Freecodecamp

Task 43

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

latest2.3 KB
Original Source
<!-- (Audio) Tom: You're on the right track. It's a kind of coffee machine. Alice: Ah, got it. Okay, your turn. -->

--description--

When someone explains something to you and you want to tell them you understood what was being said, you can simply say got it. That means you understood the explanation.

Your turn means it is your time to do something in a game or activity. For example, if you are playing a board game and someone says, it's your turn, it means you should play next. Turns, in this context, are the times when different people do something one after the other.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

Tom: You're on the right track. It's a kind of coffee machine.

Alice: Ah, BLANK it. Okay, your BLANK.

--blanks--

got

--feedback--

It's the verb get, in its past form. Combined with it, it means you understood what was said.


turn

--feedback--

The time for you or someone else to play in a game.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.72,
      "finishTimestamp": 21.4
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "You're on the right track. It's a kind of coffee machine.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.17
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 4.17
    },
    {
      "character": "Alice",
      "startTime": 4.4,
      "finishTime": 6.68,
      "dialogue": {
        "text": "Ah, got it. Okay, your turn.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.18
    }
  ]
}