curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66265ec39f8cf36fe615bd11.md
Listen to the audio and answer the question.
Sophie has already included the framework library in the project dependency. What is she unsure about?
How to remove the framework library from the project
Sophie is focused on integration, not removal.
How to set it up to work with the existing login system
Which login system to choose for the project
She is working with the existing system, not choosing a new one.
Whether to continue using the framework
Her uncertainty is about setup, not whether to continue using the framework.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.3-3.mp3",
"startTime": 1,
"startTimestamp": 17.88,
"finishTimestamp": 22.24
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.3,
"dialogue": {
"text": "I did that, but now I'm not sure how to set it up",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 3.3,
"finishTime": 5.36,
"dialogue": {
"text": "to work with our existing login system.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 5.86
}
]
}