Back to Freecodecamp

Task 115

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

latest1.8 KB
Original Source
<!-- (audio) Tom: 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--

Where can the backup licenses be found?

--answers--

In a printout near Tom's desk.

--feedback--

Tom says the files are stored digitally, not on paper.


In the main folder of the central server.

--feedback--

The backup licenses are not stored in the central server.


In a USB device labeled backup.

--feedback--

He doesn't mention USB.


In a section called Backup Licenses inside the cloud storage.

--video-solution--

4

--explanation--

Tom says in the Backup Licenses section, which means there is a specific area or folder within the cloud storage where those files are saved.

Here, in refers to being inside that section. Another example:

The answer is in the FAQ section. — You can find the answer in the FAQ part.

--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": 21.96,
      "finishTimestamp": 27.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "A few are also in the cloud storage, specifically in the Backup Licenses section.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}