Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68494b0107b2e384c6ea5dd9.md

latest1.5 KB
Original Source
<!-- (audio) Tom: We should have another five in the workshop area. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should have another five in the BLANK.

--blanks--

workshop area

--feedback--

This is a space where hands-on or technical tasks happen, often used for building or testing. Use two words.

--explanation--

A workshop area is a room or section of a workplace used for physical tasks like repairs, testing equipment, or assembling devices. For example:

The team met in the workshop area to fix the hardware. — The team gathered in a special work space to repair hardware.

Tom expects to find five more tablets there, in addition to the ones in the storage room.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 38.24,
      "finishTimestamp": 40.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "We should have another 5 in the workshop area.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}