Back to Freecodecamp

Task 17

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: It's going to start around 2 AM and should last a couple of hours. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

If the maintenance starts around 2 AM on December 5, what time does it most probably end?

--answers--

Around 2:30 AM on December 5.

--feedback--

The maintenance is expected to last longer than 30 minutes.


Around 4 AM on December 5.


Around 6 AM on December 5.

--feedback--

The maintenance is not expected to last that long.


Around 2 AM on December 6.

--feedback--

This is far beyond the estimated duration.

--video-solution--

2

--explanation--

Brian says the maintenance will start around 2 AM on December 5. Adding a couple of hours (approximately 2) means it will most likely end around 4 AM.

--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": 22.5,
      "finishTimestamp": 26.04
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "It's going to start around 2 a.m. and should last a couple of hours.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}