Back to Freecodecamp

Dialogue 1: Hackathon Plans

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66607e5b317411dd5e8aae22.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-boardroom.png",
   "characters": [
     {
       "character": "Bob",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Lisa",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_1-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Lisa",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 2.72,
     "dialogue": {
       "text": "Hey Lisa, do you have a minute?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 3.36,
     "finishTime": 4.48,
     "dialogue": {
       "text": "Sure, Bob. What's up?",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 4.84,
     "finishTime": 7.7,
     "dialogue": {
       "text": "I hear you're going to a hackathon this weekend. Is that right?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 8.28,
     "finishTime": 10.98,
     "dialogue": {
       "text": "Yes, I am. It looks like it's going to be a great event.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 11.4,
     "finishTime": 13.16,
     "dialogue": {
       "text": "What project do you plan to work on?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 13.5,
     "finishTime": 16.6,
     "dialogue": {
       "text": "We plan to develop a new app for realtime project collaboration.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 16.96,
     "finishTime": 18,
     "dialogue": {
       "text": "How does that sound to you?",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 18.4,
     "finishTime": 20.1,
     "dialogue": {
       "text": "Interesting. Who's on your team?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 20.56,
     "finishTime": 22.64,
     "dialogue": {
       "text": "A couple of developers from our branch in Seattle",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 22.64,
     "finishTime": 25.12,
     "dialogue": {
       "text": "and a UX designer I've collaborated with before.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 25.72,
     "finishTime": 28.14,
     "dialogue": {
       "text": "Do you know if we have any similar projects coming up here?",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 28.14,
     "finishTime": 32.66,
     "dialogue": {
       "text": "Actually, we might. Does your app have a potential name yet?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 33.14,
     "finishTime": 35,
     "dialogue": {
       "text": "We're thinking of calling it CollabReal.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 35.6,
     "finishTime": 38.3,
     "dialogue": {
       "text": "How many people usually participate in these events?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 39,
     "finishTime": 41.4,
     "dialogue": {
       "text": "Typically around fifty. Why? Do you want to join?",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 41.78,
     "finishTime": 44.22,
     "dialogue": {
       "text": "Maybe. Where can I find more information?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 44.64,
     "finishTime": 47.4,
     "dialogue": {
       "text": "I can help you sign up. When are you available to go over the form?",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 47.9,
     "finishTime": 49.66,
     "dialogue": {
       "text": "How about tomorrow during lunch?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 50.34,
     "finishTime": 50.96,
     "dialogue": {
       "text": "Works for me.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 51.46
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 51.96
   }
 ]
}