Back to Freecodecamp

Task 7

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

latest1.9 KB
Original Source
<!-- (audio) Mark: Sure, Sophie. What did I do wrong? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark communicating?

--answers--

He is telling Sophie that she made a mistake.

--feedback--

Mark is not telling Sophie about her mistake.


He is asking Sophie to explain his mistake.


He is saying his code is correct.

--feedback--

Mark is not claiming his code is correct.


He is refusing to change his code.

--feedback--

Mark is open to feedback and wants to understand the issue.

--video-solution--

2

--explanation--

What did I do wrong? is used when someone wants to understand their mistake. It is commonly used in different situations. For example:

  • I got an error in my code. What did I do wrong? - The speaker wants to know what mistake they made in their code.

  • My presentation didn't go well. What did I do wrong? - The speaker is looking for ways to improve.

This phrase is useful for learning from mistakes and improving in different situations. Mark uses it to understand his mistake.

--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": 9.8,
      "finishTimestamp": 11.54
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Sure, Sophie. What did I do wrong?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}