Back to Freecodecamp

Task 121

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

latest1.5 KB
Original Source
<!-- (audio) Tom: There are ten tablets in the storage room, right between the spare monitors and the old project files. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There are BLANK in the storage room, right between the spare monitors and the old project files.

--blanks--

ten tablets

--feedback--

This two-word phrase uses a cardinal number, which states how many items there are.

--explanation--

Remember, cardinal numbers (e.g., one, two, ten) show quantity.

In this sentence, ten tablets are in the storage room. Tom is giving a specific number of devices.

--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": 33.14,
      "finishTimestamp": 38.14
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6,
      "dialogue": {
        "text": "There are 10 tablets in the storage room, right between the spare monitors and the old project files.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.5
    }
  ]
}