curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620e5c0b65d6913e1d94e8a.md
Listen to the audio and complete the sentence.
Thanks. And great BLANK, by the way. I'll make those BLANK changes and BLANK the code BLANK.
tips
They are pieces of advice or suggestions that can help improve something.
suggested
It refers to the recommendations or advice that were given.
submit
It means to present or send something (like code) for review or consideration.
again
It implies doing something another time or repeating an action.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 63.22,
"finishTimestamp": 68.72
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.22,
"dialogue": {
"text": "Thanks. And great tips, by the way.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 3.58,
"finishTime": 6.5,
"dialogue": {
"text": "I'll make those suggested changes and submit the code again.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7
}
]
}