Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ef964e50b3dd0a439936b0.md

latest1.9 KB
Original Source
<!-- (audio) Sophie: Don't worry though. We all mess up sometimes. We all learn from our mistakes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK though. We all BLANK sometimes. We all BLANK our mistakes.

--blanks--

Don't worry

--feedback--

This two-word phrase is used to comfort someone and tell them not to be concerned. The first letter is capitalized.


mess up

--feedback--

This informal two-word phrase means to make a mistake.


learn from

--feedback--

This two-word phrase means to gain knowledge or improve by understanding past mistakes.

--explanation--

Don't worry is used to reassure someone. For example:

Don't worry. Everything will be fine. - No need to be stressed.

Mess up is an informal way to say make a mistake. For example:

I really messed up my presentation. - You made a big mistake.

Learn from means to improve by understanding past mistakes. For example:

We learn from our failures. - Their failures help them get better.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 61.5,
      "finishTimestamp": 64.8
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Don't worry though. We all mess up sometimes. We all learn from our mistakes.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}