Back to Freecodecamp

Dialogue 1: Scheduled Maintenance to Prevent DoS Attacks

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/66609f86c2500e597c8cb52f.md

latest4.1 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": "Jake",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Maria",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_5-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Jake",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Maria",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Jake",
     "startTime": 1,
     "finishTime": 4.94,
     "dialogue": {
       "text": "Maria, the next system update is scheduled for this Saturday at 2am.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 5.22,
     "finishTime": 10.94,
     "dialogue": {
       "text": "It's crucial to enhance our firewall settings to prevent any potential denial of service attacks.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 11.9,
     "finishTime": 17.52,
     "dialogue": {
       "text": "Yes, Jake. I've reviewed the timetable. The server downtime starts exactly when the user traffic is at its lowest, correct?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 18.4,
     "finishTime": 21.06,
     "dialogue": {
       "text": "That's right. The update should last about two hours.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 21.42,
     "finishTime": 25.52,
     "dialogue": {
       "text": "Our main goal is to minimize disruption while strengthening our defenses.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 26.1,
     "finishTime": 31.76,
     "dialogue": {
       "text": "Will the support team be on call during the update? We need to make sure they're ready to handle any immediate issues that come up.",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 32.78,
     "finishTime": 35.44,
     "dialogue": {
       "text": "Absolutely. The entire technical support team will be on duty.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 35.82,
     "finishTime": 40,
     "dialogue": {
       "text": "They've been briefed and are prepared to manage any unexpected situations.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 40.5,
     "finishTime": 42.74,
     "dialogue": {
       "text": "Great. And when does the team perform the final checks?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 43.12,
     "finishTime": 45.78,
     "dialogue": {
       "text": "The final system checks are set for Friday night.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 46.1,
     "finishTime": 51.18,
     "dialogue": {
       "text": "We'll confirm that all security patches are ready to be deployed without any complications.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 51.76,
     "finishTime": 55.42,
     "dialogue": {
       "text": "Perfect. And the training session for the new security protocols, when is that planned?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 55.42,
     "finishTime": 57.98,
     "dialogue": {
       "text": "The training is planned for Thursday afternoon.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 58.44,
     "finishTime": 63.06,
     "dialogue": {
       "text": "Every team member must understand the changes and how these will impact our operations.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 63.56
   },
   {
     "character": "Jake",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 64.06
   }
 ]
}