curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bc05be141d914dcc812c3.md
Listen to the audio and complete the sentence.
I pushed some BLANK to the repository earlier, but now the code won't BLANK. It's showing some BLANK errors.
changes
Refers to the modifications Bob made to the code. It is in its plural form.
compile
This blank has to do with transforming the code to a language the machine understands.
strange
Describes the errors as unusual or not typical.
{
"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
}
]
}