Back to Freecodecamp

Dialogue 3: Selecting a Cloud Platform

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f05c97f4f1fe9a1cc32a0.md

latest4.3 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": "Lisa",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_9-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Lisa",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 6.54,
     "dialogue": {
       "text": "Lisa, we're thinking of using a cloud platform for our next project. Do you have any suggestions?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 7.44,
     "finishTime": 12.92,
     "dialogue": {
       "text": "Well, it could be a good idea to use AWS. It's quite popular and there's a lot of documentation for it.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 13.14,
     "finishTime": 17.1,
     "dialogue": {
       "text": "I see, but I'm not sure if AWS is the best option for us.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 17.22,
     "finishTime": 19.66,
     "dialogue": {
       "text": "It might be a bit complex for some of our team members.",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 20.16,
     "finishTime": 24.92,
     "dialogue": {
       "text": "That's true. It seems like Google Cloud might be easier to use, especially for smaller projects.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 25.32,
     "finishTime": 27.46,
     "dialogue": {
       "text": "It could be a better fit if we're looking for simplicity.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 27.98,
     "finishTime": 30.38,
     "dialogue": {
       "text": "Maybe. I think Azure could work too,",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 30.76,
     "finishTime": 35.4,
     "dialogue": {
       "text": "since it integrates well with other Microsoft products and we already use those. What do you think?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 36.04,
     "finishTime": 39.94,
     "dialogue": {
       "text": "It might work, but I'm not sure if Azure has the same level of support as AWS.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 40.52,
     "finishTime": 42.84,
     "dialogue": {
       "text": "I've heard that their customer service isn't as responsive.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 43.32,
     "finishTime": 46.64,
     "dialogue": {
       "text": "I guess that's something to consider. We could try asking around",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 46.64,
     "finishTime": 50.64,
     "dialogue": {
       "text": "to see what other teams have experienced with these platforms. Would that be a good idea?",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 51.1,
     "finishTime": 54.5,
     "dialogue": {
       "text": "That might be the best approach. It could help us make a more informed decision.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 55.24,
     "finishTime": 59.04,
     "dialogue": {
       "text": "I'll ask on the team channel. I might even create a poll and see the votes.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 59.6,
     "finishTime": 61.58,
     "dialogue": {
       "text": "This might be fun. Thank you for your help.",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 62.08
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 62.58
   }
 ]
}