Back to Freecodecamp

Task 136

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What time period is Sophie asking about?

--answers--

Next month's planned usage.

--feedback--

She says over the past month, which means she's looking back, not forward.


The last four weeks leading up to now.


This week only.

--feedback--

She's asking about a full month, not just one week.


Just last year's data.

--feedback--

Past month refers to the most recent month, not the previous year.

--video-solution--

2

--explanation--

Over the past month means from now going back 30 days (or four weeks).

Sophie wants to see how the platform was used during that recent time frame.

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