Back to Freecodecamp

Task 131

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

latest1.8 KB
Original Source
<!-- (audio) Tom: These updates are critical and should be installed by next week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

These updates are critical and should be BLANK BLANK.

--blanks--

installed

--feedback--

This means added or applied software. It ends in -ed.


by next week

--feedback--

These three words show a deadline.

--explanation--

Installed means software is set up and applied on a device so it works properly. For example:

The installed program is working fine. — The program that was set up is working well.

By next day, by next week, by next month mean no later than the end of next day/week/month. For example:

  • The update should be ready by next day. — The update will be finished the following day.

  • We plan to finish testing by next month. — Testing should be done before the end of next month.

Tom is saying these software updates are urgent and must be completed within a specific time frame.

--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": 50.22,
      "finishTimestamp": 53.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "These updates are critical and should be installed by next week.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}