Back to Freecodecamp

Task 87

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

latest1.6 KB
Original Source
<!-- (audio) Alice: Up to this point, we've used about 40% of the total budget. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How much of the total budget has been used so far?

--answers--

More than 80%

--feedback--

That would be near completion. Alice says only 40% has been used so far.


Only 4%

--feedback--

That's too low. She mentions 40%, which is a large part of the budget.


About 40%


The entire budget has already been spent.

--feedback--

She clearly says about 40%, so some funds are still available.

--video-solution--

3

--explanation--

Alice says, Up to this point, we've used about 40% of the total budget.

This shows a status update — only part of the budget has been used so far.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 73.72,
      "finishTimestamp": 77.08
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "Up to this point, we've used about 40% of the total budget.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}