curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ca59e6e559782e4c10056.md
In companies, job titles often include words that indicate the level of seniority. Senior means having a higher level or more experience in a role. For instance, a senior software developer usually has more experience than a software developer.
Other common terms include junior for less experienced roles, and lead or head for top-level positions. Here are some examples:
Junior Accountant is an entry-level position in accounting.
Lead Engineer is a top-level engineering role with leadership responsibilities.
Senior Manager is a managerial role with significant experience.
This is Sarah, the BLANK software developer.
senior
This word indicates that Sarah has more experience and expertise in her role as a software developer.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.2-2.mp3",
"startTime": 1,
"startTimestamp": 12.2,
"finishTimestamp": 14.62
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.42,
"dialogue": {
"text": "This is Sarah, the senior software developer.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 3.92
}
]
}