curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f52ee449926c59b5c3a407.md
Listen to the audio and answer the question.
What is Tom telling Sarah?
He can solve the bug by himself.
No, Tom says he has trouble with the bug and needs help.
He needs Sarah's help with a difficult bug in the code.
He wants Sarah to do all the work.
No, Tom only wants help with a bug, not for Sarah to do everything.
He thinks the bug is easy to solve.
No, Tom says the bug is persistent, which means it's hard to solve.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-2.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 6.3
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 7.3,
"dialogue": {
"text": "Hey, Sarah. I'm dealing with a persistent bug in this section of the code. I can't figure it out and I may need your expertise.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.8
}
]
}