Back to Freecodecamp

Task 90

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

latest1.8 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 complete the sentence below.

--fillInTheBlank--

--sentence--

It's possible. If we get a lot of users at once, the servers BLANK BLANK overwhelmed.

--blanks--

could

--feedback--

This modal verb expresses possibility — something that may happen but is not certain.


get

--feedback--

This verb is used to describe a change in state — in this case, the servers becoming overwhelmed.

--explanation--

Could is used to describe something that is possible but not guaranteed. For example:

  • This bug could cause the app to crash. - There is a possibility that the app will stop working because of this bug.

  • We could add a new feature to improve user experience. - Adding a feature is one possible way to make the app better.

James is saying that the servers might get overwhelmed if too many users log in 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": 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
    }
  ]
}