curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6630bd815e1b146937422948.md
The verb choose means to select or decide on one or more options from a set. It is often followed by from implying selecting from a specific group or list.
For example, At the restaurant, you can choose from ten different desserts. In this sentence, choose from is used to imply that the restaurant offers a variety of ten desserts, and you have the freedom to make a selection based on your preference.
Which one to choose is a common phrase used when someone needs to decide between multiple options and is unsure which is the best choice.
Thanks, but I see BLANK data types listed in the documentation. How do I know BLANK BLANK BLANK BLANK?
many
This word describes the quantity. Jake is indicating that there is a large number of data types available.
which
It begins a question that helps specify one item from a group. It is used here to start narrowing down choices among data types.
one
It refers to a single item or choice.
to
This preposition is used here to link the decision-making process.
choose
It means making a selection or decision from the available options.
{
"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": 10.26,
"finishTimestamp": 15.4
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 4.18,
"dialogue": {
"text": "Thanks, but I see many data types listed in the documentation.",
"align": "center"
}
},
{
"character": "Jake",
"startTime": 4.5,
"finishTime": 6.14,
"dialogue": {
"text": "How do I know which one to choose?",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 6.64
}
]
}