curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b2b54bf7897c3954e20971.md
Listen to the audio and answer the question.
What did Tom discover while debugging?
A complex software bug that needed elaborate fixing.
Tom actually found the issue to be simpler.
That he needed assistance from another developer.
Tom doesn't mention needing help.
That the software needed a complete change.
Tom doesn't mention the need for a complete change.
A simple configuration error in the code.
4
{
"setup": {
"background": "company2-parking.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.1-3.mp3",
"startTime": 1,
"startTimestamp": 4.0,
"finishTimestamp": 9.52
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.52,
"dialogue": {
"text": "Thanks, Maria. I was debugging it when I realized that it was a simple configuration error in the code.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.02
}
]
}