Back to Freecodecamp

Task 114

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

latest1.6 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 complete the sentence below.

--fillInTheBlank--

--sentence--

A few are also in the BLANK, specifically in the Backup Licenses section.

--blanks--

cloud storage

--feedback--

These two words refer to online space where files are saved and accessed through the internet.

--explanation--

Cloud storage is a way to save files online so that they can be accessed from anywhere with internet. For example:

We saved the backup to cloud storage. — The backup is stored online in the cloud.

Tom says some of the licenses are stored online, in case they're needed outside the main office system.

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