Back to Freecodecamp

Task 109

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria asking Riker to give suggestions about?

--answers--

How they should present the results.

--feedback--

Maria is not asking about presenting results.


How they can reduce the length of the campaign.

--feedback--

She doesn't mention anything about the duration of the campaign.


How they can plan and use their money more efficiently.


How they could hire more people for the next project.

--feedback--

Maria is not talking about hiring new team members.

--video-solution--

3

--explanation--

To manage something better means to control or handle it in a more effective or efficient way than before. For example:

  • We need to manage our resources better during the next phase. – This means organizing and using what you have (money, people, tools) in a smarter way.

--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
    }
  ]
}