Back to Freecodecamp

Task 63

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

latest1.6 KB
Original Source
<!-- (Audio) Mark: It's more random. Sometimes it works fine, but other times it acts weird. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's more BLANK. Sometimes it works fine, but other times it acts weird.

--blanks--

random

--feedback--

This word means that something happens in a way that is unpredictable or without a clear pattern.

--explanation--

Random means that something doesn't happen in a specific order and you can't predict when or how it will happen. For example:

The problem is random. – This means you can't predict what the issue will be like and it changes unexpectedly.

More random means that the situation is becoming less predictable than before. It is less regular and harder to guess what will happen next.

--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": 22.9,
      "finishTimestamp": 26.84
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "It's more random. Sometimes it works fine, but other times it acts weird.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}