Back to Freecodecamp

Dialogue 3: Talking about Jeff

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d6e2c17bb85b727ddf51d6.md

latest5.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": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Maria",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Maria",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "I got this message saying I must talk to Jeff from the security department.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.3,
      "finishTime": 6.1,
      "dialogue": {
        "text": "Do you know him?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 7,
      "finishTime": 8.7,
      "dialogue": {
        "text": "Yeah, I've seen him around.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 8.7,
      "finishTime": 12,
      "dialogue": {
        "text": "He's responsible for security operations in our company.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 12,
      "finishTime": 14.8,
      "dialogue": {
        "text": "He's been with us for some time, nearly ten years.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 14.8,
      "finishTime": 16.6,
      "dialogue": {
        "text": "He's tall and has curly hair.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 16.6,
      "finishTime": 19.7,
      "dialogue": {
        "text": "He always has this vigilant look, probably a result of his job.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 20.3,
      "finishTime": 22.2,
      "dialogue": {
        "text": "He sounds like a dedicated professional.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 22.2,
      "finishTime": 25.5,
      "dialogue": {
        "text": "I've always wondered what the folks in security do around here.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 25.5,
      "finishTime": 26.9,
      "dialogue": {
        "text": "What are his responsibilities?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 27.6,
      "finishTime": 31.2,
      "dialogue": {
        "text": "He makes sure the company's data and facilities are secure,",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 31.2,
      "finishTime": 35,
      "dialogue": {
        "text": "monitors access controls, and conducts investigations when needed.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 35,
      "finishTime": 37.7,
      "dialogue": {
        "text": "He also ensures that everyone follows security procedures.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 38.2,
      "finishTime": 41.8,
      "dialogue": {
        "text": "Ah, speaking of procedures, is there anything he's told you",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 41.8,
      "finishTime": 44.6,
      "dialogue": {
        "text": "that we need to do when it comes to office security?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 45.1,
      "finishTime": 47.3,
      "dialogue": {
        "text": "Yes, there is one thing he emphasizes:",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 47.3,
      "finishTime": 50.9,
      "dialogue": {
        "text": "you mustn't share your access codes or passwords with anyone.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 50.9,
      "finishTime": 52.6,
      "dialogue": {
        "text": "Security is a big deal for him.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 53.1,
      "finishTime": 54.8,
      "dialogue": {
        "text": "Understandable. Well, thanks.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 55.4,
      "finishTime": 57.6,
      "dialogue": {
        "text": "No problem. If you ever need any security tips,",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 57.6,
      "finishTime": 59.2,
      "dialogue": {
        "text": "you really must talk to Jeff.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 59.7
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 60.1
    }
  ]
}