Back to Freecodecamp

Task 23

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: Do you think we'll need to update the users about the downtime? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do you think we'll need to update the users about the BLANK?

--blanks--

downtime

--feedback--

This word refers to the period when a system or service is not available or functioning.

--explanation--

Downtime means the period when a system, service, or device is unavailable or not working. For example:

The website experienced an hour of downtime due to server maintenance. - This means the website could not be accessed for an hour because the server was being worked on.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 38.78,
      "finishTimestamp": 41.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Do you think we'll need to update the users about the downtime?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}