Back to Freecodecamp

Task 109

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Who is using the majority of the licenses?

--answers--

The design team


The back-end development team

--feedback--

Tom doesn't mention back-end developers.


The entire company equally

--feedback--

He says most are used by one team, not shared equally.


The marketing team

--feedback--

Marketing is not mentioned here.

--video-solution--

1

--explanation--

Tom says, Most of them, around thirty, are allocated to the design team.

This means the majority of the licenses are assigned to people in the design department.

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