Back to Freecodecamp

Dialogue 1: During a Weekly Meeting

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66100326d773b61282509e50.md

latest4.5 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": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Hi everyone. Let's start our weekly project update meeting.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.52,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Sarah, would you like to begin?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.32,
      "finishTime": 9.24,
      "dialogue": {
        "text": "Sure. This week I worked on the user interface design.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 9.74,
      "finishTime": 13.86,
      "dialogue": {
        "text": "I designed a new layout for the app and I created some mockups to show how it will look.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 14.22,
      "finishTime": 17.1,
      "dialogue": {
        "text": "That's great, Sarah. I've also been pretty busy this week.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 17.3,
      "finishTime": 21.42,
      "dialogue": {
        "text": "I tested the new feature we added last week. It seems to be working well.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 21.82,
      "finishTime": 24.4,
      "dialogue": {
        "text": "And I found a few minor issues that we need to fix.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 25.22,
      "finishTime": 29.22,
      "dialogue": {
        "text": "Thanks for catching those. As for me, I also finished the market research report.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 29.68,
      "finishTime": 31.22,
      "dialogue": {
        "text": "I presented it to the team yesterday.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 31.58,
      "finishTime": 34.72,
      "dialogue": {
        "text": "We've gathered valuable data that will help us make informed decisions.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 35.58,
      "finishTime": 39.36,
      "dialogue": {
        "text": "Excellent work, team. I organized a meeting with the client to discuss their feedback.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 39.62,
      "finishTime": 43.38,
      "dialogue": {
        "text": "They liked our progress so far and expressed satisfaction with our work.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 43.98,
      "finishTime": 47.3,
      "dialogue": {
        "text": "That's wonderful to hear. It sounds like we have achieved a lot this week.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 47.66,
      "finishTime": 51.12,
      "dialogue": {
        "text": "Yes, it's been a productive week. Let's keep up the good work.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 51.44,
      "finishTime": 55.38,
      "dialogue": {
        "text": "Don't forget to report any issues and communicate with the team as necessary.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 55.94,
      "finishTime": 58.76,
      "dialogue": {
        "text": "Our collaboration is key to our success.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 59.26
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 59.76
    }
  ]
}