Back to Freecodecamp

Dialogue 2: Anna from HR Tells Tom about the Company Routine

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e204159a66dbdc258fe71.md

latest4.9 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Anna",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Anna",
      "startTime": 1.5,
      "finishTime": 5,
      "dialogue": {
        "text": "Hi, Tom. Let me tell you what a regular day at our company normally looks like.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 5.2,
      "finishTime": 6.4,
      "dialogue": {
        "text": "We start at 9.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 6.6,
      "finishTime": 10.1,
      "dialogue": {
        "text": "The first thing to do is log in to your computer and check your emails.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 10.8,
      "finishTime": 13.3,
      "dialogue": {
        "text": "Sounds good. What do I do after checking emails?",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 13.5,
      "finishTime": 17,
      "dialogue": {
        "text": "After that, you'll probably attend the daily team meeting at 9:30.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 17.2,
      "finishTime": 19.8,
      "dialogue": {
        "text": "During the meeting, the team discusses project updates.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 20,
      "finishTime": 22.8,
      "dialogue": {
        "text": "I see. What about the rest of the day?",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 23,
      "finishTime": 26.6,
      "dialogue": {
        "text": "During the rest of the day, you usually work on your design projects,",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 26.6,
      "finishTime": 27.9,
      "dialogue": {
        "text": "collaborate with the team,",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 28,
      "finishTime": 30.5,
      "dialogue": {
        "text": "and attend meetings with clients when there are those meetings.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 30.7,
      "finishTime": 32.7,
      "dialogue": {
        "text": "What time do we have our lunch break?",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 33.4,
      "finishTime": 35.9,
      "dialogue": {
        "text": "You have a one-hour lunch break around noon every day.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 36.1,
      "finishTime": 38.6,
      "dialogue": {
        "text": "Bring your lunch or go to one of the cafés nearby.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 38.8,
      "finishTime": 40.8,
      "dialogue": {
        "text": "The people from the team often do this.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 41,
      "finishTime": 43.7,
      "dialogue": {
        "text": "How long are our workdays?",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 43.9,
      "finishTime": 48.4,
      "dialogue": {
        "text": "We typically finish at about 5, but that depends on project deadlines.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 48.6,
      "finishTime": 50.4,
      "dialogue": {
        "text": "Thanks for explaining, Anna.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 50.8,
      "finishTime": 52.8,
      "dialogue": {
        "text": "It helps me to understand what to expect.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 53,
      "finishTime": 54.2,
      "dialogue": {
        "text": "You're welcome, Tom.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 54.7
    },
    {
      "character": "Anna",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 55.2
    }
  ]
}