Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67ee5497897120740b81feb5.md

latest1.6 KB
Original Source
<!-- (Audio) Mark: It's like it's glitching or something. Does that make sense? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark trying to check with Lisa?

--answers--

If she knows how to fix the glitch.

--feedback--

Mark is not asking Lisa to fix anything.


If she understands what he means.


If she has seen the glitch before.

--feedback--

Mark does not ask if Lisa has seen the issue before. He's focusing on explaining it.


If the glitch is getting worse.

--feedback--

Mark isn't talking about the glitch changing.

--video-solution--

2

--explanation--

Mark says Does that make sense? which means he is checking whether Lisa understands his description of the glitch.

It's a common phrase used to confirm that your explanation is clear to someone.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.32,
      "finishTimestamp": 17.22
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "It's like it's glitching or something. Does that make sense?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}