Back to Freecodecamp

Task 76

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

latest2.1 KB
Original Source
<!-- (Audio) Mark: It's not consistent, but it happens enough to be annoying. Any ideas? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's not BLANK, but it BLANK to be BLANK. Any ideas?

--blanks--

consistent

--feedback--

This word means something that happens in a regular or steady way. It describes actions that are predictable and reliable.


happens enough

--feedback--

This two-word phrase means that something occurs often to be noticeable or cause concern. The first word ends with -s.


annoying

--feedback--

This word describes something that causes irritation or discomfort. It ends with -ing.

--explanation--

Consistent means something that happens regularly without changes. For example:

The website traffic is consistent. – This means the number of visitors to the site remains steady over time, without sudden changes.

Happens enough means that something occurs often enough to be noticeable, but not all the time. For example:

The error happens enough that it's becoming a problem. – This means the error doesn't happen all the time, but often enough to be troubling.

Annoying refers to something that bothers or frustrates you. For example:

The sound is really annoying. – This means the sound is unpleasant.

--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": 44.24,
      "finishTimestamp": 48.7
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "It's not consistent, but it happens enough to be annoying. Any ideas?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}