Back to Freecodecamp

Dialogue 5: Getting into Extreme Sports

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

latest3.2 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": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Hey, Sophie. I heard you're into extreme sports. Is that true?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.4,
      "finishTime": 6.3,
      "dialogue": {
        "text": "Yeah, I love them.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.3,
      "finishTime": 9.1,
      "dialogue": {
        "text": "I've been into rock climbing and rafting for a while now.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 9.6,
      "finishTime": 12,
      "dialogue": {
        "text": "That's amazing. I've always wanted to try rafting",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 12,
      "finishTime": 13.5,
      "dialogue": {
        "text": "but I've never had the opportunity.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 14,
      "finishTime": 17.2,
      "dialogue": {
        "text": "Well, why don't you try it? I'm planning to go rafting this weekend.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 17.2,
      "finishTime": 18,
      "dialogue": {
        "text": "You're welcome to join.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 18.5,
      "finishTime": 21.5,
      "dialogue": {
        "text": "Really? That sounds great. I'd love to join you!",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 21.8,
      "finishTime": 23.4,
      "dialogue": {
        "text": "Great! We'll have a lot of fun.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 23.4,
      "finishTime": 24.9,
      "dialogue": {
        "text": "I'll let you know all the details later.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 25.2,
      "finishTime": 27.4,
      "dialogue": {
        "text": "Thanks, Sophie. I'm looking forward to it.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 27.9
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 28.4
    }
  ]
}