Back to Freecodecamp

Dialogue 2: Looking for Tom

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

latest3.5 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": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Delivery Man",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Delivery Man",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Delivery Man",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Hi there, I have a package for Tom. Do you know him?",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.3,
      "finishTime": 6.5,
      "dialogue": {
        "text": "Yes, I do. He's part of the design team.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.8,
      "finishTime": 9.3,
      "dialogue": {
        "text": "But he's not at his desk right now. Can I help you with something?",
        "align": "left"
      }
    },
    {
      "character": "Delivery Man",
      "startTime": 10,
      "finishTime": 12.7,
      "dialogue": {
        "text": "That's alright. I need to confirm it's him",
        "align": "right"
      }
    },
    {
      "character": "Delivery Man",
      "startTime": 12.7,
      "finishTime": 16,
      "dialogue": {
        "text": "before I leave this package. Can you describe him for me?",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 16.3,
      "finishTime": 18.7,
      "dialogue": {
        "text": "Sure, Tom is a tall guy with a friendly smile.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 19,
      "finishTime": 21.6,
      "dialogue": {
        "text": "He's got long, dark hair and does not wear glasses.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 21.7,
      "finishTime": 23.1,
      "dialogue": {
        "text": "You can't miss his goatee.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 23.2,
      "finishTime": 25,
      "dialogue": {
        "text": "He also likes wearing a scarf or something.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 25.2,
      "finishTime": 25.8,
      "dialogue": {
        "text": "Does that help?",
        "align": "left"
      }
    },
    {
      "character": "Delivery Man",
      "startTime": 26.7,
      "finishTime": 28.6,
      "dialogue": {
        "text": "Absolutely, thanks for the description.",
        "align": "right"
      }
    },
    {
      "character": "Delivery Man",
      "startTime": 28.6,
      "finishTime": 30.1,
      "dialogue": {
        "text": "I'll try to find him around here.",
        "align": "right"
      }
    },
    {
      "character": "Delivery Man",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 30.6
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 31.1
    }
  ]
}