Back to Freecodecamp

Task 64

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

latest1.8 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 random. Sometimes it BLANK, but other times it acts BLANK.

--blanks--

works fine

--feedback--

This two-word phrase means that something is working in a normal or correct way. The first word ends with -s.


weird

--feedback--

This word means that something is strange, unusual, or not normal.

--explanation--

Works fine means that something is functioning properly, with no issues. For example:

The program works fine. – This means the program is running without any problems.

Weird describes something that is strange or not normal. Acts weird means that the behavior is unusual or not what is expected. For example:

The software acts weird when I try to open a file. – This means the software behaves strangely when you try to do this action.

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