Back to Freecodecamp

Dialogue 2: Tom Meets the Coworker Next to Him

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a2a7b05241026c429e3f0.md

latest4.9 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-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Hi there. I'm Tom. I'm the new graphic designer.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.9,
      "finishTime": 7.7,
      "dialogue": {
        "text": "Oh, hi Tom. I'm Sophie. I'm a developer.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 7.8,
      "finishTime": 8.8,
      "dialogue": {
        "text": "Where are you from, Tom?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.9,
      "finishTime": 11.1,
      "dialogue": {
        "text": "I'm from Texas. How about you?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 11.5,
      "finishTime": 13.3,
      "dialogue": {
        "text": "I'm from here in California. Welcome aboard.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 13.7,
      "finishTime": 16.4,
      "dialogue": {
        "text": "Thanks. Everybody is so nice around here.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 16.6,
      "finishTime": 20.6,
      "dialogue": {
        "text": "Hey, is this one of those standing desks? These are great!",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 20.7,
      "finishTime": 23.7,
      "dialogue": {
        "text": "It's good to stand up a little instead of just sitting all the time.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 23.9,
      "finishTime": 27.3,
      "dialogue": {
        "text": "That's so true. I'm a bit inactive sitting all the time.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 27.6,
      "finishTime": 29.1,
      "dialogue": {
        "text": "This is a good alternative for me.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 29.7,
      "finishTime": 32.6,
      "dialogue": {
        "text": "But hey, now your desk is just like my desk. You're in luck.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 33,
      "finishTime": 36.5,
      "dialogue": {
        "text": "Awesome. My computer and drawing tablet are great, too.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 37.5,
      "finishTime": 40.4,
      "dialogue": {
        "text": "Yeah, at this company they're very attentive to these details.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 40.4,
      "finishTime": 44.4,
      "dialogue": {
        "text": "You're going to like it here if you're into cutting-edge gadgets.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 44.5,
      "finishTime": 50.2,
      "dialogue": {
        "text": "This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 50.2,
      "finishTime": 53.7,
      "dialogue": {
        "text": "Man, everything is perfect. I'm in love with this place!",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 53.8,
      "finishTime": 56.8,
      "dialogue": {
        "text": "So nice to have someone so energetic like you in the team.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 56.8,
      "finishTime": 58,
      "dialogue": {
        "text": "Are you ready to begin?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 58,
      "finishTime": 60,
      "dialogue": {
        "text": "Yes, I sure am!",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 60.5
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 61
    }
  ]
}