Back to Freecodecamp

Task 116

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

latest1.8 KB
Original Source
<!-- (audio) Tom: They're mainly on the central server under the Licensed Software folder. A few are also in the cloud storage, specifically in the Backup Licenses section. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which location contains most licenses?

--answers--

The central server


The cloud storage

--feedback--

Tom says a few are in the cloud, and most are on the central server.


The design team's shared folder

--feedback--

That location isn't mentioned in this statement.


It's not possible to tell from the conversation.

--feedback--

Tom clearly says They're mainly on the central server, so we do know.

--video-solution--

1

--explanation--

Tom uses mainly for the central server and a few for cloud storage.

This shows that most licenses are on the server, and only a small number are stored online as backups.

--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": 17.94,
      "finishTimestamp": 27.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 10.18,
      "dialogue": {
        "text": "They're mainly on the central server under the Licensed Software folder. A few are also in the cloud storage, specifically in the Backup Licenses section.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 10.68
    }
  ]
}