Back to Freecodecamp

Task 12

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

latest2.3 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 server downtime starts exactly when the user traffic is BLANK BLANK BLANK, correct?

--blanks--

at

--feedback--

This is a preposition used to indicate a specific time or condition.


its

--feedback--

This is a possessive pronoun referring to something that belongs to or is related to the server traffic.


lowest

--feedback--

This is the superlative form of low, describing the smallest amount or level.

--explanation--

The pronoun its is a possessive pronoun that indicates something belongs to or is associated with a subject. For example:

The system operates best when its temperature is regulated. - This means the system works well when the temperature belonging to it is controlled.

The word lowest is the superlative form of low, meaning the least amount or the smallest degree. For example:

The lowest temperature recorded was in the early morning. - This means the smallest temperature measured occurred in the morning.

In Maria's sentence, at its lowest refers to the lowest level of user traffic for the server.

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