Back to Freecodecamp

Task 107

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

latest1.4 KB
Original Source
<!-- (audio) Tom: We have about fifty licenses right now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We have about BLANK right now.

--blanks--

fifty licenses

--feedback--

This two-word phrase uses a cardinal number to state the legal permissions granted to use, own, or perform something. The second word is in the plural form.

--explanation--

Remember, cardinal numbers are used to show how many of something there are. For example, one license, ten computers, fifty users.

In the dialogue, fifty licenses means the team currently has 50 permissions to use various software tools.

--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": 7.78,
      "finishTimestamp": 10.2
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "We have about fifty licenses right now.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}