Back to Freecodecamp

Dialogue 3: Tech Conference Experience

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671d292ef6180210164c33e8.md

latest3.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": "cafe.png",
 "characters": [
   {
     "character": "Maria",
     "position": { "x": -25, "y": 0, "z": 1 }
   },
   {
     "character": "Brian",
     "position": { "x": 125, "y": 0, "z": 1 }
   }
 ],
 "audio": {
   "filename": "B1_2-3.mp3",
   "startTime": 1
 },
 "alwaysShowDialogue": true
},
"commands": [
 {
   "character": "Maria",
   "position": { "x": 25, "y": 0, "z": 1 },
   "startTime": 0
 },
 {
   "character": "Brian",
   "position": { "x": 70, "y": 0, "z": 1 },
   "startTime": 0.5
 },
 {
   "character": "Maria",
   "startTime": 1,
   "finishTime": 4.38,
   "dialogue": {
     "text": "Brian, is that you? What a surprise to see you here at PyCon.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 4.64,
   "finishTime": 7.68,
   "dialogue": {
     "text": "Wow, Maria. So nice to see you. Let's catch up.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 7.74,
   "finishTime": 10.86,
   "dialogue": {
     "text": "I attended some really interesting sessions these last few days.",
     "align": "center"
   }
 },
 {
   "character": "Maria",
   "startTime": 11.28,
   "finishTime": 14.56,
   "dialogue": {
     "text": "Yeah, me too. I checked out the latest in Python development.",
     "align": "center"
   }
 },
 {
   "character": "Maria",
   "startTime": 14.9,
   "finishTime": 18.1,
   "dialogue": {
     "text": "Do you remember how we used to get excited about new tech back at work?",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 18.74,
   "finishTime": 23.24,
   "dialogue": {
     "text": "Absolutely. We used to spend our lunch breaks chatting about the newest trends in programming.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 23.84,
   "finishTime": 25.74,
   "dialogue": {
     "text": "Did you go to the AI workshop yesterday?",
     "align": "center"
   }
 },
 {
   "character": "Maria",
   "startTime": 25.74,
   "finishTime": 31.16,
   "dialogue": {
     "text": "Yes, I did. While the speaker was going through neural networks, I thought about our project last year.",
     "align": "center"
   }
 },
 {
   "character": "Maria",
   "startTime": 31.62,
   "finishTime": 35.4,
   "dialogue": {
     "text": "I remember you would often stay late, fine-tuning the code until it was just right.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 36.72,
   "finishTime": 40.24,
   "dialogue": {
     "text": "Now I take care of the training so that others can do the same.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 40.74,
   "finishTime": 44.66,
   "dialogue": {
     "text": "Speaking of which, did you manage to catch the cyber security talk this morning?",
     "align": "center"
   }
 },
 {
   "character": "Maria",
   "startTime": 45.16,
   "finishTime": 47.6,
   "dialogue": {
     "text": "I missed it. I was in a design sprint workshop.",
     "align": "center"
   }
 },
 {
   "character": "Maria",
   "startTime": 48.04,
   "finishTime": 50.66,
   "dialogue": {
     "text": "We brainstormed for two hours straight. How was it?",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 50.66,
   "finishTime": 54.2,
   "dialogue": {
     "text": "It was eye-opening, especially the parts about protecting data.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "startTime": 54.54,
   "finishTime": 58.28,
   "dialogue": {
     "text": "It made me think of how we handled security in our earlier projects.",
     "align": "center"
   }
 },
 {
   "character": "Brian",
   "position": { "x": 125, "y": 0, "z": 1 },
   "startTime": 58.78
 },
 {
   "character": "Maria",
   "position": { "x": -25, "y": 0, "z": 1 },
   "startTime": 59.28
 }
]
}