curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbcc8333087117b4d9153.md
Bob talks about a technical issue. He mentions pushing changes to a repository, which means he uploaded new code. However, he's facing a problem.
What problem is Bob facing with the code?
The code won't compile and shows strange errors
The code is compiling without any errors
Bob actually says the code won't compile and there are errors.
He can't push changes to the repository
Bob managed to push changes, but the issue is with compiling the code.
The repository is not accepting any new changes
Bob successfully pushed changes, the issue happened during the code compilation.
1
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.1-1.mp3",
"startTime": 1,
"startTimestamp": 9.18,
"finishTimestamp": 15.6
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.42,
"dialogue": {
"text": "I pushed some changes to the repository earlier, but now the code won't compile. It's showing some strange errors.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.92
}
]
}