curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bd701970c6c20a9c89b0f.md
In this task, you will fill in the blanks with the correct past tense verbs. Listen to the sentence and pay attention to the context to choose the right words.
Hey Sarah, I BLANK your comment on the issue I BLANK. Thanks for your help.
saw
The past tense of see.
opened
The past tense of open.
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.1-2.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 4.12
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 5.12,
"dialogue": {
"text": "Hey, Sarah. I saw your comment on the issue I opened. Thanks for your help.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.62
}
]
}