Back to Freecodecamp

Dialogue 1: An Interest in Photography

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

latest4.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-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Bob",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Bob",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Hey, I noticed that you have a camera on your desk.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.6,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Are you into photography?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.3,
      "finishTime": 9.2,
      "dialogue": {
        "text": "Absolutely. I've been passionate about photography for many years.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 9.4,
      "finishTime": 12.2,
      "dialogue": {
        "text": "Capturing moments and scenes is like magic to me.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 13,
      "finishTime": 15.2,
      "dialogue": {
        "text": "That's awesome. How long have you been into photography?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 15.6,
      "finishTime": 18.3,
      "dialogue": {
        "text": "For nearly a decade now. It started as a hobby,",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 18.5,
      "finishTime": 21.1,
      "dialogue": {
        "text": "but it's become a significant part of my life.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 21.3,
      "finishTime": 22.6,
      "dialogue": {
        "text": "Wow, that's quite a while!",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 23,
      "finishTime": 25.2,
      "dialogue": {
        "text": "What kind of photography do you enjoy the most?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 25.5,
      "finishTime": 27.2,
      "dialogue": {
        "text": "I like landscapes and nature.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 27.6,
      "finishTime": 30.8,
      "dialogue": {
        "text": "It's incredible to capture the beauty of our world in pictures.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 31,
      "finishTime": 33.8,
      "dialogue": {
        "text": "That sounds amazing. I like photos a lot.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 34.1,
      "finishTime": 35,
      "dialogue": {
        "text": "Any tips for a newbie?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 35.5,
      "finishTime": 38.7,
      "dialogue": {
        "text": "Absolutely! I've taken things way too seriously in the past.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 39.3,
      "finishTime": 41.6,
      "dialogue": {
        "text": "So I always recommend starting with the basics,",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 41.8,
      "finishTime": 44.6,
      "dialogue": {
        "text": "learning about your camera, and trying to have fun.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 44.8,
      "finishTime": 46,
      "dialogue": {
        "text": "Cool. Thanks for the tips.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 46.4,
      "finishTime": 47,
      "dialogue": {
        "text": "No problem.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 47.5
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 48
    }
  ]
}