curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b2b181cb9b2136e833a17a.md
The present perfect tense is used to describe actions that have a connection to the present.
Hey, Tom. I BLANK that you've BLANK the issue on GitHub. Great BLANK!
saw
The past of see.
fixed
The past participle of fix.
job
This sentence is used to congratulate someone on their work.
{
"setup": {
"background": "company2-parking.png",
"characters": [
{
"character": "Maria",
"position": {
"x": 50,
"y": 0,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "6.1-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 3.8
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4.8,
"dialogue": {
"text": "Hey, Tom. I saw that you've fixed the issue on GitHub. Great job.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.3
}
]
}