Back to Freecodecamp

Task 116

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: It's important that we use what we've learned to improve. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's important that we use what we've learned to BLANK.

--blanks--

improve

--feedback--

This means to make something better or to get better over time by learning from experience.

--explanation--

To improve means to use the lessons and experiences from the past to make future actions, results, or strategies better. For example:

We need to improve our communication to avoid mistakes. – This means making communication clearer and more effective.

--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": 65.92,
      "finishTimestamp": 68
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "It's important that we use what we've learned to improve.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.58
    }
  ]
}