Back to Freecodecamp

Dialogue 1: Describing Other People and What They Do

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b0dd4e70e9dcf7c402eb8e.md

latest4.1 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": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.3-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": 3,
      "dialogue": {
        "text": "Hey, have you met Anna yet?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 3,
      "finishTime": 5.2,
      "dialogue": {
        "text": "She's now in charge of the HR department.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.5,
      "finishTime": 7.6,
      "dialogue": {
        "text": "No, I haven't seen her yet. What can you tell me about her?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 8.2,
      "finishTime": 12.7,
      "dialogue": {
        "text": "She is a tall woman in her early 40s, with long blond hair and glasses.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 12.9,
      "finishTime": 14.7,
      "dialogue": {
        "text": "You'll recognize her right away.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 14.7,
      "finishTime": 18.6,
      "dialogue": {
        "text": "She's quite serious and organized, which makes her excellent at her job.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 18.6,
      "finishTime": 21.2,
      "dialogue": {
        "text": "She's been working with tech companies for about ten years.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 21.6,
      "finishTime": 24,
      "dialogue": {
        "text": "Ten years? That's impressive! What does she do exactly?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 24.4,
      "finishTime": 28,
      "dialogue": {
        "text": "Well, she's responsible for hiring people and taking care of workers.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 28,
      "finishTime": 31.6,
      "dialogue": {
        "text": "She makes sure we follow the rules and that everyone is happy.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 32.1,
      "finishTime": 33.9,
      "dialogue": {
        "text": "Word is that she's strict but fair,",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 33.9,
      "finishTime": 36.9,
      "dialogue": {
        "text": "and she always looks out for the best interests of the team.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 37.4,
      "finishTime": 39.3,
      "dialogue": {
        "text": "Those are very positive things you've just said.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 39.8,
      "finishTime": 41.8,
      "dialogue": {
        "text": "I'm excited we have someone like her in our company.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 42.1,
      "finishTime": 44.6,
      "dialogue": {
        "text": "I'd love to chat with her sometime and learn from her experiences.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 45.1
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 45.6
    }
  ]
}