Back to Freecodecamp

Task 117

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria think the team should do with the results of the campaign?

--answers--

They should ignore the results and move on quickly.

--feedback--

Maria does not say they should ignore it.


They should create a backup plan for emergencies.

--feedback--

Maria is not focused on planning for emergencies.


They should prepare a report for the management team.

--feedback--

Maria does not talk about creating a report.


They should apply what they learned to do better next time.

--video-solution--

4

--explanation--

Here, to introduces the purpose or goal of the action - it shows that the team should use their experience aiming at improving. For example:

  • We are studying harder to pass the exam. – This means the purpose of studying harder is to succeed in the exam.

  • She practices speaking every day to become more fluent. – This means her goal of practicing is to speak English better.

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