Back to Freecodecamp

Task 21

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, they're going to run additional BLANK to ensure we don't have any BLANK issues.

--blanks--

stress tests

--feedback--

This phrase of two words refers to evaluations that push a system to its limits to check its performance under extreme conditions.


unexpected

--feedback--

This means something that happens without warning or is not anticipated.

--explanation--

Stress tests are evaluations designed to see how a system performs under high pressure or extreme conditions. For example:

The developers ran stress tests on the website to check its performance during peak traffic. - This means the developers tested the website to ensure it could handle a large number of visitors at the same time.

Unexpected means something unplanned or surprising. For example:

The system crashed due to unexpected behavior during the update. - This means the system failed because of issues that were not anticipated during the update.

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