curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620e51c36d18c137b887081.md
Listen to the audio and answer the question.
What concept is Tom confirming his understanding of in his conversation with Sarah?
Using comments to help others understand code
Writing complex code without comments
Tom's focus is on explaining complex code with comments, not writing it without comments.
Ignoring comments in the code
The conversation is about the importance of comments, not ignoring them.
Only Sarah understanding the code
The discussion is about helping others, not just Sarah, understand the code.
1
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
},
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 50.48,
"finishTimestamp": 63.12
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.82,
"dialogue": {
"text": "I see. So by explaining the complex parts with comments,",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 5.06,
"finishTime": 7.98,
"dialogue": {
"text": "I'll help other people understand the code better. Is that right?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 8.35
},
{
"character": "Sarah",
"opacity": 1,
"startTime": 8.35
},
{
"character": "Sarah",
"startTime": 8.72,
"finishTime": 11.58,
"dialogue": {
"text": "Precisely. It's a form of documentation within the code.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 12.08,
"finishTime": 13.64,
"dialogue": {
"text": "Great job grasping these concepts.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 14.14
}
]
}