Back to Freecodecamp

Dialogue 2: Polite Interruption in a Meeting

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e479963d8dd4ac75c664d6.md

latest4.3 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": "Jessica",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Jessica",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Excuse me, Tom. I'm sorry to interrupt, but I need to bring up an urgent issue with the latest software update.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 6.78,
      "finishTime": 8.3,
      "dialogue": {
        "text": "Would it be okay to discuss it briefly?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.68,
      "finishTime": 10.64,
      "dialogue": {
        "text": "Sure, Jessica. What seems to be the problem?",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 11.12,
      "finishTime": 14.52,
      "dialogue": {
        "text": "Well, we've discovered a critical bug that might affect the user interface.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 14.8,
      "finishTime": 19,
      "dialogue": {
        "text": "It could cause some display issues, and I thought you'd want to know about it before we proceed further.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 19.32,
      "finishTime": 23.16,
      "dialogue": {
        "text": "Thanks for letting me know. Could you tell me more about the bug? How severe is it?",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 23.78,
      "finishTime": 27.58,
      "dialogue": {
        "text": "It seems to be causing certain elements to disappear under specific conditions.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 27.8,
      "finishTime": 30.18,
      "dialogue": {
        "text": "It's a serious issue, and we need to address it quickly.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 30.18,
      "finishTime": 34.92,
      "dialogue": {
        "text": "I understand. Do we need to inform the rest of the team, or can we handle it here?",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 35.42,
      "finishTime": 38.68,
      "dialogue": {
        "text": "If you don't mind, I'd like to take a few minutes to explain it to the rest of the team.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 38.78,
      "finishTime": 40.38,
      "dialogue": {
        "text": "It might impact their work as well.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 40.72,
      "finishTime": 44.6,
      "dialogue": {
        "text": "That's fine. Go ahead. I'm sure everyone will appreciate knowing about it.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 44.84,
      "finishTime": 49.04,
      "dialogue": {
        "text": "Thank you. I appreciate your understanding. I'll try to be quick so we can get back to the main agenda.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 49.52,
      "finishTime": 53.62,
      "dialogue": {
        "text": "No problem. Thanks for bringing this up. It's important to deal with these issues early.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 54.12
    },
    {
      "character": "Jessica",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 54.62
    }
  ]
}