Back to Freecodecamp

Task 42

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

latest1.7 KB
Original Source
<!-- (Audio) Tom: You're on the right track. It's a kind of coffee machine. -->

--description--

When someone says you're on the right track when you are answering a question, what they mean is that your answer was a good one. It was not necessarily 100% correct, but you had a good idea to answer what was being asked of you.

A coffee machine, you probably guessed it, is a machine used for making coffee. A percolator is one example of a coffee machine.

Listen to the sentence and fill in the blanks.

--fillInTheBlank--

--sentence--

You're on the right BLANK. It's a kind of coffee BLANK.

--blanks--

track

--feedback--

It's a synonym to way or road. Preceded by on the right, it means you had a good guess.


machine

--feedback--

It's a tool with moving parts that helps you do things. In this case, it's something that makes coffee.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.72,
      "finishTimestamp": 18.66
    }
  },
  "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.44
    }
  ]
}