Back to Freecodecamp

Dialogue 1: An Issue with the Computer

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/6626261426a32b191320ecbe.md

latest3.0 KB
Original Source

--description--

Watch the video 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": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Hey, Sarah. My computer is acting up. I can't open any files.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.4,
      "finishTime": 8.04,
      "dialogue": {
        "text": "Oh, that's frustrating. Have you tried restarting it?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.3,
      "finishTime": 10.26,
      "dialogue": {
        "text": "Yes, I did, but it didn't work.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 10.72,
      "finishTime": 12.58,
      "dialogue": {
        "text": "Okay, no worries. You might want to check",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.58,
      "finishTime": 14.72,
      "dialogue": {
        "text": "if there's enough storage space on your hard drive.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 14.9,
      "finishTime": 16.42,
      "dialogue": {
        "text": "Sometimes that causes issues.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 16.72,
      "finishTime": 17.78,
      "dialogue": {
        "text": "How do I do that?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 18.18,
      "finishTime": 21.06,
      "dialogue": {
        "text": "Just right click on the hard drive icon and select Properties.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 21.4,
      "finishTime": 23.02,
      "dialogue": {
        "text": "It'll show you the available space.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 23.42,
      "finishTime": 25.58,
      "dialogue": {
        "text": "Got it. Thanks. I'll give that a shot.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 26.08
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 26.58
    }
  ]
}