Back to Freecodecamp

Task 108

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: And for our next campaign, how can we manage our budget better? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And for our next campaign, how can we BLANK our budget better?

--blanks--

manage

--feedback--

This means to control, organize, or take care of something effectively, especially time, money, or tasks.

--explanation--

To manage means to take responsibility for something and handle it in an organized and effective way. For example:

  • We need to manage our time wisely to meet the deadline. – This means using time efficiently and not wasting it.

  • She manages a team of five developers. – This means she is responsible for organizing and leading the work of her team.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 50.2,
      "finishTimestamp": 52.8
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "And for our next campaign,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.32,
      "finishTime": 3.6,
      "dialogue": {
        "text": "how can we manage our budget better?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}