Back to Freecodecamp

Task 89

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

latest1.8 KB
Original Source
<!-- (audio) Sophie: Do you think our servers might struggle with high traffic after the release? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

There are chances of servers struggling, and James further explains it. What would he say?

--answers--

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

--audio-id--

EN69512daa


No, the servers are designed to handle any amount of traffic.

--audio-id--

EN8db3e109

--feedback--

James needs to explain why the servers might struggle.

--video-solution--

1

--explanation--

The correct answer acknowledges the possibility of server issues and provides a clear reason — high traffic causing overload.

  • It's possible. - This acknowledges that server issues could happen.

  • If we get a lot of users at once, the servers could get overwhelmed. - This explains the cause and effect of the problem, meaning the servers might struggle to handle the load.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 45.1,
      "finishTimestamp": 48.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Do you think our servers might struggle with high traffic after the release?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}