Back to Freecodecamp

Task 17

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

latest1.9 KB
Original Source
<!-- (audio) Mark: Oh, I see. I should have checked the requirements more carefully. Thanks for pointing that out. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark thanking Sophie for?

--answers--

For writing the correct code for him.

--feedback--

Sophie did not write the code.


For telling him about his mistake.


For fixing the error by herself.

--feedback--

Mark still needs to fix the problem himself.


For asking him to check the requirements.

--feedback--

Mark realizes he should have checked the requirements after Sophie told him something.

--video-solution--

2

--explanation--

Thanks for pointing that out is a way to thank someone for making you aware of your mistake or detail. For example:

  • Person 1: The design looks great, but the colors need a little adjustment.

  • Person 2: Thanks for pointing that out. I'll tweak the colors to make it better. - This person appreciates the suggestion and plans to improve the design.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.08,
      "finishTimestamp": 25.18
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Oh, I see. I should have checked the requirements more carefully. Thanks for pointing that out.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.6
    }
  ]
}