Back to Freecodecamp

Dialogue 5: Knowing the Area Around the Company

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dcafa1e1a4a62dc03cb76.md

latest5.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": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Maria",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Maria",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1.0,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Hi, Maria. I'm still getting to know the area.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.4,
      "finishTime": 4.9,
      "dialogue": {
        "text": "Is there an ATM nearby?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.7,
      "finishTime": 8.2,
      "dialogue": {
        "text": "Yes, there's a bank just a few blocks away.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.4,
      "finishTime": 9.7,
      "dialogue": {
        "text": "That's good to know.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 9.9,
      "finishTime": 11.5,
      "dialogue": {
        "text": "Are there any parks around here?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 11.7,
      "finishTime": 14.2,
      "dialogue": {
        "text": "Yes, there are a couple of parks near here.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 14.4,
      "finishTime": 15.7,
      "dialogue": {
        "text": "They're great for a break.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 15.9,
      "finishTime": 17.1,
      "dialogue": {
        "text": "How about restaurants?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 17.3,
      "finishTime": 19.3,
      "dialogue": {
        "text": "Are there any good restaurants in this neighborhood?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 19.5,
      "finishTime": 22.5,
      "dialogue": {
        "text": "Yes, there are many restaurants within walking distance.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 22.7,
      "finishTime": 26.7,
      "dialogue": {
        "text": "Fantastic. Is there anything else interesting to check out?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 26.9,
      "finishTime": 28.7,
      "dialogue": {
        "text": "Absolutely. There's a gym.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 28.9,
      "finishTime": 31.7,
      "dialogue": {
        "text": "There are also great coffee shops not too far away.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 31.9,
      "finishTime": 34.4,
      "dialogue": {
        "text": "How about bookstores or theaters?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 34.9,
      "finishTime": 38.4,
      "dialogue": {
        "text": "Hmm... There isn't any theater around here that I know of.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 38.9,
      "finishTime": 40.9,
      "dialogue": {
        "text": "The bookstores I remember are all downtown.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 41.1,
      "finishTime": 43.1,
      "dialogue": {
        "text": "But there's a bus that stops two blocks away.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 43.3,
      "finishTime": 45.3,
      "dialogue": {
        "text": "Oh, how about a shopping mall?",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 45.5,
      "finishTime": 47.5,
      "dialogue": {
        "text": "Malls are everywhere.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 47.7,
      "finishTime": 49.7,
      "dialogue": {
        "text": "I'm sure you can find them just by walking around a bit.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 49.9,
      "finishTime": 51.4,
      "dialogue": {
        "text": "Thanks for your help, Maria.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 51.9,
      "finishTime": 52.7,
      "dialogue": {
        "text": "You're welcome, Tom.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 52.8
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 53.3
    }
  ]
}