Back to Freecodecamp

Task 22

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Yes, they're going to run additional stress tests to ensure we don't have any unexpected issues. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will the other developers help?

--answers--

They will fix bugs in the system.

--feedback--

The audio does not mention fixing bugs.


They will update the system with new features.

--feedback--

There is no mention of adding new features in the audio.


They will conduct more tests to evaluate the system's performance under pressure.


They will monitor the system without performing tests.

--feedback--

The audio specifies that they will do something else, not just monitor the system.

--video-solution--

3

--explanation--

The developers will assist by running additional stress tests, as stated in the audio. This is to ensure the system can handle high demand and avoid unexpected issues.

--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": 32.7,
      "finishTimestamp": 38.34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "Yes, they're going to run additional stress tests to ensure that we don't have any unexpected issues.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}