Back to Freecodecamp

Dialogue 1: Milestone Planning

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6660a357a167db7129dad153.md

latest4.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": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Jessica",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 7.8,
      "dialogue": {
        "text": "Hey, James. I've been reviewing our project schedule, and I think we need to redefine our milestones. How many phases do we currently have planned?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 8.42,
      "finishTime": 16.96,
      "dialogue": {
        "text": "Hi, Jessica. We have four major phases. For the initial phase, the first task is to finalize the software requirements by next Friday.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 17.56,
      "finishTime": 21.48,
      "dialogue": {
        "text": "Okay, that's good. For the second phase, how many development tasks are we looking at?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 21.74,
      "finishTime": 30.86,
      "dialogue": {
        "text": "We've outlined 10 tasks for development. The third task involves setting up the core database, and it's crucial since everything else depends on it.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 31.18,
      "finishTime": 36.68,
      "dialogue": {
        "text": "Right. Let's make sure we allocate enough time for that. By when do you think we can complete the third phase?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 37.02,
      "finishTime": 42.94,
      "dialogue": {
        "text": "If all goes well, we should complete the third phase, which includes all initial testing, by the end of April.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 43.62,
      "finishTime": 50.48,
      "dialogue": {
        "text": "Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 50.9,
      "finishTime": 52.64,
      "dialogue": {
        "text": "What's the last task in that phase?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 53.04,
      "finishTime": 61.06,
      "dialogue": {
        "text": "The last, or 10th, task is to prepare the deployment documentation. We should have that ready near the last week of the project.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 61.68,
      "finishTime": 64.58,
      "dialogue": {
        "text": "Excellent. I'll update our project timeline with these numbers",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 64.58,
      "finishTime": 68.66,
      "dialogue": {
        "text": "and make sure everyone's clear about the order and deadlines. Thanks for the breakdown, James.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 69.16
    },
    {
      "character": "Jessica",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 69.66
    }
  ]
}