Back to Freecodecamp

Dialogue 2: Talking about Anna

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

latest4.8 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Alice",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Alice",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Hey, have you ever worked with Anna from HR?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.6,
      "finishTime": 6.7,
      "dialogue": {
        "text": "I've seen her a couple of times. Why do you ask?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.1,
      "finishTime": 10.4,
      "dialogue": {
        "text": "Well, I noticed that she's always in her office super early",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 10.4,
      "finishTime": 13,
      "dialogue": {
        "text": "and leaves pretty late. Do you know why?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 13.3,
      "finishTime": 14.6,
      "dialogue": {
        "text": "Yeah, she's very committed.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 14.7,
      "finishTime": 16.7,
      "dialogue": {
        "text": "She seems to take her work very seriously.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 17,
      "finishTime": 19.2,
      "dialogue": {
        "text": "I don't really know much about her, to be honest.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 19.2,
      "finishTime": 20.4,
      "dialogue": {
        "text": "What's her role?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 20.7,
      "finishTime": 22.9,
      "dialogue": {
        "text": "Anna is the head of HR, and she has to make sure",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 22.9,
      "finishTime": 25.8,
      "dialogue": {
        "text": "our company runs smoothly when it comes to HR.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 25.8,
      "finishTime": 28.3,
      "dialogue": {
        "text": "She doesn't have to interview for hiring people, though.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 28.3,
      "finishTime": 30.2,
      "dialogue": {
        "text": "The rest of the HR team does the interviews.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 30.2,
      "finishTime": 32.3,
      "dialogue": {
        "text": "She's been with us for about eight years now.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 32.5,
      "finishTime": 35.6,
      "dialogue": {
        "text": "Wow, that's a long time! Is she a strict person?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 36.1,
      "finishTime": 38,
      "dialogue": {
        "text": "She's very easygoing, actually.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 38,
      "finishTime": 41.3,
      "dialogue": {
        "text": "She's serious when it comes to work but also has a good sense of humor.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 41.3,
      "finishTime": 45.2,
      "dialogue": {
        "text": "She's fair and supportive, always willing to help and answer questions.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 45.7,
      "finishTime": 47.3,
      "dialogue": {
        "text": "She sounds like a great person.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 47.3,
      "finishTime": 48.7,
      "dialogue": {
        "text": "I should have a chat with her sometime.",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 49.2
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 49.7
    }
  ]
}