Back to Freecodecamp

Dialogue 2: Planning Ahead

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6853c74035505f6f1f465a80.md

latest5.1 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "David",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "David",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Good morning, David. Thank you for meeting with me today.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.72,
      "finishTime": 9.06,
      "dialogue": {
        "text": "I'd like to go over the resource needs for the next phase of our app development to make sure everything lined up on time.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 9.78,
      "finishTime": 13.68,
      "dialogue": {
        "text": "Excellent. That sounds good. How many developers do we currently have working on this?",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 14,
      "finishTime": 19.62,
      "dialogue": {
        "text": "We have 10 developers on the team at the moment. By next month, we'll need at least five more to handle the back-end integration.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 20.36,
      "finishTime": 25.6,
      "dialogue": {
        "text": "All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter?",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 26.06,
      "finishTime": 31.94,
      "dialogue": {
        "text": "We currently have three designers. For the tasks planned, I think adding two more by the start of the quarter will be sufficient.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 32.32,
      "finishTime": 36,
      "dialogue": {
        "text": "What about testing? The last update brought up some unexpected challenges.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 36.64,
      "finishTime": 39.24,
      "dialogue": {
        "text": "Right. We're planning on bringing in additional testers.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 39.4,
      "finishTime": 44.64,
      "dialogue": {
        "text": "I suggest we double our testing team from four to eight around mid-quarter to ensure thorough coverage.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 45.08,
      "finishTime": 47.56,
      "dialogue": {
        "text": "That makes sense. How about project management?",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 48.1,
      "finishTime": 54,
      "dialogue": {
        "text": "Our project manager, Bob, is on vacation in July, so we'll need short-term support during that period.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 54.3,
      "finishTime": 59.78,
      "dialogue": {
        "text": "I'm arranging for Sarah to step in during the second week of July until Bob returns at the end of the month.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 60.06,
      "finishTime": 64.02,
      "dialogue": {
        "text": "Sounds like a plan. Can we review the budget for these additional resources?",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 64.7,
      "finishTime": 72.02,
      "dialogue": {
        "text": "Absolutely. I'll send you a detailed breakdown by tomorrow. It will include the costs for the extra personnel and any additional tools we might need.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 72.28,
      "finishTime": 78.72,
      "dialogue": {
        "text": "Perfect, Maria. Let's make sure everything is in place so we can meet our project milestones without any delays.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 79.16,
      "finishTime": 82.6,
      "dialogue": {
        "text": "Definitely. I'll keep everything on track and update you weekly on our progress.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 83.1
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 83.6
    }
  ]
}