Back to Freecodecamp

Task 140

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684966b70498cf92fb4cefad.md

latest1.5 KB
Original Source
<!-- (audio) Tom: The peak usage was around eighty hours two weeks ago. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The BLANK was around eighty hours two weeks ago.

--blanks--

peak usage

--feedback--

This two-word phrase means the highest amount of time or activity recorded in a given period.

--explanation--

Peak usage means the time when something is used the most. For example:

The server slows down during peak usage. — The server works slower when many users use it at the same time.

In Tom's sentence, the team used the design platform more than usual two weeks ago — hitting a high point of 80 hours.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 68.42,
      "finishTimestamp": 72.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "The peak usage was around eighty hours two weeks ago.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}