curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657daa5ab8505427a5b99cd2.md
In the audio, Bob introduces himself and states his role in the company.
What is Bob's role in the company?
He is the team's project manager.
He is the team's graphic designer.
Listen carefully to the specific role mentioned in the introduction.
He is the new intern.
Bob introduces himself with a specific management role, not as an intern.
He is the company's CEO.
Bob's introduction clearly states a different role, not the CEO.
1
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.2-3.mp3",
"startTime": 1,
"startTimestamp": 42.84,
"finishTimestamp": 45.06
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.22,
"dialogue": {
"text": "And I'm Bob, the team's project manager.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 3.72
}
]
}