Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ca59e6e559782e4c10056.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: This is Sarah, the senior software developer. -->

--description--

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.

--fillInTheBlank--

--sentence--

This is Sarah, the BLANK software developer.

--blanks--

senior

--feedback--

This word indicates that Sarah has more experience and expertise in her role as a software developer.

--scene--

json
{
  "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
    }
  ]
}