curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612757ffdc16b3a22b08427.md
Listen to the audio and complete the sentence.
That sounds awesome! I BLANK the app for bugs. We BLANK a few, but the good news is we BLANK them all. It seems pretty solid now.
tested
It is the past simple form of test, indicating an action that was completed in the past.
found
It is the past simple form of find, used here to describe the discovery of bugs which occurred in the past.
fixed
It is the past simple form of fix, indicating the completed action of resolving the found bugs.
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "8.1-3.mp3",
"startTime": 1,
"startTimestamp": 11.68,
"finishTimestamp": 18.86
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 3.48,
"dialogue": {
"text": "That sounds awesome. I tested the app for bugs.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 3.82,
"finishTime": 6.44,
"dialogue": {
"text": "We found a few, but the good news is we fixed them all.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 6.72,
"finishTime": 8.18,
"dialogue": {
"text": "It seems pretty solid now.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 8.68
}
]
}