Back to Freecodecamp

Dialogue 1: Small Talk

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/651dd5ae6ffb500e3f2ce47c.md

latest4.6 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sarah",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sarah",
      "startTime": 1.0,
      "finishTime": 3.7,
      "dialogue": {
      "text": "Hi, Tom. Are you happy with the workplace so far?",
      "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.2,
      "finishTime": 5.2,
      "dialogue": {
      "text": "Yes, it's great.",
      "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.4,
      "finishTime": 6.7,
      "dialogue": {
      "text": "Everyone is friendly.",
      "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.9,
      "finishTime": 10.4,
      "dialogue": {
      "text": "Listen, how about the team-building activities here? Are they cool?",
      "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 10.6,
      "finishTime": 13.0,
      "dialogue": {
      "text": "Yes, we go out with the team sometimes.",
      "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 13.2,
      "finishTime": 14.5,
      "dialogue": {
      "text": "Are you into these activities?",
      "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 14.7,
      "finishTime": 16.7,
      "dialogue": {
      "text": "Absolutely! They're really fun.",
      "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 16.9,
      "finishTime": 18.1,
      "dialogue": {
      "text": "What's the team's favorite?",
      "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 18.6,
      "finishTime": 20.6,
      "dialogue": {
      "text": "Many of us enjoy the monthly game night.",
      "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 20.8,
      "finishTime": 22.1,
      "dialogue": {
      "text": "Are you into board games?",
      "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 22.3,
      "finishTime": 23.8,
      "dialogue": {
      "text": "Yes, I love board games.",
      "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 24.0,
      "finishTime": 27.0,
      "dialogue": {
      "text": "'Monopoly' and 'Ticket To Ride' are popular choices.",
      "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 27.2,
      "finishTime": 28.2,
      "dialogue": {
      "text": "Are you familiar with them?",
      "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 28.4,
      "finishTime": 30.9,
      "dialogue": {
      "text": "Yes, I've played both before. Great choices.",
      "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 31.1,
      "finishTime": 35.1,
      "dialogue": {
      "text": "Is the team into playing games on computers as well, like 'Gartic'?",
      "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 35.3,
      "finishTime": 38.3,
      "dialogue": {
      "text": "Oh, yeah! 'Gartic' is another favorite.",
      "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 38.5,
      "finishTime": 40.5,
      "dialogue": {
      "text": "Maybe we can play 'Gartic' on the next game night?",
      "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 40.7,
      "finishTime": 42.7,
      "dialogue": {
      "text": "That sounds like a plan, Sarah.",
      "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 42.9,
      "finishTime": 44.1,
      "dialogue": {
      "text": "Thanks for the suggestions.",
      "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 44.1
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 44.6
    }
  ]
}