Back to Freecodecamp

Task 11

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

latest2.2 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 complete the sentence below.

--fillInTheBlank--

--sentence--

The BLANK BLANK starts exactly when the user traffic is at its lowest, correct?

--blanks--

server

--feedback--

This word refers to a computer system that provides services, resources, or data to other computers on a network.


downtime

--feedback--

This word refers to a period when a system or service is not available or operational.

--explanation--

Downtime is a period when a system or service is unavailable or not operational. It is often scheduled to perform maintenance, updates, or repairs.

Server downtime specifically refers to the time when a server — a computer system that provides data, services, or resources to other devices — is temporarily unavailable. For example:

  • The server downtime was scheduled at midnight to minimize the impact on users. - This means the server was made unavailable at midnight to reduce inconvenience to users.

  • Unexpected downtime occurred due to a power failure. - This means the system became unavailable without prior planning because of a power outage.

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