Back to Freecodecamp

Dialogue 3: Plans for a Presentation

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614bde62b7db56b9448285e.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": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Bob",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.2-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sarah",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Bob",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Hey Bob, I wanted to talk about our presentation for the conference next month. What's the plan?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 6.68,
      "finishTime": 9.56,
      "dialogue": {
        "text": "Well, I think we should use a slide deck for the presentation.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 9.8,
      "finishTime": 13.44,
      "dialogue": {
        "text": "It's the standard format, and it will make the information more accessible.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 14.3,
      "finishTime": 16.7,
      "dialogue": {
        "text": "True, but I was thinking we could try something different.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 17.1,
      "finishTime": 19.62,
      "dialogue": {
        "text": "Let's use an interactive demo instead of slides.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 19.92,
      "finishTime": 21.88,
      "dialogue": {
        "text": "It will engage the audience more effectively.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 22.44,
      "finishTime": 25,
      "dialogue": {
        "text": "Oh, I see what you mean. That's a great idea.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 25.42,
      "finishTime": 27.86,
      "dialogue": {
        "text": "It will certainly grab the audience's attention better.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 28.5,
      "finishTime": 31.72,
      "dialogue": {
        "text": "Awesome. We'll work on the interactive demo and make sure it's ready in time.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 32.22
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 32.72
    }
  ]
}