Back to Freecodecamp

Dialogue 1: Performance Review Feedback

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6660a006d80a0e5cdd241e6b.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": "Jessica",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_8-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Jessica",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 4.08,
     "dialogue": {
       "text": "Hi, Jessica. Thanks for joining me for your performance review.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 4.3,
     "finishTime": 7.5,
     "dialogue": {
       "text": "I want to start by saying that you've done a great job with your QA work.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 7.82,
     "finishTime": 10.52,
     "dialogue": {
       "text": "You've caught several issues, which has really helped the team.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 10.88,
     "finishTime": 12.34,
     "dialogue": {
       "text": "Thank you, Bob. I'm glad to hear that.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 12.7,
     "finishTime": 15.72,
     "dialogue": {
       "text": "However, I've noticed that your documentation isn't always complete.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 15.94,
     "finishTime": 20.54,
     "dialogue": {
       "text": "If the documentation isn't detailed enough, it can cause problems later. What do you think?",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 21.02,
     "finishTime": 25.94,
     "dialogue": {
       "text": "I understand. I've been focusing more on the testing, but I see how better documentation could help the team.",
       "align": "right"
     }
   },
   {
     "character": "Jessica",
     "startTime": 26.08,
     "finishTime": 26.72,
     "dialogue": {
       "text": "I'll work on it.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 26.94,
     "finishTime": 32.06,
     "dialogue": {
       "text": "Sounds good. If we improve the documentation, it will be easier for others to follow your work.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 32.26,
     "finishTime": 34.94,
     "dialogue": {
       "text": "If you need any support with this, let me know.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 35.3,
     "finishTime": 37.5,
     "dialogue": {
       "text": "Thanks, Bob. I'll start making changes right away.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 38.1,
     "finishTime": 41.08,
     "dialogue": {
       "text": "Great. Overall, I think you're doing a fantastic job.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 41.48,
     "finishTime": 46.36,
     "dialogue": {
       "text": "Let's set some goals for the next quarter to ensure you're on track. If you need help, just ask.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 46.86,
     "finishTime": 49.1,
     "dialogue": {
       "text": "That sounds like a plan. I appreciate your feedback.",
       "align": "right"
     }
   },
   {
     "character": "Jessica",
     "startTime": 49.38,
     "finishTime": 52.48,
     "dialogue": {
       "text": "I'll work on improving the documentation and continue to focus on quality.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 53.2,
     "finishTime": 56.86,
     "dialogue": {
       "text": "Excellent. Let's have a great quarter ahead. Talk to you soon, Jessica.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 57.2,
     "finishTime": 58.52,
     "dialogue": {
       "text": "Thanks, Bob. Talk to you soon.",
       "align": "right"
     }
   },
   {
     "character": "Jessica",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 59.02
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 59.52
   }
 ]
}