Back to Freecodecamp

Task 93

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: That's impressive. What about our budget? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What other aspect, besides engagement, does Maria want to know about?

--answers--

The number of users in Germany.

--feedback--

Maria isn't asking about user numbers.


The amount of money they used.


The design changes made to the campaign.

--feedback--

She does not bring up anything about design in this part of the conversation.


The final approval from the manager.

--feedback--

Maria is focused on how the campaign performed in terms of cost, not approval processes.

--video-solution--

2

--explanation--

What about... is used to ask for information or raise a new topic related to what was just discussed. It's often used to shift focus or check on a different aspect of something. For example:

  • We finished the presentation. What about the handouts? – This means the speaker is asking whether the handouts are ready or if they've been considered.

  • That plan sounds good. What about the timeline? – This means the speaker agrees with the idea but wants to ask about how long it will take.

--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": 23.66,
      "finishTimestamp": 25.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "That's impressive. What about our budget?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}