Back to Freecodecamp

Task 70

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

latest1.5 KB
Original Source
<!-- (audio) Alice: Testing has been allocated 13% of the budget. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How much of the project budget is allocated to testing?

--answers--

30%

--feedback--

This is too high.


3%

--feedback--

This is too low.


13%


Over half the total budget.

--feedback--

Testing is important, but Alice says it takes only a small portion.

--video-solution--

3

--explanation--

Alice says, Testing has been allocated 13% of the budget.

This means 13% of the total project funds are assigned to the testing phase — a small but essential portion.

--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": 45.58,
      "finishTimestamp": 48.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "Testing has been allocated 13% of the budget.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}