Back to Freecodecamp

Task 41

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Great! Here's the first one: 'Percolator'. Alice: Hmm, is it some kind of machine? -->

--description--

A machine is a tool with moving parts that helps people do work. For example, a washing machine cleans clothes, while a car, another machine, helps people travel. Machines can be small like a clock or big like a tractor.

Listen to the dialogue and fill in the blank accordingly.

--fillInTheBlank--

--sentence--

Tom: Great! Here's the first one: 'Percolator'.

Alice: Hmm, is it some kind of BLANK?

--blanks--

machine

--feedback--

This blank has to do with a tool with moving parts that helps people do work.

--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": 9.88,
      "finishTimestamp": 15.34
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "Great! Here's the first one: 'Percolator'.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.32
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 4.32
    },
    {
      "character": "Alice",
      "startTime": 4.72,
      "finishTime": 6.46,
      "dialogue": {
        "text": "Hmm, is it some kind of machine?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}