Back to Freecodecamp

Task 132

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

latest1.9 KB
Original Source
<!-- (audio) Tom: Yes, there are updates pending for five of our main design tools. These updates are critical and should be installed by next week. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Tom's message about the software updates?

--answers--

There are updates for all company software tools.

--feedback--

He doesn't say updates are needed for all software.


There are updates that were already installed last week.

--feedback--

He doesn't say the updates were already completed.


There are no updates needed at the moment.

--feedback--

Tom clearly says updates are pending and must be installed.


There are five important updates, and they need to be installed soon.

--video-solution--

4

--explanation--

Tom says five updates are pending for main design tools, and they are critical, meaning very important.

They should be installed by next week, which shows urgency and a clear deadline.

--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": 53.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.94,
      "dialogue": {
        "text": "Yes, there are updates pending for 5 of our main design tools. These updates are critical and should be installed by next week.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.44
    }
  ]
}