Back to Freecodecamp

Dialogue 1: Discussing Plans for the Next Project

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6613cf7cb0b2704934764852.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": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Brian",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sarah",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Brian",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Brian, it's time to discuss our plans for the upcoming project.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.36,
      "finishTime": 6.7,
      "dialogue": {
        "text": "What do you think we should do?",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.26,
      "finishTime": 10.9,
      "dialogue": {
        "text": "Well, we're going to use a framework for the front-end, probably React.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 11.16,
      "finishTime": 15.02,
      "dialogue": {
        "text": "It's the technology we're most comfortable with and it will make development faster.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 15.56,
      "finishTime": 20.3,
      "dialogue": {
        "text": "Good point. I agree. I also think we are going to need a dedicated UX designer.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 20.68,
      "finishTime": 25.3,
      "dialogue": {
        "text": "It's a complex project and a professional designer will help us create a great user interface.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 26,
      "finishTime": 29.3,
      "dialogue": {
        "text": "Absolutely. And as for the back-end, I think we'll use Node.js.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 29.3,
      "finishTime": 33.36,
      "dialogue": {
        "text": "It's a solid choice and it will allow us to scale the application effectively.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 34.44,
      "finishTime": 36.36,
      "dialogue": {
        "text": "Sure thing. I'm glad we're on the same page.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 36.8,
      "finishTime": 39.36,
      "dialogue": {
        "text": "Let's finalize these plans and start assigning tasks.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 39.86
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 40.36
    }
  ]
}