Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/67510809633277d10d4fff4f.md

latest1.4 KB
Original Source
<!-- (Audio) Jessica: When do we expect the maintenance to start? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

When do we BLANK the maintenance to start?

--blanks--

expect

--feedback--

This word means to believe that something will happen in the future.

--explanation--

Expect means to think that something will happen or to anticipate an event. For example:

We expect the meeting to begin at 10 AM. - This means that you believe the meeting will start at 10 AM, based on plans or predictions.

--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": 20.8,
      "finishTimestamp": 22.22
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.42,
      "dialogue": {
        "text": "When do we expect the maintenance to start?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 2.92
    }
  ]
}