curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e530166a348c53050da54.md
Listen to the audio and complete the sentence below.
Visual Studio Code has security BLANK that are really helpful for that.
plugins
This refers to additional software components that add specific features or functionality to an existing program.
Plugins are software components that add specific features or functionalities to an existing application. They allow you to customize and extend the capabilities of the software. For example:
The video editor has many plugins to add special effects and transitions. - It means the video editor has many add-ons that allow you to include special effects and transitions.
{
"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": 42.06,
"finishTimestamp": 45.96
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 4.7,
"dialogue": {
"text": "Visual Studio Code has security plugins that are really helpful for that.",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 5.2
}
]
}