Back to Freecodecamp

Task 83

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's great. How much did our engagement BLANK?

--blanks--

improve

--feedback--

This means to become better or to make something better over time.

--explanation--

To improve means to make progress or to become better in quality, ability, or performance. For example:

The team's communication has improved a lot since the training. – This means their communication became better after the training.

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