Back to Freecodecamp

Task 58

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

latest2.0 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Mark: Well, when I click on the menu, it sometimes disappears or shows the wrong options. It's like it's glitching or something. Does that make sense? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How might Lisa respond to show that she understands Mark's explanation?

--answers--

Can you restart the computer?

--audio-id--

EN4679ea1b

--feedback--

This response suggests a possible solution, but Mark isn't asking for a solution yet. He's asking if Lisa understands the problem.


I think so.

--audio-id--

ENbd052e4f

--video-solution--

2

--explanation--

Mark says Does that make sense? after explaining a problem with the menu. This phrase is often used to check if the listener understands what's being said.

The response I think so is a typical way to show understanding without needing to go into more detail. It means Lisa believes she now understands the issue Mark is describing.

--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": 9.6,
      "finishTimestamp": 17.22
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Well, when I click on the menu, it sometimes disappears or shows the wrong options.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 5.72,
      "finishTime": 8.62,
      "dialogue": {
        "text": "It's like it's glitching or something. Does that make sense?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 9.12
    }
  ]
}