Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/674f0afcd85abc5d478e150c.md

latest1.9 KB
Original Source
<!-- (Audio) Jessica: Are you going to be online during the scheduled maintenance? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are you going to be online during the BLANK BLANK?

--blanks--

scheduled

--feedback--

This word refers to something planned or arranged to happen at a specific time. It is often used in contexts where dates and times are set in advance.


maintenance

--feedback--

This word refers to activities carried out to keep something in good condition or to fix issues.

--explanation--

Scheduled means something has been planned or arranged to occur at a specific time. For example:

The scheduled meeting will start at 2 PM. - This means that the meeting has been planned in advance to begin at the specified time.

Maintenance refers to activities done to keep something functioning well or to fix any problems. For example:

The team performed maintenance on the server to ensure it runs smoothly. - This means the team worked to keep the server in good condition by fixing or updating it.

--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": 3.88,
      "finishTimestamp": 6.26
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "Are you going to be online during the scheduled maintenance?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}