Back to Freecodecamp

Task 87

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

latest2.0 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 problem does Sophie mention?

--answers--

The software might have too many colors.

--feedback--

Sophie is not concerned about design.


The team might not have enough time to finish the project.

--feedback--

She is not talking about the project deadline.


The app might not be compatible with mobile devices.

--feedback--

Sophie's concern is not about device compatibility.


The servers might struggle with too many users.

--video-solution--

4

--explanation--

High traffic refers to a large number of users accessing a system at the same time. For example:

  • We need a stronger server to handle high traffic. - A better server will help when many users visit the site.

  • During sales, online stores experience high traffic. - Many people visit shopping websites when there are discounts.

Sophie is asking whether the servers might struggle when too many users try to access the system after the release.

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