Back to Freecodecamp

Dialogue 1: Sophie and James Discuss Their Projects

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b5899f2ef74716d069180.md

latest3.2 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1.7,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Hey, James. What's your cybersecurity project about?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 5.3,
      "finishTime": 7.5,
      "dialogue": {
        "text": "Hi, Sophie. I'm checking our network for problems.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 7.7,
      "finishTime": 9.5,
      "dialogue": {
        "text": "We want to be safe from hackers.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 9.7,
      "finishTime": 13,
      "dialogue": {
        "text": "I'm using special tools to see where we might have problems,",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 13.2,
      "finishTime": 14.1,
      "dialogue": {
        "text": "and then I have to fix them.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 14.3,
      "finishTime": 15.7,
      "dialogue": {
        "text": "That's important work.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 15.9,
      "finishTime": 18.3,
      "dialogue": {
        "text": "I'm helping our team learn how to stay safe online.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 19,
      "finishTime": 20.9,
      "dialogue": {
        "text": "We're taking some lessons and practicing what to do",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 20.9,
      "finishTime": 22.8,
      "dialogue": {
        "text": "if someone tries to steal our identity.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 23.3,
      "finishTime": 24.4,
      "dialogue": {
        "text": "That's great, Sophie.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 24.5,
      "finishTime": 26.3,
      "dialogue": {
        "text": "The two of us are doing some important work.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 26.8
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 27.3
    }
  ]
}