curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579d4ca0578b4e95f1df60e.md
In this part of the conversation, Bob is offering to help Sophie with her coding problem. He specifies a simple condition for his assistance, which is crucial for Sophie to follow to receive his support effectively.
What does Sophie need to do to receive Bob's help?
She needs to share the code with him
She must solve part of the problem herself
Bob doesn't ask Sophie to solve it herself; he just wants her to share the code.
She should wait until the next meeting
Bob's offer to help is immediate, contingent on Sophie sharing the code, not waiting until the next meeting.
She has to write a report about the issue
Bob's condition is to share the code, not to write a report about the issue.
1
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.2-1.mp3",
"startTime": 1,
"startTimestamp": 14.56,
"finishTimestamp": 19.36
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.8,
"dialogue": {
"text": "Absolutely. I can definitely help you with that. Just share the code with me, and I'll check it out.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.3
}
]
}