Back to Freecodecamp

Dialogue 4: Sophie Introduces Brian to Tom

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

latest3.3 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Brian",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1.3
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 40, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0.3
    },
    {
      "character": "Brian",
      "position": { "x": 75, "y": 0, "z": 1 },
      "startTime": 0.7
    },
    {
      "character": "Sophie",
      "startTime": 1.3,
      "finishTime": 4,
      "dialogue": {
        "text": "Oh, look who's here! Hey, Brian. How is everything?",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.5,
      "finishTime": 6.4,
      "dialogue": {
        "text": "Sophie! Great to see you here.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.6,
      "finishTime": 9.8,
      "dialogue": {
        "text": "You, too. Brian, let me introduce you to Tom.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 9.9,
      "finishTime": 12.8,
      "dialogue": {
        "text": "Tom, this is Brian. He's a web developer.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 13,
      "finishTime": 17,
      "dialogue": {
        "text": "Brian, this is Tom. He's our new graphic designer and he is from Texas.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 17.2,
      "finishTime": 19.4,
      "dialogue": {
        "text": "It's a pleasure to meet you, Tom.",
        "align": "right"
      }
    },

    {
      "character": "Brian",
      "startTime": 19.6,
      "finishTime": 23.6,
      "dialogue": {
        "text": "Sophie is a great workmate. She's very kind and helpful.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 23.9,
      "finishTime": 25.4,
      "dialogue": {
        "text": "Oh, come on, Brian.",
        "align": "left"
      }
    },

    {
      "character": "Brian",
      "startTime": 25.8,
      "finishTime": 26.8,
      "dialogue": {
        "text": "But it's true.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 27.1,
      "finishTime": 29.4,
      "dialogue": {
        "text": "She's the person to go to if you need help.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 29.9
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 30.2
    },
    {
      "character": "Brian",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 30.6
    }
  ]
}