curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f074021418e2b24937af7.md
Fill in the blanks in the dialogue below.
Depending on the BLANK that you're using, BLANK BLANK many BLANK and BLANK to use.
IDE
It stands for Integrated Development Environment, a software application that provides comprehensive programming facilities.
there
It is used here to introduce the existence or presence of extensions and plugins.
are
This verb is used to form expressions about the presence of multiple items.
extensions
They are software additions that extend the capabilities of the IDE.
plugins
Similar to extensions, these are software components that add specific features to an existing program, enhancing functionality.
{
"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": 25.6,
"finishTimestamp": 30.06
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 5.46,
"dialogue": {
"text": "Depending on the IDE that you're using, there are many extensions and plugins to use.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.96
}
]
}