Back to Freecodecamp

Task 108

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

latest1.7 KB
Original Source
<!-- (audio) Tom: Most of them, around thirty, are allocated to the design team. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK of them, BLANK thirty, are allocated to the design team.

--blanks--

Most

--feedback--

This word means "more than half", or "the majority". The first letter is capitalized.


around

--feedback--

This word means "approximately" - not the exact number, but close.

--explanation--

Most means the majority, or more than 50% of something. For example:

Most developers use version control tools. — The majority of developers work with version control.

Around means about or approximately. It is used when the number is not exact. For example:

Around 20 people joined the training session. — About 20 people attended the training.

So Tom is saying that a large part of the licenses — about 30 — are used by the design team.

--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": 10.16,
      "finishTimestamp": 13.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "Most of them, around 30, are allocated to the design team.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}