Back to Freecodecamp

Dialogue 1: Scheduled Maintenance to Prevent DoS Attacks

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/674f0332ec59564081ec8b87.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": "Jessica",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Brian",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_6-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Jessica",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Brian",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Jessica",
     "startTime": 1,
     "finishTime": 4.62,
     "dialogue": {
       "text": "Hey Brian, I heard we're running some tests on the website this weekend.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 5.08,
     "finishTime": 7.26,
     "dialogue": {
       "text": "Are you going to be online during the scheduled maintenance?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 7.7,
     "finishTime": 11.06,
     "dialogue": {
       "text": "Yes, I'll be monitoring the system to make sure everything goes smoothly.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 11.22,
     "finishTime": 14.94,
     "dialogue": {
       "text": "We've been preparing for it all week. Are you planning to join us?",
       "align": "right"
     }
   },
   {
     "character": "Jessica",
     "startTime": 15.34,
     "finishTime": 16.66,
     "dialogue": {
       "text": "Yes, I will be joining you.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 16.74,
     "finishTime": 21.22,
     "dialogue": {
       "text": "I want to double check the new security features to prevent any potential denial of service attacks.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 21.8,
     "finishTime": 23.22,
     "dialogue": {
       "text": "When do we expect the maintenance to start?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 23.7,
     "finishTime": 27.04,
     "dialogue": {
       "text": "It's going to start around 2 a.m. and should last a couple of hours.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 27.44,
     "finishTime": 29.94,
     "dialogue": {
       "text": "We'll be testing the server load to ensure it's stable.",
       "align": "right"
     }
   },
   {
     "character": "Jessica",
     "startTime": 29.94,
     "finishTime": 33.3,
     "dialogue": {
       "text": "Sounds good. Are the other developers going to help you with the tests?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 33.9,
     "finishTime": 39.34,
     "dialogue": {
       "text": "Yes, they're going to run additional stress tests to ensure that we don't have any unexpected issues.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 39.78,
     "finishTime": 42.26,
     "dialogue": {
       "text": "Do you think we'll need to update the users about the downtime?",
       "align": "right"
     }
   },
   {
     "character": "Jessica",
     "startTime": 43,
     "finishTime": 46.94,
     "dialogue": {
       "text": "Yes, I'll send out a notification to our users letting them know about the maintenance window.",
       "align": "left"
     }
   },
   {
     "character": "Jessica",
     "startTime": 47.26,
     "finishTime": 49,
     "dialogue": {
       "text": "It's better to inform them in advance.",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 49.66,
     "finishTime": 53.56,
     "dialogue": {
       "text": "Good idea. We don't want anyone getting frustrated because they can't access the site.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 54.06
   },
   {
     "character": "Jessica",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 54.56
   }
 ]
}