Back to Freecodecamp

Dialogue 1: Offering Suggestions in a Meeting

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579c5fb3e65fd9cb85253a5.md

latest3.9 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-1.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.36,
      "dialogue": {
        "text": "Good morning, everyone. Let's start with our stand-up meeting. Sophie, can you begin?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.1,
      "finishTime": 8.58,
      "dialogue": {
        "text": "Sure, Bob. I could use some help with a coding problem.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 8.98,
      "finishTime": 13,
      "dialogue": {
        "text": "I've been working on it for a while, and I may need a fresh pair of eyes to look at the code.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 13.38,
      "finishTime": 14.9,
      "dialogue": {
        "text": "Could you take a look at it after the meeting?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 15.86,
      "finishTime": 18.08,
      "dialogue": {
        "text": "Absolutely. I can definitely help you with that.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 18.3,
      "finishTime": 20.36,
      "dialogue": {
        "text": "Just share the code with me, and I'll check it out.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 20.66,
      "finishTime": 24.74,
      "dialogue": {
        "text": "I might have a few ideas on how to approach this issue. Mind if I call you later?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 25.32,
      "finishTime": 27.22,
      "dialogue": {
        "text": "Not at all. I'd appreciate your input.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 27.86,
      "finishTime": 30.04,
      "dialogue": {
        "text": "I'd like to suggest something as well.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 30.54,
      "finishTime": 35.46,
      "dialogue": {
        "text": "Could you provide more details about the problem, so we can brainstorm some potential solutions during the review?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 36.24,
      "finishTime": 40.5,
      "dialogue": {
        "text": "Great suggestion. I'll prepare some documentation, and we can discuss it during the code review.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 41.26,
      "finishTime": 43.68,
      "dialogue": {
        "text": "Excellent. Let's set up a time for our code review session.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 44.02,
      "finishTime": 48.18,
      "dialogue": {
        "text": "When is best for you? I'm sure we'll gain some valuable insights from our discussion.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 48.68
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 49.18
    }
  ]
}