Back to Freecodecamp

Task 38

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

latest1.8 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 answer the question below.

--questions--

--text--

How does Sophie encourage Mark?

--answers--

She tells him to stop making mistakes.

--feedback--

Sophie is supportive, not critical.


She says he should quit coding.

--feedback--

Sophie encourages Mark, not discourages him.


She ignores his mistake.

--feedback--

Sophie acknowledges the mistake but tells Mark it's okay.


She reassures him that mistakes are normal and part of learning.

--video-solution--

4

--explanation--

Sophie uses kind and supportive language to help Mark feel better. She says we all mess up sometimes and we all learn from our mistakes. These phrases mean that making mistakes is normal and part of the learning process.

This kind of encouragement helps build confidence and shows that nobody is perfect. Everyone improves by learning from what went wrong.

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