Back to Freecodecamp

Dialogue 3: A Misunderstanding With A Client

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f1d02eb2aec2500dab5ae2.md

latest5.8 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "David",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Jessica",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "David",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.56,
      "dialogue": {
        "text": "Hi David, I wanted to check in about the latest mobile app update for the finance project.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 5.98,
      "finishTime": 9.58,
      "dialogue": {
        "text": "There seems to be some misunderstanding about the testing phase. Can we go over it?",
        "align": "right"
      }
    },
    {
      "character": "David",
      "startTime": 10.24,
      "finishTime": 13.62,
      "dialogue": {
        "text": "Sure, Jessica. I thought the testing was complete, but when I looked at the report,",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 14,
      "finishTime": 16.56,
      "dialogue": {
        "text": "it said there were still some issues. What's the story?",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 17.2,
      "finishTime": 22.54,
      "dialogue": {
        "text": "I'm sorry for the confusion. We've completed the main testing, but we found some minor bugs in the user interface.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 23.06,
      "finishTime": 25.96,
      "dialogue": {
        "text": "We're fixing them, but I get why the report might have been unclear.",
        "align": "right"
      }
    },
    {
      "character": "David",
      "startTime": 26.92,
      "finishTime": 32.1,
      "dialogue": {
        "text": "Does that mean the app's launch will be delayed? I thought we were on track to release by the end of the week.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 33.18,
      "finishTime": 36.72,
      "dialogue": {
        "text": "Not necessarily. We're handling the bugs, but it shouldn't affect the launch schedule.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 37.14,
      "finishTime": 42.6,
      "dialogue": {
        "text": "Just to clarify, the core features are working fine, but there are a few glitches we're ironing out. Does that help?",
        "align": "right"
      }
    },
    {
      "character": "David",
      "startTime": 42.94,
      "finishTime": 46.12,
      "dialogue": {
        "text": "That makes sense. I was worried we'd have to push back the launch date.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 46.56,
      "finishTime": 49.16,
      "dialogue": {
        "text": "No, we're still on schedule. Sorry for the miscommunication.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 49.6,
      "finishTime": 54.24,
      "dialogue": {
        "text": "If anything changes, I'll let you know right away. Is there anything else about the app you want to discuss?",
        "align": "right"
      }
    },
    {
      "character": "David",
      "startTime": 54.86,
      "finishTime": 58.26,
      "dialogue": {
        "text": "Yeah, I noticed the budget tracking feature wasn't in the latest build.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "startTime": 58.26,
      "finishTime": 61.4,
      "dialogue": {
        "text": "Was that supposed to be in this update, or is it coming later?",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 61.98,
      "finishTime": 66.76,
      "dialogue": {
        "text": "Oh, that might be a mix-up. The budget tracking feature is planned for the next update, not this one.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 67.12,
      "finishTime": 68.56,
      "dialogue": {
        "text": "Let me double-check and get back to you.",
        "align": "right"
      }
    },
    {
      "character": "David",
      "startTime": 69.08,
      "finishTime": 72.84,
      "dialogue": {
        "text": "Thanks, Jessica. I'd appreciate it. I just want to make sure we're on the same page.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 73.38,
      "finishTime": 77.92,
      "dialogue": {
        "text": "Of course. I'll send you an updated project timeline later today so we're clear on what's coming up.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 78,
      "finishTime": 79.18,
      "dialogue": {
        "text": "Thanks for pointing that out.",
        "align": "right"
      }
    },
    {
      "character": "David",
      "startTime": 79.28,
      "finishTime": 80.6,
      "dialogue": {
        "text": "No problem. Talk to you soon.",
        "align": "left"
      }
    },
    {
      "character": "David",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 81.1
    },
    {
      "character": "Jessica",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 81.6
    }
  ]
}