Back to Freecodecamp

Task 55

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

latest1.6 KB
Original Source
<!-- (Audio) Mark: Well, when I click on the menu, it sometimes disappears or shows the wrong options. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, when I BLANK the BLANK, it sometimes disappears or shows the wrong options.

--blanks--

click on

--feedback--

This two-word phrase means to press a button to select something.


menu

--feedback--

This word refers to a list of choices or commands.

--explanation--

Click on the menu means to use your mouse or touchpad to select a menu — usually a list of options in apps and websites to help users navigate different functions. For example:

Click on the menu to see the settings. – This means selecting the menu so that you can view and choose from the available settings.

--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": 9.6,
      "finishTimestamp": 13.76
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Well, when I click on the menu, it sometimes disappears or shows the wrong options.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}