Back to Freecodecamp

Dialogue 2: Team Feedback Session

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6798e758b24230c27d1cc44c.md

latest4.2 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": "Brian",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Lisa",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_8-2.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Brian",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Lisa",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Brian",
     "startTime": 1,
     "finishTime": 3.84,
     "dialogue": {
       "text": "Hi, Lisa. What do you think about the recent team meeting?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 4.24,
     "finishTime": 8.1,
     "dialogue": {
       "text": "Some people seem to have strong opinions about our approach to the project.",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 8.66,
     "finishTime": 9.74,
     "dialogue": {
       "text": "I noticed that too.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 9.86,
     "finishTime": 13,
     "dialogue": {
       "text": "If everyone has a different opinion, it could be difficult to make progress.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 13.48,
     "finishTime": 16.02,
     "dialogue": {
       "text": "Yes, but I think it's healthy to have some disagreement.",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 16.4,
     "finishTime": 20.24,
     "dialogue": {
       "text": "If we all agreed on everything, we might miss important details. Don't you think?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 20.84,
     "finishTime": 24.32,
     "dialogue": {
       "text": "I understand, but sometimes too much disagreement can slow things down.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 24.56,
     "finishTime": 26.96,
     "dialogue": {
       "text": "If we want to meet our deadlines, we need to work together.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 26.96,
     "finishTime": 32.72,
     "dialogue": {
       "text": "True, but if we ignore different perspectives, we could end up with a less effective solution.",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 33.36,
     "finishTime": 36.52,
     "dialogue": {
       "text": "I guess you're right. I just feel that if we focus too much on debating,",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 36.88,
     "finishTime": 39.1,
     "dialogue": {
       "text": "we won't have enough time to get the actual work done.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 39.52,
     "finishTime": 43.1,
     "dialogue": {
       "text": "Perhaps, but it's also important to make sure everyone feels heard.",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 43.54,
     "finishTime": 47.1,
     "dialogue": {
       "text": "If people don't feel valued, they might lose motivation, right?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 47.64,
     "finishTime": 48.36,
     "dialogue": {
       "text": "That's a good point.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 48.64,
     "finishTime": 52.16,
     "dialogue": {
       "text": "Maybe we can find a balance between listening to feedback and keeping things on track.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 52.66
   },
   {
     "character": "Brian",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 53.16
   }
 ]
}