Back to Freecodecamp

Task 118

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: I saw some in the storage room. How many are there? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I saw some in the BLANK. How many are there?

--blanks--

storage room

--feedback--

This is a place where extra supplies and equipment are kept when not in use. Use two words.

--explanation--

A storage room is a space used to keep items that aren't needed all the time (such as office supplies, equipment, or backup materials). For example:

The extra equipment is in the storage room. — The extra equipment is kept in a special room for storage.

Sophie is asking if Tom knows how many graphic tablets are kept there.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.54,
      "finishTimestamp": 32.84
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "I saw some in the storage room. How many are there?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}