Back to Freecodecamp

Task 130

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

latest1.6 KB
Original Source
<!-- (audio) Tom: Yes, there are updates pending for five of our main design tools. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, there are updates pending for BLANK of our BLANK.

--blanks--

five

--feedback--

This is a cardinal number showing the quantity of tools that need updates.


main design tools

--feedback--

These three words refer to the most important software used for design work.

--explanation--

Five is a cardinal number that simply shows how many.

Main design tools are the primary software programs used by a design team. For example, Adobe Photoshop, Illustrator, or Figma.

Tom is saying that five important programs need to be updated soon.

--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": 46.62,
      "finishTimestamp": 50.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Yes, there are updates pending for 5 of our main design tools.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}