Back to Freecodecamp

Dialogue 2: The Bike Rider

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

latest4.3 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": "Jake",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Linda",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Jake",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Linda",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "Hey, is that bicycle outside the office yours? Do you enjoy cycling?",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 6.3,
      "finishTime": 8.8,
      "dialogue": {
        "text": "I do. I've liked riding my bike since my childhood.",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 9,
      "finishTime": 11,
      "dialogue": {
        "text": "It's not just a hobby. It's a way of life for me.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 11.6,
      "finishTime": 14.3,
      "dialogue": {
        "text": "That's great. How long have you been into cycling?",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 14.7,
      "finishTime": 16.7,
      "dialogue": {
        "text": "I've been a cyclist for more than 15 years.",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 16.8,
      "finishTime": 19.2,
      "dialogue": {
        "text": "It's a love that hasn't disappeared with time.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 19.5,
      "finishTime": 21.7,
      "dialogue": {
        "text": "Wow! And what kind of cycling do you enjoy the most?",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 22.6,
      "finishTime": 25.2,
      "dialogue": {
        "text": "I love road cycling and the feeling of the open road.",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 25.2,
      "finishTime": 27.7,
      "dialogue": {
        "text": "It's a great way to stay fit and explore new places.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 28.6,
      "finishTime": 31.4,
      "dialogue": {
        "text": "That's fantastic. I want to get into cycling, too.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 31.7,
      "finishTime": 33.7,
      "dialogue": {
        "text": "I haven't been on a bike since I was a kid.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 33.8,
      "finishTime": 36.4,
      "dialogue": {
        "text": "I probably even forgot how to do it.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 36.4,
      "finishTime": 39.8,
      "dialogue": {
        "text": "People say we never forget. Say, do you still have a bike?",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 40,
      "finishTime": 42,
      "dialogue": {
        "text": "Would you like to go cycling with me one of these days?",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 42.6,
      "finishTime": 45.2,
      "dialogue": {
        "text": "Sure! I'd love to. Let's see what we can do next week.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 45.6,
      "finishTime": 47.6,
      "dialogue": {
        "text": "Okay, it's a bike date then.",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 48.1
    },
    {
      "character": "Jake",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 48.6
    }
  ]
}