curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657cd7778a28e4099f0ca6e9.md
This sentence is commonly used in professional environments to announce the arrival of a new team member. Each word plays a specific role in the sentence, from indicating the time to describing the action happening.
BLANK, we BLANK a new BLANK BLANK our team.
Today
This word indicates the day you are in right now. The first letter is capitalized.
have
This verb means possessing or holding something, used here to indicate the presence of a new person.
member
This noun refers to someone who belongs to a group or team.
joining
This word means becoming part of a group, team, or activity. It ends in -ing.
{
"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": 3.18,
"finishTimestamp": 5.70
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.52,
"dialogue": {
"text": "Today, we have a new member joining our team.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.02
}
]
}