Back to Freecodecamp

Task 125

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

latest1.8 KB
Original Source
<!-- (audio) Tom: There are ten tablets in the storage room, right between the spare monitors and the old project files. We should have another five in the workshop area. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Tom, how many graphic tablets are there in total?

--answers--

10 — all stored together

--feedback--

Tom says there are ten in one place and five in another.


5 — only in the workshop

--feedback--

There are five in the workshop, but also ten more in storage.


15 — ten in storage and five in the workshop


20 — ten in each room

--feedback--

There are only two locations mentioned, with ten and five respectively.

--video-solution--

3

--explanation--

Tom says there are ten tablets in the storage room and another five in the workshop area.

So the total is: 10 + 5 = 15 tablets.

--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.24,
      "finishTimestamp": 40.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 8.38,
      "dialogue": {
        "text": "There are 10 tablets in the storage room, right between the spare monitors and the old project files. We should have another 5 in the workshop area.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.88
    }
  ]
}