Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/6751beb68c063aee92555abe.md

latest2.6 KB
Original Source
<!-- (Audio) Jessica: Yes, I'll send out a notification to our users, letting them know about the maintenance window. It's better to inform them in advance. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I'll send out a BLANK to our users, letting them know about the BLANK. It's better to BLANK them in advance.

--blanks--

notification

--feedback--

This word means a message or alert that gives information or warns about something.


maintenance window

--feedback--

This phrase of two words refers to the scheduled time during which a system is unavailable for updates or repairs.


inform

--feedback--

This word means to let someone know or share information with them.

--explanation--

Notification refers to a message or alert sent to inform people about something important. For example:

We received a notification about the upcoming software update. - This means a message was sent to alert users about the software update.

Maintenance window is the scheduled time set aside for system updates, repairs, or tests. For example:

The website will be down during the maintenance window from 2 AM to 4 AM. - This means the website will not be available while maintenance work is being done during the specified period.

Inform means to share information or let someone know about something. For example:

The team will inform the users about the new feature rollout. - This means the team will tell the users about the introduction of the new feature.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 42,
      "finishTimestamp": 48
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Yes, I'll send out a notification to our users letting them know about the maintenance window.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 5.26,
      "finishTime": 7,
      "dialogue": {
        "text": "It's better to inform them in advance.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.5
    }
  ]
}