Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680be10112316c106d4f3c99.md

latest2.0 KB
Original Source
<!-- (Audio) Riker: We need to spread our funds more wisely to avoid going over budget. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Riker's advice for managing the campaign budgets?

--answers--

To distribute the money more carefully.


To cut all spending on marketing.

--feedback--

Riker does not suggest stopping it completely.


To focus only on the cheapest regions.

--feedback--

Riker does not talk about avoiding certain areas.


To ask for a much bigger budget next time.

--feedback--

Riker is not focused on asking for more money.

--video-solution--

1

--explanation--

To spread in this context means to distribute something over a wider area or across different parts. For example:

The team spread the project tasks evenly among all members. – This means the work was divided fairly so that each person had a similar amount to do.

Funds refers to money that is available for a specific purpose, like a project, campaign, or event. For example:

The company set aside special funds for emergency expenses. – This means they reserved money to be used only if unexpected problems happen.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Riker",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 57.54,
      "finishTimestamp": 60.84
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "We need to spread our funds more wisely to avoid going over budget.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}