curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bd7723e1e4c21039f5916.md
In this task, you will fill in the blanks with the correct words related to programming and project management.
Hey Sarah, I saw your BLANK on the BLANK I opened. Thanks for your help.
comment
Refers to an observation about a specific topic.
issue
A term used to describe a problem or bug.
{
"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
}
]
}