curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f425b9d9686e76a354a7ee.md
Listen to the audio and answer the question.
What is Brian asking Sarah in the dialogue?
For Sarah to make more changes to the code
Brian's focus is on understanding the current changes, not asking for more changes.
For clarification on a specific part of the code
To know why Sarah made the changes
He is specifically asking about a part of the code, not the reasons behind the changes.
For a general overview of all the code changes
Brian mentions needing clarification on a specific part, not a general overview.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-1.mp3",
"startTime": 1,
"startTimestamp": 0.52,
"finishTimestamp": 7.14
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 7.62,
"dialogue": {
"text": "Hey Sarah, I was going through the new code changes you made in this module, and I might need some clarification on a specific part.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 8.12
}
]
}