Back to Freecodecamp

Task 44

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Alice: Great, thanks everybody. Well, I'm Alice. I'm starting as a junior developer today. -->

--description--

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.

--fillInTheBlank--

--sentence--

Great, thanks everybody. Well, BLANK Alice. I'm starting as a BLANK developer today.

--blanks--

I'm

--feedback--

This contraction is used before people mention their names.


junior

--feedback--

This noun means a person is new or has less experience in a job.

--scene--

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