Back to Freecodecamp

Dialogue 4: Checking the Project Details

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663c9a6ddd82d94fbe28bb08.md

latest5.4 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": "Brian",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Brian",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Hey, Brian, I was looking at the project details,",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.3,
      "finishTime": 5,
      "dialogue": {
        "text": "and I noticed something a bit odd.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.5,
      "finishTime": 7.5,
      "dialogue": {
        "text": "The timeline you mentioned doesn't match",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 7.5,
      "finishTime": 9.8,
      "dialogue": {
        "text": "what I found in the documentation.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 10.2,
      "finishTime": 11.6,
      "dialogue": {
        "text": "Really? That's strange.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 11.7,
      "finishTime": 14.4,
      "dialogue": {
        "text": "I double-checked the project schedule, and it should be accurate.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 15,
      "finishTime": 17.6,
      "dialogue": {
        "text": "Well, the documentation says we're starting the testing phase",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 17.6,
      "finishTime": 20.1,
      "dialogue": {
        "text": "next week, but you mentioned it was the following week.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 20.8,
      "finishTime": 24.3,
      "dialogue": {
        "text": "Hmm, let me clarify. I believe the documentation is outdated.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 24.7,
      "finishTime": 26.7,
      "dialogue": {
        "text": "We discussed it yesterday, and we decided",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 26.7,
      "finishTime": 28.8,
      "dialogue": {
        "text": "to move the testing phase a week later.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 29.3,
      "finishTime": 30.7,
      "dialogue": {
        "text": "I'm pretty sure about this.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 31.3,
      "finishTime": 32.6,
      "dialogue": {
        "text": "Alright, that makes sense.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 33,
      "finishTime": 34.3,
      "dialogue": {
        "text": "And what about the budget allocation?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 34.7,
      "finishTime": 36,
      "dialogue": {
        "text": "You mentioned it was $10,000,",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 36.4,
      "finishTime": 38.6,
      "dialogue": {
        "text": "but I found an email saying it's $15,000.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 39.7,
      "finishTime": 41,
      "dialogue": {
        "text": "I think there is a mix-up there.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 41.3,
      "finishTime": 45.9,
      "dialogue": {
        "text": "The budget we agreed upon was indeed $15,000, not $10,000.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 46.1,
      "finishTime": 47.7,
      "dialogue": {
        "text": "It should cover all the expenses.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 48.4,
      "finishTime": 50.1,
      "dialogue": {
        "text": "Got it, Brian. Thanks for clearing that up.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 50.3,
      "finishTime": 51.7,
      "dialogue": {
        "text": "It's essential that we're on the same page",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 51.7,
      "finishTime": 53,
      "dialogue": {
        "text": "when it comes to project details.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 53.5
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 54
    }
  ]
}