Back to Freecodecamp

Dialogue 1: Describing a Workmate

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/655c114a439cc488b79fe60f.md

latest3.0 KB
Original Source

--description--

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

--assignment--

Watch the video

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Alice",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Alice",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Hey, Alice, do you know Lisa?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.2,
      "finishTime": 6.8,
      "dialogue": {
        "text": "No, I don't think I've had the chance to meet her. Who's Lisa?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.5,
      "finishTime": 10,
      "dialogue": {
        "text": "She's a colleague with long, wavy brown hair",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 10,
      "finishTime": 11.4,
      "dialogue": {
        "text": "and bright brown eyes.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 11.6,
      "finishTime": 12.6,
      "dialogue": {
        "text": "If you see her today,",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 12.6,
      "finishTime": 15.4,
      "dialogue": {
        "text": "she's wearing a black and green jacket and a beige shirt.",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 16.1,
      "finishTime": 18.5,
      "dialogue": {
        "text": "Oh, I think I saw her. What does she do on the team?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 18.9,
      "finishTime": 22,
      "dialogue": {
        "text": "She's a UX/UI designer. She's really creative.",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 22.8,
      "finishTime": 25,
      "dialogue": {
        "text": "That's interesting! Thanks for the description, Tom.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 25.1,
      "finishTime": 27.3,
      "dialogue": {
        "text": "I'll make sure to say hi when I run into her.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 27.8
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 28.3
    }
  ]
}