curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f0277f7bbb028dbc2c734.md
There are is used to indicate the existence or presence of multiple items or people. Many is used with countable nouns to indicate a large number in quantity.
Together, these words help to express that a significant number of items are available or present.
For example, There are many options. This implies that a large number of options exist.
BLANK BLANK BLANK debugging tools you can use.
There
This word is used to begin statements about the existence of things.
are
This verb helps form expressions about the presence of multiple items.
many
This word is used to describe a lot of items.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-2.mp3",
"startTime": 1,
"startTimestamp": 23.06,
"finishTimestamp": 25.44
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.38,
"dialogue": {
"text": "There are many debugging tools you can use.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.88
}
]
}