Back to Freecodecamp

Dialogue 2: Cybersecurity Training

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b4f10361231d18f9fcf464.md

latest4.0 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-breakroom.png",
   "characters": [
     {
       "character": "Anna",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Brian",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_1-2.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Anna",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Brian",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Anna",
     "startTime": 1,
     "finishTime": 5.16,
     "dialogue": {
       "text": "Hi, Brian. Do you have a moment? I want to talk to you about our cybersecurity training.",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 5.8,
     "finishTime": 7.38,
     "dialogue": {
       "text": "Sure, Anna. What's on your mind?",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 7.88,
     "finishTime": 12.92,
     "dialogue": {
       "text": "It concerns me that some employees might not be using strong passwords. Do we cover this in our training?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 13.5,
     "finishTime": 21.04,
     "dialogue": {
       "text": "We touch on it, but perhaps not in enough detail. I'm currently adding a new section focused on password security now.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 21.46,
     "finishTime": 24.16,
     "dialogue": {
       "text": "Sounds good. How often do we hold these training sessions?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 24.38,
     "finishTime": 30.3,
     "dialogue": {
       "text": "We have them quarterly, but I'm planning an extra session next month because of recent security threats.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 30.86,
     "finishTime": 32.78,
     "dialogue": {
       "text": "Attendance is mandatory, right?",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 33.2,
     "finishTime": 34.24,
     "dialogue": {
       "text": "Yes, it's mandatory.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 34.5,
     "finishTime": 35.74,
     "dialogue": {
       "text": "And how long are these sessions?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 36.14,
     "finishTime": 44.36,
     "dialogue": {
       "text": "Usually two hours. I'm thinking of using real life scenarios this time, especially for identifying phishing attempts. What do you think?",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 44.86,
     "finishTime": 49.96,
     "dialogue": {
       "text": "Using real life scenarios makes the training more relevant. When do you think this new module will be ready?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 50.3,
     "finishTime": 56.22,
     "dialogue": {
       "text": "I'm aiming to have it ready to roll out by the end of the week. The team is working on it as we speak.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 56.74,
     "finishTime": 62.6,
     "dialogue": {
       "text": "That's great to hear. I appreciate your proactive approach to this, Brian. Let's touch base again once the module is ready.",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 63.1
   },
   {
     "character": "Anna",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 63.6
   }
 ]
}