curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ccd8e0b8383034fa1be0b.md
Join and joined are different forms of the same verb:
Join is the base form, used for the present tense or imperative.
Joined is the past tense, used for actions completed in the past.
Finally, this is Linda, our UX/UI designer. She BLANK the team last year.
joined
This is the past tense of join, appropriate for talking about something that happened in the past.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Linda",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.2-2.mp3",
"startTime": 1,
"startTimestamp": 27.18,
"finishTimestamp": 32.24
}
},
"commands": [
{
"character": "Linda",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 6.6,
"dialogue": {
"text": "Finally, this is Linda, our UX/UI designer. She joined the team last year.",
"align": "center"
}
},
{
"character": "Linda",
"opacity": 0,
"startTime": 7.1
}
]
}