Back to Freecodecamp

Task 123

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom mean by another five?

--answers--

He wants to remove five tablets from storage.

--feedback--

He's not talking about removing them.


There are five more tablets in a different location.


Only five tablets exist in total.

--feedback--

Tom said there are ten in one place and another five somewhere else.


There are five broken tablets.

--feedback--

Nothing suggests the tablets are broken.

--video-solution--

2

--explanation--

Another before a number means an additional quantity. For example:

We ordered another five laptops for the new team. — They got 5 more laptops for the new team.

Tom already said there are ten tablets in one location, and now he's adding five more in a different place.

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