Back to Freecodecamp

Dialogue 1: A Mobile Developer Joins the Team

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/651dd5a46ffb500e3f2ce47b.md

latest2.7 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Bob",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Alice",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Bob",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
    "character": "Alice",
    "startTime": 1.3,
    "finishTime": 5.2,
    "dialogue": {
      "text": "Hi, everyone. My name is Alice, and I'm happy to be part of the team.",
      "align": "left"
    }
  },
  {
    "character": "Alice",
    "startTime": 5.4,
    "finishTime": 7.4,
    "dialogue": {
      "text": "I'm a programmer and I love creating software",
      "align": "left"
    }
  },
  {
    "character": "Alice",
    "startTime": 7.4,
    "finishTime": 9.9,
    "dialogue": {
      "text": "that helps people in their daily activities.",
      "align": "left"
    }
  },
  {
    "character": "Alice",
    "startTime": 10.1,
    "finishTime": 14.1,
    "dialogue": {
      "text": "In my previous job, I developed mobile apps for small businesses.",
      "align": "left"
    }
  },
  {
    "character": "Alice",
    "startTime": 14.3,
    "finishTime": 16.3,
    "dialogue": {
      "text": "I really want to collaborate with you",
      "align": "left"
    }
  },
  {
    "character": "Alice",
    "startTime": 16.3,
    "finishTime": 18.3,
    "dialogue": {
      "text": "and to contribute to our projects here at the company.",
      "align": "left"
    }
  },
  {
    "character": "Bob",
    "startTime": 18.5,
    "finishTime": 20.5,
    "dialogue": {
      "text": "It's nice to have you here, Alice.",
      "align": "right"
    }
  },
  {
    "character": "Bob",
    "startTime": 20.6,
    "finishTime": 23.3,
    "dialogue": {
      "text": "I'm Bob, the project manager. Welcome aboard.",
      "align": "right"
    }
  },
  {
    "character": "Bob",
    "startTime": 23.8,
    "finishTime": 26.8,
    "dialogue": {
      "text": "I'm sure your experience will be of great help to us.",
      "align": "right"
    }
  },
    {
      "character": "Bob",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 26.8
    },
    {
      "character": "Alice",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 27.3
    }
  ]
}