curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66265dd49cbab56d038d0d2e.md
Fill in the blanks in the dialogue below.
I get that. Make sure you've BLANK the framework library in our project BLANK.
included
It means to have added or incorporated something into a larger group or system.
dependencies
It refers to components or elements that a project or system relies on to function correctly.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "9.3-3.mp3",
"startTime": 1,
"startTimestamp": 12.74,
"finishTimestamp": 17.38
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 3.02,
"dialogue": {
"text": "I get that. Make sure you've included",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 3.02,
"finishTime": 5.64,
"dialogue": {
"text": "the framework library in our project dependencies.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.14
}
]
}