Back to Freecodecamp

Task 63

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

latest1.7 KB
Original Source
<!-- (audio) Alice: The front-end development and user interface design together consume about 27% of the overall budget. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How much of the budget is used for front-end development and UI design?

--answers--

About 27%


About 72%

--feedback--

This would be the majority of the budget, but Alice says about 27%.


About 14%

--feedback--

Too low - Alice mentions almost a third of the budget.


Exactly 50%

--feedback--

She says about 27%, not an even split or half the budget.

--video-solution--

1

--explanation--

Alice uses a percentage to describe how much of the budget is used: consume about 27%.

This is a common way to express financial planning in project management — it shows how resources are distributed clearly and briefly.

--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": 30.2,
      "finishTimestamp": 36.12
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.92,
      "dialogue": {
        "text": "The front-end development and user interface design together consume about 27% of the overall budget.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}