curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/66324f956a24867b039d95c4.md
The word should is a modal verb used to give advice or suggestions. It is followed by the base form of the verb. For example, in the sentence You should try that restaurant, should is followed by try, which is the base form of the verb.
The verb pick means to choose or select something from a range of options. In the context of programming, picking a data type means choosing the appropriate type of data to use, like an integer, string, or boolean, based on what is most suitable for the task at hand.
Match means to ensure that two things are suitable or fit well together. For instance, This key matches the lock. It indicates the key is suitable for the lock.
Ah, I see. So this means I BLANK BLANK the data type that BLANK the information I want to work with.
should
This modal verb is used to suggest a recommended action or decision.
pick
This verb means to choose or select from a range of options.
matches
This verb is used to describe the action of making sure two or more items go well together or are suitable for each other.
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Jake",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-1.mp3",
"startTime": 1,
"startTimestamp": 28.18,
"finishTimestamp": 33.64
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 6.46,
"dialogue": {
"text": "Ah, I see. So this means I should pick the data type that matches the information I want to work with.",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 6.96
}
]
}