curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620dfcbc189b31168594021.md
Tom is using a common learning strategy: repeating information in his own words to confirm his understanding.
He uses the preposition by to describe the method or way of doing something.
In this case, he's talking about explaining complex or difficult parts of the code with comments. This helps other people, like future developers, understand the code. He ends his statement with a confirmation question, which is a good practice to confirm correct understanding.
I see. So BLANK explaining the BLANK parts with comments, I'll help BLANK people understand the code. Is BLANK right?
by
The preposition is used here to introduce the method or way something is done.
complex
It refers to parts of the code that are complicated or not easy to understand.
other
In this context, it refers to people apart from Tom, likely future developers or teammates.
that
It is used here to ask for confirmation, ensuring he understood the concept correctly.
{
"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": 50.48,
"finishTimestamp": 57.26
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.62,
"dialogue": {
"text": "I see. So by explaining the complex parts with comments,",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 4.86,
"finishTime": 7.78,
"dialogue": {
"text": "I'll help other people understand the code better. Is that right?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 8.28
}
]
}