Back to Freecodecamp

Task 84

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: That's great. How much did our engagement improve? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How did Maria react to Riker's update about the campaign?

--answers--

She responded positively and showed interest.


She asked him to explain it again more clearly.

--feedback--

Maria doesn't ask for clarification.


She was disappointed by the results.

--feedback--

Maria doesn't show disappointment.


She said they should stop the campaign.

--feedback--

She doesn't suggest stopping anything.

--video-solution--

1

--explanation--

That's great is a common phrase used to respond positively to good news. It shows approval, excitement, or satisfaction with what was just said. For example:

  • Person 1: We reached our sales goal this month. - Person 1 says the company could sell what they expect for the period.

  • Person 2: That's great! - This shows the speaker is happy and supportive of the achievement.

--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": 9.78,
      "finishTimestamp": 12.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "That's great. How much did our engagement improve?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}