Back to Freecodecamp

Dialogue 3: Progress and Change

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66eb7309b14c6f4be5ef5dec.md

latest3.5 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
 "setup": {
   "background": "interview-room3.png",
   "characters": [
     {
       "character": "James",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Linda",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_3-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "James",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Linda",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "James",
     "startTime": 1,
     "finishTime": 4.82,
     "dialogue": {
       "text": "Linda, looking back, how long have we been collaborating on these updates?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 5.34,
     "finishTime": 9.6,
     "dialogue": {
       "text": "It's been over a year now. We've really come a long way since that first feedback came in.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 10.1,
     "finishTime": 16,
     "dialogue": {
       "text": "I've been part of the design team for three years and the changes we've made in just this last year have had a great impact.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 16.54,
     "finishTime": 20.46,
     "dialogue": {
       "text": "Agreed. I've learned so much about user interface design in the process.",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 20.7,
     "finishTime": 24.86,
     "dialogue": {
       "text": "Before this, I hadn't focused much on the User Experience aspect of development.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 25.4,
     "finishTime": 29.28,
     "dialogue": {
       "text": "That's true. You've been integrating UX into your work more than ever before.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 30.28,
     "finishTime": 35.34,
     "dialogue": {
       "text": "It's interesting to think about it. I used to just write code without thinking much about the end user,",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 35.52,
     "finishTime": 40.7,
     "dialogue": {
       "text": "but now ensuring a positive User Experience has become a central part of my development process.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 41.78,
     "finishTime": 44.64,
     "dialogue": {
       "text": "Exactly. And remember when we rolled out that major update last month?",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 45.08,
     "finishTime": 47.3,
     "dialogue": {
       "text": "The feedback we've received has been super positive.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 47.7,
     "finishTime": 53.08,
     "dialogue": {
       "text": "I'm happy to hear that. After all, we're proactively enhancing the platform based on what we've learned.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 53.58
   },
   {
     "character": "James",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 54.08
   }
 ]
}