Back to Freecodecamp

Dialogue 3: A New Workstation

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685768d0782b2ecfc1997390.md

latest3.7 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": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_22-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sarah",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.14,
      "dialogue": {
        "text": "Good morning, James. I heard you're setting up your new workstation today. Need help finding anything?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 5.5,
      "finishTime": 10.3,
      "dialogue": {
        "text": "Hi, Sarah. Yes, that would be great. I'm trying to find an extra monitor. Do you know where they've moved them?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 10.88,
      "finishTime": 13.52,
      "dialogue": {
        "text": "Sure. They've placed them outside of the IT room now.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 13.68,
      "finishTime": 18.92,
      "dialogue": {
        "text": "If you head straight down this corridor and turn left at the break area, you'll see them stored right across from the coffee machine.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 19.36,
      "finishTime": 23.14,
      "dialogue": {
        "text": "Got it. And what about the new keyboards? I heard we received a shipment last week.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 23.74,
      "finishTime": 28.86,
      "dialogue": {
        "text": "Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 29.08,
      "finishTime": 31.72,
      "dialogue": {
        "text": "It's the second door on your left opposite the mailroom.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 32.16,
      "finishTime": 37.86,
      "dialogue": {
        "text": "Perfect. Thanks. Lastly, I need some Ethernet cables. Any idea where those ended up?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 38.42,
      "finishTime": 44.98,
      "dialogue": {
        "text": "Actually, yes. They're a bit out of the way. Go to the server room, but instead of going inside, turn right just before the door.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 45.18,
      "finishTime": 48.6,
      "dialogue": {
        "text": "There's a closet there where we're keeping all cables and related accessories.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 49.2,
      "finishTime": 52,
      "dialogue": {
        "text": "That's a bit of a trek. Thanks for helping me, Sarah.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 52.5
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 53
    }
  ]
}