Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d5d80754b2895fc07a125.md

latest2.3 KB
Original Source
<!-- (Audio) Maria: Yes, but let's make sure we understand the full scope of the issue before making changes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria think they should do before working on the code?

--answers--

Start making changes immediately.

--feedback--

Maria emphasizes the importance of not making any modifications before checking what the issue is about.


Understand the full scope of the issue.


Ask the client for a list of new features.

--feedback--

Maria is not focused on adding new features.


Ignore the issue and move on.

--feedback--

Maria wants to ensure they fully grasp the issue before taking action.

--video-solution--

2

--explanation--

The full scope of an issue refers to understanding all aspects of a problem, including its causes and effects, before taking action. For example:

Before fixing the bug, we need to assess the full scope of its impact on other features. - This means analyzing how the bug affects different parts of the system.

Let's make sure is used to emphasize confirming or verifying something before proceeding. For example:

Let's make sure we have all the requirements before starting development. - This means they should verify that everything is ready before beginning the process of developing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.98,
      "finishTimestamp": 46.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "Yes, but let's make sure we understand",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.68,
      "finishTime": 4.96,
      "dialogue": {
        "text": "the full scope of the issue before making changes.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.46
    }
  ]
}