curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e46b3efd48dba751da619.md
Listen to the audio and complete the sentence below.
BLANK, but Visual Studio Code has a large BLANK of BLANK.
That's true
This phrase is used to agree with a statement made previously.
selection
This refers to a variety or range of options available to choose from.
extensions
In the context of software, extensions are additional features or tools that can be added to a program to extend its functionality.
Selection refers to the range or variety of options available from which you can choose. It's used to describe a large number of items that offer choices. For example:
Visual Studio Code offers a wide selection of themes, allowing developers to choose their preferred color scheme. - This means there are many color themes available to developers in Visual Studio Code.
Extensions are additional parts or features that can be added to a software application to enhance or extend its capabilities. For example:
The AdBlock extension for Chrome blocks unwanted ads while browsing the internet. - This means that the AdBlock tool is used in Chrome to stop advertisements from appearing on web pages, helping to create a cleaner and faster browsing experience.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Jake",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_9-2.mp3",
"startTime": 1,
"startTimestamp": 18.94,
"finishTimestamp": 24.1
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 6.16,
"dialogue": {
"text": "That's true, but Visual Studio Code has a large selection of extensions.",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 6.66
}
]
}