Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673ba99a1280af2ba7770b56.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: The server downtime starts exactly when the user traffic is at its lowest, correct? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When does the server downtime start?

--answers--

When the user traffic is at its peak.

--feedback--

Consider whether downtime would be planned when the server is most active. Think about when the least disruption would occur.


When the user traffic is at its lowest.


When the server needs a reboot.

--feedback--

Maria does not mention any specific technical need like a reboot. Focus on what she says about traffic.


When new features are added.

--feedback--

Maria is talking about downtime related to user traffic, not updates or feature additions. Pay attention to the context of the sentence.

--video-solution--

2

--explanation--

Maria states that the server downtime starts when the user traffic is at its lowest. This indicates the downtime is planned for a time with minimal user activity, likely to reduce the impact on users.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.74,
      "finishTimestamp": 16.62
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "The server downtime starts exactly",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.52,
      "finishTime": 4.88,
      "dialogue": {
        "text": "when the user traffic is at its lowest, correct?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.38
    }
  ]
}