curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cd983328ab41d5bd929d0.md
He is a pronoun used to refer to a male person. Pronouns are useful to avoid repetition and make sentences clearer. Notice this part of the dialogue:
Tom, this is Brian. He's a web developer. Brian, this is Tom. He's our new graphic designer and he is from Texas.
In the dialogue, after introducing Brian, Sophie uses he to talk about Brian's job. Later, she uses he again to talk about Tom and his job.
By using he, Sophie doesn't have to repeat the names Brian and Tom. This is the power of the pronouns.
In the dialogue, which word is used to refer to Brian without repeating his name?
she
She is a pronoun that refers to a female.
it
It typically refers to things or animals.
they
They is plural and refers to more than one person.
he
4
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Sophie",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-4.mp3",
"startTime": 1,
"startTimestamp": 7,
"finishTimestamp": 16.02
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 5.76,
"dialogue": {
"text": "Brian, let me introduce you to Tom. Tom, this is Brian. He's a web developer.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 5.8,
"finishTime": 10,
"dialogue": {
"text": "Brian, this is Tom. He's our new graphic designer and he is from Texas.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 10.5
}
]
}