curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6633261bb572f2953f5abd13.md
Please answer the question below.
What is Tom likely to do next?
He will write new functions.
Tom's focus is on understanding existing functions, not creating new ones.
He will delete unnecessary comments.
Tom did not mention removing anything; he is interested in reading and understanding the comments to gain clarity.
He will ask Sarah for further explanations.
While possible, there's no indication in Tom's statement that he needs more help from Sarah at this moment.
He will review the function names and comments in the code.
4
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-2.mp3",
"startTime": 1,
"startTimestamp": 20.68,
"finishTimestamp": 25.86
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.18,
"dialogue": {
"text": "Got it. So that means I should read the function names and comments to what these functions do.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6.68
}
]
}