Back to Freecodecamp

Task 104

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: Let's start with the licenses. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's start with BLANK.

--blanks--

the licenses

--feedback--

These are legal permissions that allow you to use software. Don't forget to use an article if necessary.

--explanation--

A license is a legal agreement that allows you to use software or a digital product. Companies often buy licenses for tools like Microsoft Office, Adobe Creative Cloud, or development platforms. For example:

We have five licenses for our design software. — This means five people can legally use that software.

In Sophie's sentence, she wants to begin by checking how many software licenses the team has.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.42,
      "finishTimestamp": 5.96
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Let's start with the licenses.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}