curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbfedb30479145d464e37.md
Listen to the audio and complete the sentence.
I BLANK some changes to the BLANK earlier, but now the code won't compile.
pushed
Means Bob uploaded changes to the repository. This verb is in the past tense.
repository
Where Bob's code changes are stored and managed.
{
"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": 13.7
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.52,
"dialogue": {
"text": "I pushed some changes to the repository earlier, but now the code won't compile.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.02
}
]
}