curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/663315286b7cff907e92ae25.md
The modal verb should is used to express obligation, recommendation, or advice. Tom uses it to express that reading the function names and comments is a good idea to understand the functions better.
Got it. So that means I BLANK BLANK the function names and comments to know what those functions do.
should
It is used to suggest something advisable or recommendable.
read
This verb describes the action Tom believes is necessary to gain understanding. It implies looking at and comprehending the text.
{
"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
}
]
}