Back to Freecodecamp

Dialogue 3: Jake Tells Sophie about His Routine

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

latest5.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": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Jake",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Jake",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "So, Jake! How's working in security?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.7,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Do you deal with any danger?",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 5.4,
      "finishTime": 6.9,
      "dialogue": {
        "text": "No, not that much.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 7.1,
      "finishTime": 9.6,
      "dialogue": {
        "text": "In the morning, I have to check the security cameras",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 9.6,
      "finishTime": 11.1,
      "dialogue": {
        "text": "to make sure they are working properly.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 11.3,
      "finishTime": 14.8,
      "dialogue": {
        "text": "I have to monitor the entrances and exits at all times.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 15,
      "finishTime": 17.7,
      "dialogue": {
        "text": "What a responsibility. What else do you do?",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 17.9,
      "finishTime": 20.4,
      "dialogue": {
        "text": "I can't forget to inspect the alarm systems.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 20.6,
      "finishTime": 24.1,
      "dialogue": {
        "text": "They have to be in top condition in case of emergencies.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 24.3,
      "finishTime": 27.5,
      "dialogue": {
        "text": "I see. Anything else on your checklist?",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 27.7,
      "finishTime": 30.7,
      "dialogue": {
        "text": "Yes, I conduct regular security sweeps.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 30.9,
      "finishTime": 33.3,
      "dialogue": {
        "text": "It's essential to ensure everything is secure.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 33.5,
      "finishTime": 36,
      "dialogue": {
        "text": "And what about the security badges?",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 36.2,
      "finishTime": 40.2,
      "dialogue": {
        "text": "Oh, I have to issue security badges to new employees",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 40.2,
      "finishTime": 41.7,
      "dialogue": {
        "text": "and I can't forget to revoke access",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 41.7,
      "finishTime": 43.2,
      "dialogue": {
        "text": "for the people who leave the company.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 43.4,
      "finishTime": 45.7,
      "dialogue": {
        "text": "Access control is crucial.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 45.9,
      "finishTime": 48.4,
      "dialogue": {
        "text": "These are a lot of responsibilities, Jake.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 48.6,
      "finishTime": 52.1,
      "dialogue": {
        "text": "Well, yeah. Security is a top priority,",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 52.1,
      "finishTime": 54.3,
      "dialogue": {
        "text": "and I have to make sure everything goes as expected.",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 54.8
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 55.3
    }
  ]
}