curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579c82fc81196a43686415a.md
A stand-up meeting is a brief, informal meeting often used in workplaces, especially in software development. The term stand-up comes from the practice of participants standing up during the meeting, which helps keep the meeting short and focused. These meetings typically involve team members quickly discussing their current work and any challenges.
Good morning, BLANK . Let's start with our BLANK-up meeting. Sophie, can you begin?
everyone
Bob uses this word to indicate the meeting is for all members.
stand
It refers to the type of meeting where members typically stand, promoting a quick and focused discussion.
{
"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": 0,
"finishTimestamp": 4.36
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.36,
"dialogue": {
"text": "Good morning, everyone. Let's start our stand-up meeting. Sophie, can you begin?",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 5.86
}
]
}