Back to Freecodecamp

Dialogue 3: Tom and Sophie Take a Lunch Break

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

latest3.5 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": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1.2
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Wow, I'm so hungry. Is it lunchtime?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5,
      "finishTime": 6.4,
      "dialogue": {
        "text": "Yes, it is.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.6,
      "finishTime": 8.5,
      "dialogue": {
        "text": "Are you eating here or are you going out?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 9.1,
      "finishTime": 10.8,
      "dialogue": {
        "text": "Today, I'm going out.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 11,
      "finishTime": 14,
      "dialogue": {
        "text": "I can show you some places around here. Are you interested?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 14,
      "finishTime": 17.2,
      "dialogue": {
        "text": "Of course. Any favorite lunch spot around here, Sophie?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 17.4,
      "finishTime": 20.5,
      "dialogue": {
        "text": "I know a nice one. It's a café right down the street.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 20.5,
      "finishTime": 21.3,
      "dialogue": {
        "text": "Is that okay for you?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 21.5,
      "finishTime": 22.7,
      "dialogue": {
        "text": "Sounds great.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 23.1,
      "finishTime": 25.2,
      "dialogue": {
        "text": "Yeah, it's nice to have a break from the office.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 25.4,
      "finishTime": 28.7,
      "dialogue": {
        "text": "It is. Is the café within walking distance?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 29.1,
      "finishTime": 30.4,
      "dialogue": {
        "text": "Well, it's not far.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 30.5,
      "finishTime": 32.1,
      "dialogue": {
        "text": "Come on, we can go together.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 32.6
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 33.1
    }
  ]
}