Back to Freecodecamp

Dialogue 3: Improvement Suggestions

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

latest3.0 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-3.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.74,
      "dialogue": {
        "text": "Good morning, team. Let's get started with our meeting. Sophie, what's on your agenda today?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.42,
      "finishTime": 10.18,
      "dialogue": {
        "text": "Good morning, everyone. I've had some ideas about improving our coding practices.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 10.72,
      "finishTime": 15.58,
      "dialogue": {
        "text": "I would like to suggest that we create coding guidelines to ensure consistency across our projects.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 16.32,
      "finishTime": 20.56,
      "dialogue": {
        "text": "I recommend that we start by defining coding standards for different programming languages we use.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 21.08,
      "finishTime": 24.56,
      "dialogue": {
        "text": "I agree with you. It might help to have a clear style guide for each language.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 24.88,
      "finishTime": 30.14,
      "dialogue": {
        "text": "Also, I would advise that we regularly review and update these guidelines as our projects evolve.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 30.14,
      "finishTime": 35.08,
      "dialogue": {
        "text": "Yeah, consistency is essential. I'll go ahead and start with defining those coding standards.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 35.3,
      "finishTime": 38.56,
      "dialogue": {
        "text": "Great. I'm happy for you to lead that effort if that's ok with you.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 39.06
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 39.56
    }
  ]
}