Back to Freecodecamp

Task 56

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's like it's BLANK or something. Does that BLANK?

--blanks--

glitching

--feedback--

This word is used when something electronic or digital is acting in a strange or faulty way. It ends with -ing.


make sense

--feedback--

This two-word phrase is used to ask if something is clear or understandable.

--explanation--

Glitching refers to a temporary error or malfunction, especially in digital systems. For example:

The screen keeps glitching. – This means the screen isn't working properly and might flash or freeze.

Does that make sense? is a way to check if the other person understood what you just said. For example:

I'll send the report by noon. Does that make sense? – You're asking if the plan is clear and acceptable.

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