Back to Freecodecamp

Dialogue 5: Arrangements for a Company Party

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/664150b24f82ec4dc8d4f077.md

latest5.0 KB
Original Source

--description--

Watch the video to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Maria",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Maria",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Hey, Maria, I wanted to check with you about the food we're going to get",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.6,
      "finishTime": 7.2,
      "dialogue": {
        "text": "for the team meeting. I think there was a mix-up.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 7.5,
      "finishTime": 9.8,
      "dialogue": {
        "text": "Oh, really? I thought it was all okay. What happened?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 10.2,
      "finishTime": 13,
      "dialogue": {
        "text": "Well, you mentioned we need 10 pounds of chicken wings,",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 13,
      "finishTime": 14.3,
      "dialogue": {
        "text": "but I thought we agreed on 20 pounds.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 15.7,
      "finishTime": 18.3,
      "dialogue": {
        "text": "That's strange. I'm sure we decided on 10 pounds",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 18.3,
      "finishTime": 19.5,
      "dialogue": {
        "text": "because it's a small gathering.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 19.9,
      "finishTime": 21.1,
      "dialogue": {
        "text": "Are you sure it's 20 pounds?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 21.8,
      "finishTime": 23.8,
      "dialogue": {
        "text": "You know, now that I think about it,",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 23.8,
      "finishTime": 26.4,
      "dialogue": {
        "text": "I think I confused it with another event. Sorry.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 27,
      "finishTime": 29.4,
      "dialogue": {
        "text": "That's ok! And for the vegetarian options,",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 29.8,
      "finishTime": 31.8,
      "dialogue": {
        "text": "you mentioned 5 large trays of salad,",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 31.9,
      "finishTime": 33.9,
      "dialogue": {
        "text": "but I think 3 large trays is enough.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 34.3,
      "finishTime": 35.8,
      "dialogue": {
        "text": "There aren't many vegetarians on the team.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 36,
      "finishTime": 37.5,
      "dialogue": {
        "text": "That's my mistake too.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 37.9,
      "finishTime": 39.7,
      "dialogue": {
        "text": "It's definitely 3 trays of salad.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 40,
      "finishTime": 42.9,
      "dialogue": {
        "text": "I just wanted to make sure everyone has enough choices.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 43.7,
      "finishTime": 45,
      "dialogue": {
        "text": "And you're totally right to think this way.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 45.5,
      "finishTime": 46.7,
      "dialogue": {
        "text": "Thanks for double checking anyway.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 47.1,
      "finishTime": 49.1,
      "dialogue": {
        "text": "We want the team party to be a success.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 49.6
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 50.1
    }
  ]
}