Back to Freecodecamp

Dialogue 2: Responding to Phishing Threats

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67531709d628ef047202e6ae.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-center.png",
   "characters": [
     {
       "character": "Jake",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Sarah",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_5-2.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Jake",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Sarah",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Jake",
     "startTime": 1,
     "finishTime": 4.56,
     "dialogue": {
       "text": "Sarah, I just found out that we've had a phishing attack on our system.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 4.96,
     "finishTime": 8.52,
     "dialogue": {
       "text": "It looks like someone will need to notify the team and take immediate action.",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 8.94,
     "finishTime": 11.12,
     "dialogue": {
       "text": "Oh, no. Do you know where it originated from?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 11.38,
     "finishTime": 13.86,
     "dialogue": {
       "text": "Not yet, but I think it came from an email link.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 14.1,
     "finishTime": 18.02,
     "dialogue": {
       "text": "We need to investigate quickly. I'll send out a warning to everyone right away.",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 18.42,
     "finishTime": 21.48,
     "dialogue": {
       "text": "That sounds like a good plan. Do you think it will affect our project deadlines?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 21.88,
     "finishTime": 25.16,
     "dialogue": {
       "text": "It might. I hope it won't, but we should prepare for delays.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 25.54,
     "finishTime": 27.98,
     "dialogue": {
       "text": "I'll update the project manager about the situation.",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 27.98,
     "finishTime": 31.62,
     "dialogue": {
       "text": "I'll alert the development team and tell them to check their emails carefully.",
       "align": "right"
     }
   },
   {
     "character": "Sarah",
     "startTime": 31.98,
     "finishTime": 33.16,
     "dialogue": {
       "text": "Is there anything else we should do?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 33.46,
     "finishTime": 37.6,
     "dialogue": {
       "text": "We'll probably need to run a full system scan to ensure that there's no hidden malware.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 37.96,
     "finishTime": 40.6,
     "dialogue": {
       "text": "Can you coordinate with the IT support team for that?",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 41,
     "finishTime": 44.92,
     "dialogue": {
       "text": "Yes, I'll contact them now. How do you think our clients will react to this news?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 45.6,
     "finishTime": 51.98,
     "dialogue": {
       "text": "They'll likely be concerned, but I'll reassure them that we're taking all necessary steps to secure our systems.",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 52.5,
     "finishTime": 56.92,
     "dialogue": {
       "text": "Thanks, Jake. Let's meet later to discuss the investigation results and plan our next steps.",
       "align": "right"
     }
   },
   {
     "character": "Sarah",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 57.52
   },
   {
     "character": "Jake",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 57.92
   }
 ]
}