Back to Freecodecamp

Task 18

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll be testing the BLANK BLANK to ensure it's stable.

--blanks--

server

--feedback--

This refers to a computer or system that provides data, services, or resources to other devices.


load

--feedback--

This refers to the amount of work or demand placed on a system or resource.

--explanation--

Server refers to a powerful computer or system that provides services, data, or resources to other devices, often over a network. For example:

The server hosts the company's website. - This means the server is responsible for storing and delivering the website's content to users who access it.

Load refers to the amount of work, demand, or stress placed on a system or resource. For example:

The system crashed because it couldn't handle the high load during peak hours. - This means the system became overwhelmed due to the large amount of demand placed on it.

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