curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d5d80754b2895fc07a125.md
Listen to the audio and answer the question below.
What does Maria think they should do before working on the code?
Start making changes immediately.
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.
Maria is not focused on adding new features.
Ignore the issue and move on.
Maria wants to ensure they fully grasp the issue before taking action.
2
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.
{
"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
}
]
}