Back to Freecodecamp

Task 92

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

latest1.8 KB
Original Source
<!-- (audio) James: We may need to scale up to handle the load. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How is James proposing to handle the issue?

--answers--

By shutting down the servers.

--feedback--

James is not suggesting stopping the servers.


By increasing capacity to handle the load.


By reducing the number of users.

--feedback--

James does not suggest limiting users.


By ignoring the problem.

--feedback--

James is offering a solution, not ignoring the issue.

--video-solution--

2

--explanation--

Scale up means to increase capacity or resources to handle more demand. For example:

  • The company plans to scale up production next year. - The company wants to increase how much they make in the future.

  • If the app is successful, we can scale up the team. - If the app does well, you can hire more people to help.

James is suggesting that they increase server capacity so they can handle more users at once.

--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": 54.2,
      "finishTimestamp": 56.8
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "We may need to scale up to handle the load.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}