Back to Freecodecamp

Task 53

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

latest2.1 KB
Original Source
<!-- (audio) Alice: Absolutely. As of now, 45% of our total budget has been allocated to the development phase. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Alice say about the project's financial plan?

--answers--

That the development phase is too expensive.

--feedback--

She doesn't say it's too expensive - just how much is allocated.


That most of the budget goes to marketing.

--feedback--

There's no mention of marketing at all.


That they have no budget plan yet.

--feedback--

She clearly mentions a specific budget allocation.


That 45% of the budget is planned for development.

--video-solution--

4

--explanation--

Alice says, 45% of our total budget has been allocated to the development phase. This kind of sentence is common in project management when giving financial status updates or discussing resource planning. Other examples:

  • As of today, 60% of our budget has been used. — By today, more than half of the money planned for the project has already been spent.

  • Only 10% of the timeline remains. — There is very little time left to finish the project — just 10% of the planned time is left.

Sentences like these help clearly communicate project status using numbers and percentages.

--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": 14.66,
      "finishTimestamp": 20.18
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "Absolutely. As of now, 45% of our total budget has been allocated to the development phase.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}