curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66265e0ac3bdc26ddf3525f5.md
Brian gives specific advice to Sophie about the integration of the framework into their project.
What does Brian instruct Sophie to do?
To exclude the framework library from the project
Brian's advice is to include it, not exclude it.
To check the project's budget constraints
The instruction is about including the framework in dependencies, not budget concerns.
To ensure the framework library is part of the project dependencies
To update the project's software to the latest version
His advice is specific to project dependencies, not software updates.
3
{
"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
}
]
}