Back to Freecodecamp

Task 73

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

latest1.9 KB
Original Source
<!-- (Audio) Mark: Mostly the menu. Oh, and there's another thing — sometimes the screen flickers when I switch between tabs. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK the menu. Oh, and there's BLANK — sometimes the screen flickers when I switch between tabs.

--blanks--

Mostly

--feedback--

This word means "mainly" or "for the most part". It is used when something happens most often, but not always. The first letter is capitalized.


another thing

--feedback--

This two-word phrase is used to introduce an additional point or issue that has not been mentioned yet.

--explanation--

Mostly the menu means that the issue usually happens with the menu, but there could be other parts affected as well.

There's another thing is used to bring up an additional issue that hasn't been mentioned yet. For example:

There's another thing I wanted to tell you. – This means there's something else important that you need to tell someone.

--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": 38.5,
      "finishTimestamp": 44
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 6.5,
      "dialogue": {
        "text": "Mostly the menu. Oh, and there's another thing – sometimes the screen flickers when I switch between tabs.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 7
    }
  ]
}