Back to Freecodecamp

Task 135

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: I'm interested in the average usage over the past month. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm interested in the BLANK over the past month.

--blanks--

average usage

--feedback--

This two-word phrase refers to the typical amount of use during a specific time period.

--explanation--

Average usage means how much something is used on a regular basis, usually calculated by adding up usage over time and dividing by the number of days or users. For example:

The average usage is 3 hours per day. — People use it for about 3 hours daily.

Sophie is asking to see how much the team typically used the design software last month.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 59.42,
      "finishTimestamp": 62.54
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "I'm interested in the average usage over the past month.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}