curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657c99c084204371fcb8d6a8.md
You can use object pronouns like me, you, him, her, it, us, them to replace nouns in a sentence. This avoids repetition and makes the sentence sound more natural.
Listen for the object pronouns Bob uses in this audio.
Alright, team. This is Alice's first day with BLANK, so please let BLANK introduce BLANK all to BLANK.
us
This pronoun is used as the object to refer to the speaker and one or more other people.
me
This pronoun is used by the speaker to refer to themselves as the object of a verb or preposition.
you
This pronoun is used to refer to the person or people that the speaker is addressing.
her
This pronoun is used to refer to a female person previously mentioned or easily identified.
{
"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
}
]
}