Back to Freecodecamp

Task 46

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

latest1.9 KB
Original Source
<!-- AUDIO REFERENCE: Alice: I'm starting as a junior developer today. I really like learning new things and can't wait to start contributing to our projects. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm starting as a BLANK BLANK today. I really like learning new things and can't wait to start BLANK to our projects.

--blanks--

junior

--feedback--

This word refers to a person who is new or has less experience in a job.


developer

--feedback--

This word refers to someone who writes code to build software, apps, or websites.


contributing

--feedback--

This verb means helping by giving ideas, work, or support to a group or project. It ends in -ing.

--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": 42.38,
      "finishTimestamp": 48.82
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "I'm starting as a junior developer today.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 2.83,
      "finishTime": 4.51,
      "dialogue": {
        "text": "I really like learning new things",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.51,
      "finishTime": 7.44,
      "dialogue": {
        "text": "and can't wait to start contributing to our projects.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.94
    }
  ]
}