Back to Freecodecamp

Task 24

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian's concern?

--answers--

If users need to be informed about the downtime.


If the downtime will last too long.

--feedback--

Brian is not asking about the length of the downtime.


If the users will experience technical issues.

--feedback--

Brian does not mention technical issues in his concern.


If the downtime will affect the server's performance.

--feedback--

Brian's concern is not about the server's performance.

--video-solution--

1

--explanation--

Brian is asking if they should update users about the downtime, showing his concern is about communication with the users rather than the length of downtime, technical issues, or server performance.

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