Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e6d7b750d7adc99809aea3.md

latest2.2 KB
Original Source
<!-- READING -->

--instructions--

Read the text and answer the question below.

--questions--

--text--

While testing the software, Jessica finds a bug in the user interface and writes the following bug report.

Software Bug Report

Date: March 28, 2025

Reported by: Jessica

Issue: Critical Bug in Latest Software Update

Description:

While reviewing the latest software update, I found a serious bug affecting the user interface. This bug causes certain elements on the screen to disappear under specific conditions, which can lead to display issues for users. The bug seems to happen randomly, but it occurs most often when switching between different views.

Severity:

This is a critical issue because it can impact the user experience. If left unresolved, it may confuse users and reduce the effectiveness of the update.

Steps to Reproduce:

  1. Open the application with the latest update.

  2. Switch between views (e.g., from the dashboard to settings).

  3. Some elements disappear on the screen.

Suggested Solution:

The issue needs to be addressed as soon as possible. A fix should be implemented to ensure that elements are displayed correctly, even when switching between views.

Next Steps:

  • Inform the rest of the team, as this may affect other parts of the project.

  • Urge the team to prioritize this bug in the next update.

What are the steps to reproduce the bug mentioned in the report?

--answers--

Open the application and immediately check for display issues.

--feedback--

The bug does not happen immediately after opening the application.


Open the application and click on the views quickly.

--feedback--

The report doesn't mention clicking on the views for it to occur.


Switch views while the application is updating.

--feedback--

The issue is not linked to the updating process.


Open the application, switch between views, and observe the disappearing elements.

--video-solution--

4

--explanation--

There is a sequence of actions you can follow to reproduce the bug. You can find them in the Steps to Reproduce section. Read these steps and you will be able to correctly answer this question.