Back to Freecodecamp

Dialogue 4: Inviting to a Convention

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657ef4e5a4a1e1e126eba6dd.md

latest3.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": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.2-4.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,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Hey, Tom. Have I told you I'm a huge sci-fi fan?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.2,
      "finishTime": 5.8,
      "dialogue": {
        "text": "I'm even part of an amazing fandom.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.6,
      "finishTime": 7.7,
      "dialogue": {
        "text": "That's cool, Sarah.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.9,
      "finishTime": 12,
      "dialogue": {
        "text": "I've heard there are massive communities of people who are into sci-fi.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 12,
      "finishTime": 13.9,
      "dialogue": {
        "text": "What kind of events do you have?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 14.1,
      "finishTime": 16.7,
      "dialogue": {
        "text": "Well, we have movie marathons, conventions,",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 16.9,
      "finishTime": 19.5,
      "dialogue": {
        "text": "and we even play some movie-related video games together.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 19.7,
      "finishTime": 22.3,
      "dialogue": {
        "text": "There's a big convention next month. Would you like to come?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 23,
      "finishTime": 24.2,
      "dialogue": {
        "text": "Thanks for the invite, Sarah.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 24.5,
      "finishTime": 27.5,
      "dialogue": {
        "text": "I appreciate it, but I'm not really into sci-fi.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 27.9,
      "finishTime": 29.9,
      "dialogue": {
        "text": "I hope you have a blast at the convention, though.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 29.9,
      "finishTime": 32.8,
      "dialogue": {
        "text": "No problem, Tom. Maybe next time you'll join us.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 33.3,
      "finishTime": 36.8,
      "dialogue": {
        "text": "Thanks. Have fun. I hope the convention is a success.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 37.3
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 37.8
    }
  ]
}