Back to Freecodecamp

Task 48

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

latest1.9 KB
Original Source
<!-- (audio) Alice: Since Maria is at the conference this week, I'll be walking you through the budget breakdown for our project phases. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Since Maria is at the conference this week, I'll be walking you through the BLANK for our project phases.

--blanks--

budget breakdown

--feedback--

This two-word phrase refers to a detailed explanation of how money is planned and divided in a project.

--explanation--

A budget is a plan for how money will be spent during a project or time period. For example:

We went over budget last month. — They spent more money than they planned.

A breakdown is a detailed explanation or division of something. For example:

The breakdown of expenses shows where the money was spent. — Here, breakdown means a detailed list that explains costs.

So, a budget breakdown shows how the total project budget is divided into smaller parts, such as salaries, tools, or services.

--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": 1.56,
      "finishTimestamp": 6.76
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "Since Maria is at the conference this week, I'll be walking you through the budget breakdown for our project phases.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}