Back to Freecodecamp

Dialogue 4: James Explains Compliance

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e4bdba35dc68e1977e5d5.md

latest4.8 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Linda",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "James",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Linda",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6,
      "dialogue": {
        "text": "Hey, Linda. Today, I want to talk to you about compliance",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 6,
      "finishTime": 8,
      "dialogue": {
        "text": "and the obligations we have in our daily tasks.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 8.7,
      "finishTime": 12.4,
      "dialogue": {
        "text": "Hey, James. So what's the meaning of 'compliance'? Can you tell me?",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 12.6,
      "finishTime": 18.6,
      "dialogue": {
        "text": "Of course. Compliance is when we put specific rules, policies, and regulations",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 18.6,
      "finishTime": 21.1,
      "dialogue": {
        "text": "that are important to our industry into practice.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 21.3,
      "finishTime": 23.8,
      "dialogue": {
        "text": "It helps promote ethics at the workplace.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 24,
      "finishTime": 27.7,
      "dialogue": {
        "text": "So, what do we have to comply with in our projects?",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 27.9,
      "finishTime": 32.5,
      "dialogue": {
        "text": "Great question. We have to comply with data protection regulations,",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 32.5,
      "finishTime": 35.4,
      "dialogue": {
        "text": "security standards, and our company's code of conduct.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 35.7,
      "finishTime": 40.7,
      "dialogue": {
        "text": "It's essential to protect sensitive information and maintain our reputation.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 40.9,
      "finishTime": 43.9,
      "dialogue": {
        "text": "Do we have to report every security incident?",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 44.1,
      "finishTime": 48.7,
      "dialogue": {
        "text": "Absolutely. If you see any security breaches or incidents,",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 48.7,
      "finishTime": 50.6,
      "dialogue": {
        "text": "you have to report them immediately.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 50.8,
      "finishTime": 53.8,
      "dialogue": {
        "text": "Reporting helps us address issues effectively.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 54,
      "finishTime": 56.3,
      "dialogue": {
        "text": "James, what about training?",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 56.7,
      "finishTime": 59,
      "dialogue": {
        "text": "Do we have to attend training sessions regularly?",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 59.2,
      "finishTime": 62.2,
      "dialogue": {
        "text": "Yes, you have to attend the training every year.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 62.4,
      "finishTime": 66.1,
      "dialogue": {
        "text": "It helps you stay updated on the latest regulations and best practices.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 66.6
    },
    {
      "character": "James",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 67.1
    }
  ]
}