Back to Freecodecamp

Task 71

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

latest1.7 KB
Original Source
<!-- (Audio) Lisa: Does it affect other parts of the software, or just the menu? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Does it BLANK other parts of the software, or BLANK?

--blanks--

affect

--feedback--

This verb means to have an impact on something or change how it works.


just the menu

--feedback--

This three-word phrase means only the menu, and not anything else in the software.

--explanation--

Affect means to cause a change or have an impact on something. For example:

The software update may affect the performance. – This means the update might change or influence how well the software works.

Just the menu means only the menu is involved, not any other part of the software. For example:

It's causing problems with just the menu, not the entire system. – This means the issue is limited to the menu, not affecting anything else.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 35.36,
      "finishTimestamp": 38.24
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Does it affect other parts of the software or just the menu?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}