Back to Freecodecamp

Task 74

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

latest2.4 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--

Mostly the menu. Oh, and there's another thing — sometimes the screen BLANK when I BLANK BLANK BLANK.

--blanks--

flickers

--feedback--

This word describes a quick, repeated change in light or image, often causing an unstable or blinking appearance on the screen. It ends with -s.


switch

--feedback--

This verb means to move or change from one thing to another, often used when changing between options or screens.


between

--feedback--

This preposition shows the relationship of two things in contrast or comparison, meaning in the middle of both.


tabs

--feedback--

This word in the plural form refer to separate sections or pages in software, usually located at the top of a window or application, that you can switch between.

--explanation--

Flickers describes an effect where the image or light on the screen changes quickly and repeatedly, often in a way that can be distracting. For example:

The light flickers when the power is unstable. – This means the light goes on and off quickly.

Switch between tabs means to change from one tab to another within an application or webpage. For example:

I need to switch between tabs to compare information. – This means changing between open sections or windows in the application.

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