Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f36165d6905ade36b4b9d9.md

latest2.2 KB
Original Source
<!-- (Audio) David: Yeah, I noticed the budget tracking feature wasn't in the latest build. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yeah, I BLANK the BLANK feature wasn't in the BLANK.

--blanks--

noticed

--feedback--

This means to become aware of something or to observe it carefully. It ends with -ed.


budget tracking

--feedback--

This two-word phrase refers to a feature that allows users to monitor and manage their financial budget. The second word ends with -ing.


latest build

--feedback--

This two-word phrase refers to the most recent version of a software or app that has been developed or updated.

--explanation--

Noticed means to see, observe, or become aware of something. For example:

I noticed the report was missing some key details. — This means you realized something was missing or not correct.

Budget tracking is a feature that helps users keep track of their finances or expenses. For example:

The app includes a budget tracking feature to help you manage your spending. — It's a tool for financial management.

Latest build refers to the most recent version of software, often a development version before the final release. For example:

The latest build includes new features and bug fixes. — This is the most updated version of the software.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.86,
      "finishTimestamp": 57.26
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Yeah, I noticed the budget tracking feature wasn't in the latest build.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}