curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bc0f87049dc159ce63187.md
Sarah responds to Bob's report of a problem in the code with a suggestion.
What is Sarah's immediate suggestion after understanding the problem?
To review the code again
Sarah directly suggests opening an issue, not reviewing the code.
To ignore the problem for now
Sarah's response is about taking action, not ignoring the problem.
To fix the errors immediately
Her immediate suggestion is not to fix the errors right away.
To open an issue for the problem
4
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.1-1.mp3",
"startTime": 1,
"startTimestamp": 16.04,
"finishTimestamp": 18.24
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.2,
"dialogue": {
"text": "I see. Let's open an issue then.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 3.7
}
]
}