Back to Freecodecamp

Task 19

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: We'll be testing the server load to ensure it's stable. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will they be doing?

--answers--

Replace the server with a new one.

--feedback--

The focus is on testing the server, not replacing it.


Evaluate how much traffic the server can handle.


Back up all data on the server.

--feedback--

Backing up data is important, but the task here is not about it.


Shut down the server to perform maintenance.

--feedback--

Testing the server load does not require shutting it down.

--video-solution--

2

--explanation--

Testing the server load involves evaluating how much traffic or demand the server can handle while remaining stable. This is different from replacing the server, backing up data, or shutting it down.

--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": 26.24,
      "finishTimestamp": 28.94
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "We'll be testing the server load to ensure it's stable.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}