Back to Freecodecamp

Task 122

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

latest1.9 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 ten tablets in the storage room, right between BLANK and the BLANK.

--blanks--

the spare monitors

--feedback--

These are extra screens not currently in use but kept in case they're needed. Use two words and an article if necessary.


old project files

--feedback--

These are saved documents from past work that are no longer active. Use three words.

--explanation--

Spare monitors are extra computer screens kept as backups or for future use. For example:

We have three spare monitors in case one breaks. — There are 3 extra monitors ready to use if needed.

Old project files refer to documents or data from completed projects. For example:

He found some old project files on the server. — He found files from past projects saved on the server.

Tom is explaining exactly where the tablets are placed in the storage room — between these two items.

--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
    }
  ]
}