curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657cd0e81302a205cfbc10a2.md
In a professional self-introduction, it's common to state your name and your role. The structure used by Alice is simple but very effective.
Great, thanks everybody. Well, BLANK Alice. I'm starting as a BLANK developer today.
I'm
This contraction is used before people mention their names.
junior
This noun means a person is new or has less experience in a job.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.2-2.mp3",
"startTime": 1,
"startTimestamp": 39.50,
"finishTimestamp": 44.20
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 3.72,
"dialogue": {
"text": "Great, thanks everybody. Well, I'm Alice.",
"align": "center"
}
},
{
"character": "Alice",
"startTime": 3.72,
"finishTime": 5.70,
"dialogue": {
"text": "I'm starting as a junior developer today.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 6.20
}
]
}