Back to Freecodecamp

Task 141

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom mean by around eighty hours two weeks ago?

--answers--

That two weeks ago, the team used the platform for about 80 hours.


That 80 people were using the platform two weeks ago.

--feedback--

He says eighty hours, not eighty people.


That the platform failed two weeks ago.

--feedback--

He's not reporting a system failure.


That the average usage dropped to 80 hours recently.

--feedback--

He says peak usage, meaning it went up, not down.

--video-solution--

1

--explanation--

Tom says the peak usage was around eighty hours two weeks ago, meaning that's the highest number of hours the team used the platform in one week, and it happened two weeks ago.

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