Back to Freecodecamp

Dialogue 3: Project Check-In

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

latest5.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-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Hey, Sarah. I wanted to discuss an ongoing project with you.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.72,
      "finishTime": 8.28,
      "dialogue": {
        "text": "It's been a while since we last checked in. How's everything going on your end?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 9.08,
      "finishTime": 12.08,
      "dialogue": {
        "text": "Hi, Brian. Everything is progressing, but we have a few challenges.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.56,
      "finishTime": 14.96,
      "dialogue": {
        "text": "Some parts of the project are taking longer than expected.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 15.5,
      "finishTime": 19.02,
      "dialogue": {
        "text": "By the way, have you heard anything about the additional resources we requested?",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 19.56,
      "finishTime": 23.58,
      "dialogue": {
        "text": "Yes, I spoke with management. We might get some support, but they're still deciding.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 24.16,
      "finishTime": 26.38,
      "dialogue": {
        "text": "Is there anything else slowing you down?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 26.38,
      "finishTime": 29.6,
      "dialogue": {
        "text": "Well, we've had some issues with the new software integration.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 30.18,
      "finishTime": 33.3,
      "dialogue": {
        "text": "It's not as seamless as we hoped. We're working on it, though.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 33.54,
      "finishTime": 36.42,
      "dialogue": {
        "text": "Speaking of which, do you know if there's a timeline for the next phase?",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 36.9,
      "finishTime": 38.58,
      "dialogue": {
        "text": "Not yet, but I can find out.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 38.82,
      "finishTime": 44.04,
      "dialogue": {
        "text": "We should probably plan a meeting with the team to discuss the integration issues. Would that help?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 44.64,
      "finishTime": 48.06,
      "dialogue": {
        "text": "Absolutely. Also, I've been meaning to ask about the new training sessions.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 48.36,
      "finishTime": 52.38,
      "dialogue": {
        "text": "When do they start? I think the team could really use some refreshers on the new tools.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 52.38,
      "finishTime": 55.66,
      "dialogue": {
        "text": "Good point. The training sessions are scheduled for next week.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 55.88,
      "finishTime": 58.62,
      "dialogue": {
        "text": "I'll send you the details. Anything else you'd like to discuss?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 59.22,
      "finishTime": 61.52,
      "dialogue": {
        "text": "Not for now. Thanks, Brian. I appreciate the update.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 61.74,
      "finishTime": 63.2,
      "dialogue": {
        "text": "If anything comes up, I'll let you know.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 63.44,
      "finishTime": 66.62,
      "dialogue": {
        "text": "Sounds good. Feel free to reach out to me if you need anything else.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 67.12
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 67.62
    }
  ]
}