Back to Freecodecamp

Dialogue 4: Talking About the Monday Meetings

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cfff65708189adb524933.md

latest4.6 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": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1.0,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Tell me about our team meetings, Sophie. Do they happen every week?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.5,
      "finishTime": 7.5,
      "dialogue": {
        "text": "Yes, they do. We have meetings on Monday mornings.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.7,
      "finishTime": 13.2,
      "dialogue": {
        "text": "Hmm... Do we discuss all our ongoing projects in these meetings?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 13.4,
      "finishTime": 17.4,
      "dialogue": {
        "text": "We do. It's a chance to update everyone on project progress.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 17.6,
      "finishTime": 20.1,
      "dialogue": {
        "text": "Awesome. Do they usually last long?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 20.8,
      "finishTime": 23.8,
      "dialogue": {
        "text": "Not too long. They usually take about 30 to 45 minutes.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 24.0,
      "finishTime": 27.5,
      "dialogue": {
        "text": "That's reasonable. Do we have an agenda for each meeting?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 27.7,
      "finishTime": 31.2,
      "dialogue": {
        "text": "Yes, we do. Maria prepares the agenda in advance.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 31.4,
      "finishTime": 35.2,
      "dialogue": {
        "text": "Good to know. Do the meetings involve everyone on the team?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 35.4,
      "finishTime": 38.7,
      "dialogue": {
        "text": "Absolutely. All the team members have a chance to speak,",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 38.7,
      "finishTime": 40.4,
      "dialogue": {
        "text": "so everyone knows what the others are doing.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 40.6,
      "finishTime": 45.1,
      "dialogue": {
        "text": "That's important. Does Maria assign tasks during these meetings?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 45.3,
      "finishTime": 49.3,
      "dialogue": {
        "text": "Sometimes, but we normally discuss tasks we plan on tackling for the week.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 49.5,
      "finishTime": 52.0,
      "dialogue": {
        "text": "Does this include brainstorming sessions?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 52.2,
      "finishTime": 55.2,
      "dialogue": {
        "text": "Occasionally, yeah. It depends on the project's needs.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 55.5,
      "finishTime": 58.3,
      "dialogue": {
        "text": "I can't wait for the first meeting I'll attend.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 58.5,
      "finishTime": 59.5,
      "dialogue": {
        "text": "Probably next Monday.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 60.5
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 61
    }
  ]
}