Back to Freecodecamp

Dialogue 5: End of the First Day

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656d23d22a488510bca0e418.md

latest3.4 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": "Jake",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1.3
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Jake",
      "position": { "x": 30, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.7
    },
    {
      "character": "Jake",
      "startTime": 1.7,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Hey. You're Sarah, right?",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.6,
      "finishTime": 5.4,
      "dialogue": {
        "text": "I'm Jake, from Security.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 5.5,
      "finishTime": 7.3,
      "dialogue": {
        "text": "I'm here to give you your access card.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.7,
      "finishTime": 10,
      "dialogue": {
        "text": "Thanks, Jake. Is it contactless?",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 10.2,
      "finishTime": 13.4,
      "dialogue": {
        "text": "No, it isn't. It's the good-old swipe at the door.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 13.5,
      "finishTime": 17,
      "dialogue": {
        "text": "When you hear the click, it's unlocked, and you can get in or out.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 17.9,
      "finishTime": 19.4,
      "dialogue": {
        "text": "Good to know. Thank you!",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 19.6,
      "finishTime": 22,
      "dialogue": {
        "text": "Well, it's five o'clock.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 22.1,
      "finishTime": 24.2,
      "dialogue": {
        "text": "I guess this is it for your first day.",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "startTime": 24.5,
      "finishTime": 25.5,
      "dialogue": {
        "text": "How was it?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 25.9,
      "finishTime": 27.5,
      "dialogue": {
        "text": "Good, really good.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 27.8,
      "finishTime": 28.8,
      "dialogue": {
        "text": "See you tomorrow, then?",
        "align": "right"
      }
    },
    {
      "character": "Jake",
      "startTime": 29.0,
      "finishTime": 31.0,
      "dialogue": {
        "text": "Sure. Have a great evening. See you!",
        "align": "left"
      }
    },
    {
      "character": "Jake",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 31.5
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 32
    }
  ]
}