Back to Freecodecamp

Task 137

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: Can we review the usage stats for our main design platform? I'm interested in the average usage over the past month. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie want to review?

--answers--

How many licenses were bought this year.

--feedback--

She's not talking about purchases.


When the updates were last installed.

--feedback--

She didn't ask when it was updated.


What the team plans to work on next.

--feedback--

This is a question about past usage, not future planning.


How the team used the main design software over the past month.

--video-solution--

4

--explanation--

Sophie wants to check usage stats and average usage over the past month for the main design platform.

She's asking for a data summary of software activity.

--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": 55.84,
      "finishTimestamp": 62.54
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 7.7,
      "dialogue": {
        "text": "Can we review the usage stats for our main design platform? I'm interested in the average usage over the past month.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.2
    }
  ]
}