Back to Freecodecamp

Task 48

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

latest1.3 KB
Original Source
<!-- (Audio) Alice: Whoa, that's a mouthful. Is it a medical device? -->

--description--

A device is a small tool or machine that does a specific job. For example, a phone is a device that helps you talk to people, and a camera is a device that takes pictures. Devices are usually electronic and help make tasks easier.

Listen to Alice and fill in the blank.

--fillInTheBlank--

--sentence--

Whoa, that's a mouthful. Is it a medical BLANK?

--blanks--

device

--feedback--

This refers to a tool, usually electronic, that helps you do things.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 38.08,
      "finishTimestamp": 40.78
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Whoa, that's a mouthful. Is it a medical device?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}