curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579db734a2b8010c3e92ada.md
Listen to the audio and answer the question.
What is Bob proposing in his statement?
To immediately start the code review
Bob proposes scheduling a time, not starting the review immediately.
To schedule a specific time for the code review session
To cancel the code review session
Bob's intention is to organize the session, not cancel it.
To review the code by himself
Bob suggests a joint review session, not doing it alone.
2
{
"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": 40.06,
"finishTimestamp": 42.68
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.62,
"dialogue": {
"text": "Excellent. Let's set up a time for our code review session.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.12
}
]
}