Back to Freecodecamp

Dialogue 2: Post-Development Review

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

latest3.7 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": "Bob",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Linda",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_3-2.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Linda",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 5.58,
     "dialogue": {
       "text": "Linda, have you had a chance to review the user feedback since we deployed the update?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 6.16,
     "finishTime": 11.44,
     "dialogue": {
       "text": "Yes, I've just looked over the responses. We've already seen a significant drop in complaints about the UI issue.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 11.78,
     "finishTime": 16.14,
     "dialogue": {
       "text": "That's great to hear. Are all updated elements performing well across devices?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 16.96,
     "finishTime": 22.7,
     "dialogue": {
       "text": "Yes, the navigation bar and footer adjustments have already made a big difference, but we haven't addressed all the minor elements yet.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 23,
     "finishTime": 26,
     "dialogue": {
       "text": "I was worried about that. What do we have to deal with now?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 26.74,
     "finishTime": 31.2,
     "dialogue": {
       "text": "I've compiled a list. We've made progress, but some icons and buttons aren't responding correctly.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 31.54,
     "finishTime": 35.22,
     "dialogue": {
       "text": "Have any users specifically mentioned these issues in their feedback?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 35.22,
     "finishTime": 41.44,
     "dialogue": {
       "text": "Not yet, but I anticipate we'll start receiving more detailed reports as more users navigate the updated interface.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 42,
     "finishTime": 43.8,
     "dialogue": {
       "text": "Alright. What's our timeline for these remaining issues?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 44.02,
     "finishTime": 47.28,
     "dialogue": {
       "text": "I believe we can roll out another update by next month.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 47.48,
     "finishTime": 49.14,
     "dialogue": {
       "text": "We've already started working on the fixes.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 49.62,
     "finishTime": 53.28,
     "dialogue": {
       "text": "Thanks for staying proactive, Linda. Let's ensure we keep up this momentum.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 53.78
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 54.28
   }
 ]
}