Back to Freecodecamp

Task 101

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

latest2.1 KB
Original Source
<!-- (Audio) Maria: I see. Where could we do better? Which areas didn't meet our expectations completely? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know about the campaign?

--answers--

Which parts didn't perform as well as expected.


Whether the budget was approved before launch.

--feedback--

Maria is not asking about budget approval.


If the campaign will continue next quarter.

--feedback--

Maria isn't asking about future plans, but about current results.


What time the next meeting is scheduled.

--feedback--

Maria is not asking about meeting times.

--video-solution--

1

--explanation--

To do better means to improve performance or results compared to a past effort or expectation. For example:

  • We need to do better in our customer response times. – This means the team should improve how quickly they reply to customers.

  • He did better on the second test than the first. – This means his performance improved in the second attempt.

Maria is asking which parts of the campaign could be improved.

--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": 33.0,
      "finishTimestamp": 37.26
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "I see. Where could we do better?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.0,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Which areas didn't meet our expectations completely?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}