Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68568a553b1f14359a083329.md

latest2.0 KB
Original Source
<!-- (Audio) David: Sounds like a plan. Can we review the budget for these additional resources? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sounds like a plan. Can we BLANK the BLANK for these additional BLANK?

--blanks--

review

--feedback--

This verb means to look at something carefully, usually to check or confirm it.


budget

--feedback--

This noun refers to the amount of money planned for a specific purpose.


resources

--feedback--

This noun in the plural form refers to people, tools, or materials needed to complete a task or project.

--explanation--

Review means to check or examine something carefully. For example:

Let's review the schedule before the meeting. – This means to go over it to make sure it's correct.

Budget refers to a planned amount of money for a task or period. For example:

We set a budget for travel expenses. – This means the team allocated money for that purpose.

Resources are the people, tools, or materials needed to do a job. For example:

The team lacks the resources to finish on time. – This means they don't have enough support or materials.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 59.06,
      "finishTimestamp": 63.72
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Sounds like a plan. Can we review the budget for these additional resources?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}