Back to Freecodecamp

Task 88

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What are the chances of servers struggling with high traffic after the release?

--answers--

There is a possibility, but it is not certain.


The servers will definitely fail.

--feedback--

Sophie uses might, which means it is possible but not guaranteed.


There is no chance of any server issues.

--feedback--

Sophie is asking about a possible problem, not ruling it out completely.


The servers are already struggling.

--feedback--

Sophie is talking about what might happen in the future, not the present.

--video-solution--

1

--explanation--

Might is used to talk about possibility — something that could happen but is not certain.

Sophie is saying that the servers might struggle, meaning there is a chance that they will have issues handling high traffic.

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