Back to Freecodecamp

Task 93

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

latest1.5 KB
Original Source
<!-- READING -->

--instructions--

Read the text and answer the question below.

--questions--

--text--

After speaking with Mark, Lisa discovered that the problem was affecting the whole team, so she wrote a memo to inform everyone.

Hi team,

Just a quick update: I spoke with Mark about a glitching issue in the menu — it sometimes disappears or shows the wrong options and acts weird. We also noticed flickering when switching tabs. The behavior is not consistent, but it happens enough to be a problem.

After checking a few machines, I confirmed it's happening across the team. It looks like a graphics driver or rendering problem, possibly linked to event handling in the UI framework.

Please update your graphics drivers as soon as possible. If the issue continues, we'll run further diagnostics.

Let me know if you have questions.

Lisa

Which part of the software was acting strange?

--answers--

The login screen.

--feedback--

There's no mention of a login screen in the memo.


The settings panel.

--feedback--

The issue wasn't related to settings.


The menu.


The notifications window.

--feedback--

Lisa didn't talk about notifications in the message.

--video-solution--

3

--explanation--

To find the correct answer, look at which part of the software Lisa describes in detail.

She explains that the menu sometimes disappears or shows the wrong options.

Choose the option that directly matches the part of the software having these issues.