Back to Freecodecamp

Task 113

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

latest1.7 KB
Original Source
<!-- (audio) Tom: They're mainly on the central server under the Licensed Software folder. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where are most of the licenses stored?

--answers--

In Tom's email inbox.

--feedback--

Tom never mentions email.


In a folder called Licensed Software on the central server.


On Sophie's personal computer.

--feedback--

There's no mention of Sophie's computer.


On a flash drive used for backups.

--feedback--

He doesn't mention portable devices.

--video-solution--

2

--explanation--

Tom says the licenses are on the central server, under the Licensed Software folder.

Here, under means inside a specific folder or directory. Another example:

The file is under the Projects folder. — The file is inside the folder called Projects.

--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": 21.8
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "They're mainly on the central server under the Licensed Software folder.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}