Back to Freecodecamp

Dialogue 2: Asking and Offering Help on a Meeting

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579dce8bc44981add67eda9.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": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "6.2-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Good morning, team. Let's start our stand-up meeting. What's on your plate today?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.78,
      "finishTime": 8.6,
      "dialogue": {
        "text": "Good morning, Bob. I'd like to bring up a coding issue.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 8.6,
      "finishTime": 12.16,
      "dialogue": {
        "text": "I've been stuck on it for a while. Would you mind taking a look at my code?",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 12.52,
      "finishTime": 14.34,
      "dialogue": {
        "text": "I think a fresh pair of eyes could help.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 14.34,
      "finishTime": 15.7,
      "dialogue": {
        "text": "Of course. I'd be happy to help.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 16.32,
      "finishTime": 18.28,
      "dialogue": {
        "text": "Just share the code with me, and I'll dive in.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 18.28,
      "finishTime": 23.72,
      "dialogue": {
        "text": "We might want to set up a short code review session after the meeting to exchange ideas and solutions.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 23.72,
      "finishTime": 25.72,
      "dialogue": {
        "text": "It could benefit the entire team.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 26.24,
      "finishTime": 28.18,
      "dialogue": {
        "text": "That's a great idea. Let's arrange this.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 28.18,
      "finishTime": 29.92,
      "dialogue": {
        "text": "We can definitely learn from each other.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 30.42
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 30.92
    }
  ]
}