curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579db53194a7c0f617943ac.md
The phrase set up means to arrange or schedule, often used in planning meetings. Session refers to a period allocated for a specific activity, like a code review session, which is a dedicated time for reviewing code.
Excellent. Let's BLANK up a time for our code review BLANK .
set
It means to arrange or plan something, here referring to scheduling a review time.
session
It is a meeting or period planned for a specific purpose, such as reviewing code.
{
"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
}
]
}