Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d6af01b4d7d85f91a3550d.md

latest2.0 KB
Original Source
<!-- (audio) James: It's possible. If we get a lot of users at once, the servers could get overwhelmed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could happen to the servers if a lot of users use them at once?

--answers--

The servers could get lighter.

--feedback--

Servers do not get lighter when overloaded.


The servers will run faster than before.

--feedback--

James is not warning about improved speed.


The servers will stop using electricity.

--feedback--

Server issues are not about power loss.


The servers could slow down or crash.

--video-solution--

4

--explanation--

Get overwhelmed means that something receives too much at once and cannot handle it properly. For example:

  • The team got overwhelmed by all the tasks before the deadline. - The team had too many tasks and felt stressed because of it.

  • The customer support team got overwhelmed with questions after the app update. - The team received too many questions and couldn't answer them all quickly.

James explains that if too many users log in at once, the servers might struggle to handle the load and slow down or crash.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 48.5,
      "finishTimestamp": 54
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7,
      "dialogue": {
        "text": "It's possible. If we get a lot of users at once, the servers could get overwhelmed.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.5
    }
  ]
}