Back to Freecodecamp

Task 15

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica want to know?

--answers--

When the maintenance will start.


How long the maintenance will last.

--feedback--

Jessica is not asking about the duration, but the start time.


Who is responsible for the maintenance.

--feedback--

Jessica is asking about the start time, not the person in charge.


If the maintenance is necessary.

--feedback--

Jessica is asking when the maintenance will start, not if it's necessary.

--video-solution--

1

--explanation--

Jessica is asking about the expected time the maintenance will begin.

--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
    }
  ]
}