Back to Freecodecamp

Dialogue 4: Chatting About Gadgets

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a3dafe5c945761cef35199.md

latest4.9 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-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.1-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Hey, Sarah, do you know what really gets me excited about tech?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 5,
      "finishTime": 7,
      "dialogue": {
        "text": "It's all those amazing gadgets!",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.8,
      "finishTime": 9.6,
      "dialogue": {
        "text": "I can see your enthusiasm, Bob!",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 9.9,
      "finishTime": 12.3,
      "dialogue": {
        "text": "Tell me, which tech gadgets are your absolute favorites?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 13,
      "finishTime": 16.2,
      "dialogue": {
        "text": "Well, one of my favorite gadgets is the smartwatch.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 16.3,
      "finishTime": 18.9,
      "dialogue": {
        "text": "I love how it keeps me connected, tracks my health,",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 19.2,
      "finishTime": 22.7,
      "dialogue": {
        "text": "and even helps me stay organized with reminders and notifications.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 23.7,
      "finishTime": 26,
      "dialogue": {
        "text": "Smartwatches are cool. I'm more into smartphones.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 26,
      "finishTime": 28.1,
      "dialogue": {
        "text": "The camera quality, the speed,",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 28.3,
      "finishTime": 30.8,
      "dialogue": {
        "text": "and the number of apps available are what I like the most.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 31.2,
      "finishTime": 33.9,
      "dialogue": {
        "text": "Oh, smartphones are fantastic too, Sarah.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 34.3,
      "finishTime": 37.2,
      "dialogue": {
        "text": "Gadgets like these are transforming our daily lives.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 37.6,
      "finishTime": 40.8,
      "dialogue": {
        "text": "But you know what my obsession is these days? Drones!",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 41.3,
      "finishTime": 44,
      "dialogue": {
        "text": "I love capturing stunning aerial shots",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 44,
      "finishTime": 46.5,
      "dialogue": {
        "text": "and exploring new angles for photography.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 47.7,
      "finishTime": 50.3,
      "dialogue": {
        "text": "Drones are an open door for exciting possibilities, Bob.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 50.7,
      "finishTime": 52.7,
      "dialogue": {
        "text": "Your passion for tech gadgets is contagious.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 52.7,
      "finishTime": 54.5,
      "dialogue": {
        "text": "It's amazing how these innovations",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 54.5,
      "finishTime": 56.8,
      "dialogue": {
        "text": "keep making our lives more interesting and connected.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 57.3
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 57.8
    }
  ]
}