Back to Freecodecamp

Task 62

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

The front-end development and BLANK design together BLANK about 27% of the overall budget.

--blanks--

user interface

--feedback--

This two-word phrase refers to everything users see and interact with.


consume

--feedback--

This verb means to use up or take a portion of something, such as time, money, or energy.

--explanation--

The user interface (often shortened to UI) is the visual and interactive part of a digital product — what users click, see, or touch. For example:

The user interface includes the navigation bar and search field. — The part of the app users see has things like the menu and the search box.

To consume means to use something up, like time, energy, or budget. For example:

Testing often consumes a large part of the schedule. — Testing usually takes a lot of time in the project plan.

Alice explains that UI design and front-end coding use up 27% of the budget — a significant 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": 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
    }
  ]
}