Back to Freecodecamp

Dialogue 3: How to Approach the Project

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617b04b6e9139fb30d059d9.md

latest3.1 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.3-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": 4.38,
      "dialogue": {
        "text": "We need to decide on the approach for the next phase of the project.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.68,
      "finishTime": 7.22,
      "dialogue": {
        "text": "I believe an Agile methodology is the way to go.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 7.66,
      "finishTime": 9,
      "dialogue": {
        "text": "I'm sorry, but I beg to differ.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 9.38,
      "finishTime": 12.24,
      "dialogue": {
        "text": "While Agile may allow us to adapt to changes more efficiently,",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 12.62,
      "finishTime": 14.54,
      "dialogue": {
        "text": "I still think Waterfall would be a better option.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 15.34,
      "finishTime": 18.38,
      "dialogue": {
        "text": "It offers a more structured approach that will suit this project better.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 19.28,
      "finishTime": 23.68,
      "dialogue": {
        "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 24.06,
      "finishTime": 26.48,
      "dialogue": {
        "text": "I think we'll have a greater chance of success with it.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 27,
      "finishTime": 29.76,
      "dialogue": {
        "text": "Well, I think everyone is more used to Agile, right?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 29.76,
      "finishTime": 33.16,
      "dialogue": {
        "text": "Okay, I give in. We can proceed with the Agile approach.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 33.66
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 34.16
    }
  ]
}