Back to Freecodecamp

Dialogue 3: Client Feedback

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679bf98f53e4ad7f08820504.md

latest5.1 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
 "setup": {
   "background": "company1-boardroom.png",
   "characters": [
     {
       "character": "Maria",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "James",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_8-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Maria",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "James",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Maria",
     "startTime": 1,
     "finishTime": 3.3,
     "dialogue": {
       "text": "Hi, James. I just got an email from a client.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 3.54,
     "finishTime": 6.46,
     "dialogue": {
       "text": "He's not happy with our latest update and I'm not sure why.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 6.62,
     "finishTime": 7.94,
     "dialogue": {
       "text": "Did you hear anything about this?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 8.28,
     "finishTime": 11.64,
     "dialogue": {
       "text": "No, I didn't. What did he say? Is it something serious?",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 12.18,
     "finishTime": 14.8,
     "dialogue": {
       "text": "He mentioned that some features aren't working as expected.",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 15.62,
     "finishTime": 18.32,
     "dialogue": {
       "text": "Which features did he mention? Do you think it's a coding issue?",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 19.3,
     "finishTime": 22.88,
     "dialogue": {
       "text": "He pointed out that the search function is slow and some buttons aren't responding.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 23.32,
     "finishTime": 26.3,
     "dialogue": {
       "text": "If we don't fix these, it could impact customer satisfaction.",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 27,
     "finishTime": 29.74,
     "dialogue": {
       "text": "Absolutely. Do you think we need to update the software again?",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 30.02,
     "finishTime": 32.46,
     "dialogue": {
       "text": "If we do, it might delay other projects.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 33.06,
     "finishTime": 36,
     "dialogue": {
       "text": "We need to find a solution without causing too much disruption.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 36.5,
     "finishTime": 38.56,
     "dialogue": {
       "text": "Can you look into it and see what's causing the problem?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 39.04,
     "finishTime": 43.26,
     "dialogue": {
       "text": "Sure. I'll check it out. If it's a simple fix, I can work on it right away.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 44.18,
     "finishTime": 47.94,
     "dialogue": {
       "text": "Yes, but let's make sure we understand the full scope of the issue before making changes.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 48.08,
     "finishTime": 50,
     "dialogue": {
       "text": "If we rush, it could lead to more problems.",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 50.28,
     "finishTime": 57.02,
     "dialogue": {
       "text": "You're right. I'll take a closer look and let you know what I find. If there's anything critical, I'll update you immediately.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 57.56,
     "finishTime": 61.98,
     "dialogue": {
       "text": "Sounds good. Also, let's keep the client informed so they know we're working on it.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 62.2,
     "finishTime": 65.1,
     "dialogue": {
       "text": "If we keep them in the loop, it might help ease their frustration, right?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 65.56,
     "finishTime": 70.26,
     "dialogue": {
       "text": "Exactly. I'll send you an update once I've investigated. Let's hope it's an easy fix.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 70.76
   },
   {
     "character": "Maria",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 71.26
   }
 ]
}