curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f62dcabe3153bebf1f72a.md
In this task, you'll learn about submitting code for review and the phrase take a look together.
Submitting means sending or presenting something for consideration or judgment. In a programming context, submitting code means sending your code to someone else, like a team member or a supervisor, for them to review it.
Take a look together means to examine or review something as a group or with someone else. For example, in a work setting, saying, Let's take a look at the report together suggests reviewing the report as a team.
Hi, Tom! Thanks for BLANK your code for review. Let's BLANK a look BLANK.
submitting
It refers to the act of sending code for others to review.
take
It's part of a common phrase used to mean examining or reviewing something.
together
It emphasizes that the review will be a collaborative effort.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 4.3
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.92,
"dialogue": {
"text": "Hi, Tom. Thanks for submitting your code for review.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 4.16,
"finishTime": 5.3,
"dialogue": {
"text": "Let's take a look together.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 5.8
}
]
}