curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655c9a89818e18606c18ca4b.md
Listen to the audio and complete the sentence below.
Hi, Maria. I'm BLANK a new software tool to BLANK problems. It's a nice experience so far, but we're BLANK more tests to BLANK sure everything BLANK.
testing
This verb means trying out the software to check for problems. It ends in -ing.
find
This verb means looking for problems in the software.
doing
This verb refers to carrying out or performing the tests. It ends in -ing.
make
In this context, this verb means to ensure or confirm.
works
This verb means something functions correctly or as expected. Don't forget the ending -s.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "2.3-3.mp3",
"startTime": 1,
"startTimestamp": 2.56,
"finishTimestamp": 10.16
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 4.14,
"dialogue": {
"text": "Hi, Maria. I'm testing a new software tool to find problems.",
"align": "center"
}
},
{
"character": "Mark",
"startTime": 4.42,
"finishTime": 8.60,
"dialogue": {
"text": "It's a nice experience so far, but we're doing more tests to make sure everything works.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 9.10
}
]
}