Back to Freecodecamp

Task 75

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

latest2.0 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 answer the question below.

--questions--

--text--

What is Mark describing?

--answers--

The problem mostly happens with the menu, but sometimes the screen flickers.


The problem only happens with the menu.

--feedback--

Mark mentions that the problem is mainly with the menu, but also talks about the screen flickering when switching tabs.


The issue only occurs when switching between tabs.

--feedback--

Mark says the problem mostly happens with the menu, and the flickering happens sometimes when switching tabs.


The screen flickers all the time.

--feedback--

Mark says the screen flickers sometimes, not all the time.

--video-solution--

1

--explanation--

To find the correct answer, listen to the way Mark describes the issue.

He says mostly the menu, which shows where the problem happens most often. Then he adds another thing — sometimes the screen flickers, meaning the flickering is a separate issue that happens occasionally.

These clues show that the issue is not limited to just one place.

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