curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f43b8a961e01a96a940470.md
Listen to the audio and answer the question.
What is Sarah proposing to do in her response to Brian?
To rewrite the code herself
Sarah is offering to explain and review the code, not rewrite it.
To help Brian understand the code by explaining it step by step
To ask someone else to look at the code
Sarah herself is offering assistance, not suggesting others to help.
To ignore the code issue and move on to another task
She is addressing the issue by proposing to go through the code together.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-1.mp3",
"startTime": 1,
"startTimestamp": 21.04,
"finishTimestamp": 26.96
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 6.92,
"dialogue": {
"text": "I understand Brian, let's go through it together. I can walk you through the code, and we should be able to figure out what's going wrong.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 7.42
}
]
}