Back to Freecodecamp

Dialogue 1: Balancing Priorities

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/6660a06837f9bb5f3e7a7892.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": "company1-boardroom.png",
   "characters": [
     {
       "character": "Bob",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Anna",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_11-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Anna",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 5.16,
     "dialogue": {
       "text": "Anna, I've been reviewing the survey results for the remote work stipend.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 5.46,
     "finishTime": 11.04,
     "dialogue": {
       "text": "It seems most people prefer using it for office furniture. Do you think that's a good idea?",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 11.86,
     "finishTime": 16.8,
     "dialogue": {
       "text": "I don't think so, Bob. While furniture is important, many people mentioned that their computers need upgrades.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 17.2,
     "finishTime": 19.1,
     "dialogue": {
       "text": "This might be more critical for productivity.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 19.9,
     "finishTime": 22.78,
     "dialogue": {
       "text": "I understand, but isn't office furniture also a priority?",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 23.2,
     "finishTime": 27.26,
     "dialogue": {
       "text": "I mean, a lot of people are working from home with makeshift setups.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 27.86,
     "finishTime": 31.5,
     "dialogue": {
       "text": "A comfortable desk and a chair can make a big difference.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 32.16,
     "finishTime": 36.46,
     "dialogue": {
       "text": "Not necessarily. Having the latest technology can be just as important.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 36.98,
     "finishTime": 40.68,
     "dialogue": {
       "text": "If people are working with outdated computers, it can be a setback for productivity.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 41.3,
     "finishTime": 44.52,
     "dialogue": {
       "text": "True, but good office furniture can prevent health issues",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 44.52,
     "finishTime": 48.34,
     "dialogue": {
       "text": "that result from bad posture and make remote work more enjoyable.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 49.04,
     "finishTime": 52.1,
     "dialogue": {
       "text": "I agree that comfort is important, but we shouldn't neglect technology.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 53,
     "finishTime": 54.54,
     "dialogue": {
       "text": "So maybe we should focus on both.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 54.54,
     "finishTime": 59.24,
     "dialogue": {
       "text": "Find a balance between comfort and technology to ensure everyone has what they need.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 59.84,
     "finishTime": 64.52,
     "dialogue": {
       "text": "That makes sense. Let's see how we can adjust the stipend to cover both technology and office furniture.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 64.94,
     "finishTime": 67.64,
     "dialogue": {
       "text": "Good plan. Thanks for discussing this with me, Anna.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 68.08,
     "finishTime": 69.74,
     "dialogue": {
       "text": "No problem, Bob. Let's work on the details.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 70.24
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 70.74
   }
 ]
}