Back to Freecodecamp

Dialogue 2: In Person x Remote

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67af1528c5b6a20ec8a5b7da.md

latest4.4 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
 "setup": {
   "background": "interview-room3.png",
   "characters": [
     {
       "character": "David",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Anna",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_11-2.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "David",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Anna",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "David",
     "startTime": 1,
     "finishTime": 4.94,
     "dialogue": {
       "text": "Anna, I heard your company is embracing 100% remote work.",
       "align": "left"
     }
   },
   {
     "character": "David",
     "startTime": 5.38,
     "finishTime": 9.8,
     "dialogue": {
       "text": "I'm not sure that's the best approach. Doesn't it create a disconnect among team members?",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 10.54,
     "finishTime": 14.86,
     "dialogue": {
       "text": "I see where you're coming from, David. But we found that asynchronous remote work offers flexibility.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 15.28,
     "finishTime": 18.7,
     "dialogue": {
       "text": "It allows people to work in a way that suits their productivity and personal life.",
       "align": "right"
     }
   },
   {
     "character": "David",
     "startTime": 19.16,
     "finishTime": 25.5,
     "dialogue": {
       "text": "I understand. But isn't it challenging to manage communication and collaboration with everyone working at different times?",
       "align": "left"
     }
   },
   {
     "character": "David",
     "startTime": 25.82,
     "finishTime": 29.84,
     "dialogue": {
       "text": "It seems like it could lead to a lot of delays and miscommunication.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 29.84,
     "finishTime": 34.94,
     "dialogue": {
       "text": "That's a valid point. However, we've been using collaboration tools to keep everyone connected.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 35.38,
     "finishTime": 38.7,
     "dialogue": {
       "text": "It takes some adjustment, but once people get used to it, it works quite well.",
       "align": "right"
     }
   },
   {
     "character": "David",
     "startTime": 39.2,
     "finishTime": 43.28,
     "dialogue": {
       "text": "I see your perspective, but I still think there's value in having everyone in the office.",
       "align": "left"
     }
   },
   {
     "character": "David",
     "startTime": 43.72,
     "finishTime": 46.7,
     "dialogue": {
       "text": "It builds team spirit and makes problem solving easier.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 47.26,
     "finishTime": 50.22,
     "dialogue": {
       "text": "True, but the office isn't the only place to build team spirit.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 50.7,
     "finishTime": 53.94,
     "dialogue": {
       "text": "We've found that virtual team building activities can be just as effective.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 54.36,
     "finishTime": 56.28,
     "dialogue": {
       "text": "How about trying some of those in your company?",
       "align": "right"
     }
   },
   {
     "character": "David",
     "startTime": 56.28,
     "finishTime": 61.96,
     "dialogue": {
       "text": "That's a good suggestion, but I'm not sure I'd find much support for implementing it. Thanks for the idea, though.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 62.34,
     "finishTime": 64.52,
     "dialogue": {
       "text": "Don't mention it. We have to do our best with what we have.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 65.02
   },
   {
     "character": "David",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 65.52
   }
 ]
}