curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ca36eacc797817451ece6.md
Listen to the audio and answer the question below.
In Bob's sentence, who do the pronouns me and you refer to?
Me refers to Bob, and you to the listeners
Me refers to the listeners, and you to Alice
In this context, me does not refer to the listener, and you does not refer to Alice.
Me refers to Alice, and you refers to Bob
Me and you are not used to refer to Alice and Bob in this way.
Me refers to the team, and you to the project
Me and you are not used to refer to a group or an object.
1
{
"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": 0.00,
"finishTimestamp": 6.18
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.64,
"dialogue": {
"text": "Alright, team. This is Alice's first day with us,",
"align": "center"
}
},
{
"character": "Bob",
"startTime": 4.64,
"finishTime": 7.18,
"dialogue": {
"text": "so please let me introduce you all to her.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.68
}
]
}