curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f58d630872fea94e0f91f5.md
Listen to the audio and answer the question.
What problem is Sophie experiencing with her code?
She has found a bug but can't identify its cause.
She needs help writing new code.
Sophie's current issue is not about writing new code but about identifying the cause of a bug.
She's finished her coding task.
Sophie is actually facing an issue in her code, not completing a task.
She doesn't understand Brian's instructions.
The problem is with the code she's working on, not with understanding instructions from Brian.
1
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 4.92
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 5.92,
"dialogue": {
"text": "Brian, I've encountered an issue in the code, and I can't quite pinpoint what's causing it.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.42
}
]
}