curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ccfa7eeb47305177d4a45.md
Listen to the audio and answer the question below.
What is Bob inviting the team to do?
To leave the meeting.
This does not match the intent of welcoming a new team member.
To start working immediately.
The focus is on welcoming a new member, not beginning work.
To welcome Alice to the team.
To finish their projects.
The statement is about introducing a new member, not about project completion.
3
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.2-2.mp3",
"startTime": 1,
"startTimestamp": 35.72,
"finishTimestamp": 38.04
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.32,
"dialogue": {
"text": "Everybody, let's welcome Alice to the team.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 3.82
}
]
}