Back to Freecodecamp

Dialogue 3: Team Tension Discussion

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c9a5177161a4f73273f7e4.md

latest5.0 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": "Maria",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_12-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Maria",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 6.02,
     "dialogue": {
       "text": "Hi, Maria. I heard there was some tension in the last team meeting. Can we talk about it?",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 6.38,
     "finishTime": 9.94,
     "dialogue": {
       "text": "Sure, Bob. It's about the new deadline. The team is really worried it's too tight.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 10.04,
     "finishTime": 12.24,
     "dialogue": {
       "text": "They're feeling quite overwhelmed with the extra workload.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 12.78,
     "finishTime": 15.54,
     "dialogue": {
       "text": "I see. Did they mention why they think it's too tight?",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 16.3,
     "finishTime": 21.38,
     "dialogue": {
       "text": "Yes, they said they're already putting in extra hours. If we add more tasks, it could lead to burnout.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 22.12,
     "finishTime": 24.1,
     "dialogue": {
       "text": "So did they say how we could fix it?",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 24.5,
     "finishTime": 27.92,
     "dialogue": {
       "text": "They mentioned a couple of things. First, they really need more support.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 28.12,
     "finishTime": 31.82,
     "dialogue": {
       "text": "We're quite short on a few roles, which makes it really hard to meet the new deadline.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 32.32,
     "finishTime": 34.48,
     "dialogue": {
       "text": "Okay. Is there anything else we should consider?",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 35.9,
     "finishTime": 41.12,
     "dialogue": {
       "text": "They also said the communication isn't great because they often don't hear about changes until it's too late.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 41.62,
     "finishTime": 43.58,
     "dialogue": {
       "text": "It'd be helpful if we had more regular check-ins.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 44.3,
     "finishTime": 49.18,
     "dialogue": {
       "text": "That makes sense. Could you set up a weekly meeting to discuss progress and keep everyone in the loop?",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 49.42,
     "finishTime": 52.44,
     "dialogue": {
       "text": "It might help reduce stress and avoid misunderstandings.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 52.72,
     "finishTime": 57.02,
     "dialogue": {
       "text": "Sure, I can do that. But to really ease the pressure, we might need to adjust the deadline",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 57.02,
     "finishTime": 60.38,
     "dialogue": {
       "text": "even if it's just a few days. This would give the team some breathing room.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 60.64,
     "finishTime": 65.08,
     "dialogue": {
       "text": "I'll look into it. Could you also find out how much extra time they really need?",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 65.56,
     "finishTime": 67.78,
     "dialogue": {
       "text": "Sure. I'll talk to the team and let you know what they say.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 68.06,
     "finishTime": 70.54,
     "dialogue": {
       "text": "Let's also plan a meeting to discuss resources with HR.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 71.04
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 71.54
   }
 ]
}