Back to Freecodecamp

Dialogue 2: Tom's Onboarding with Maria

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/662229a912046b51dd81b35a.md

latest4.5 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "Welcome to the team. We're thrilled to have you on board.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.16,
      "finishTime": 7.44,
      "dialogue": {
        "text": "If you have any questions during your onboarding, don't hesitate to ask.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.9,
      "finishTime": 9.58,
      "dialogue": {
        "text": "Thanks, Maria. I appreciate that.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 9.72,
      "finishTime": 11.14,
      "dialogue": {
        "text": "I'm eager to get started.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 12.08,
      "finishTime": 14.54,
      "dialogue": {
        "text": "Great to hear that. Now, first things first.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 15.02,
      "finishTime": 18.48,
      "dialogue": {
        "text": "Install the development environment correctly, and you'll be all set to start coding.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 19.04,
      "finishTime": 22.54,
      "dialogue": {
        "text": "How can I do this? If I follow the installation guide step by step,",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 22.76,
      "finishTime": 24.2,
      "dialogue": {
        "text": "everything should work smoothly, right?",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 24.2,
      "finishTime": 27.06,
      "dialogue": {
        "text": "Exactly. It's crucial for a seamless setup.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 27.68,
      "finishTime": 31.82,
      "dialogue": {
        "text": "In case you see any unfamiliar terms or concepts, always check the documentation.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 32.34,
      "finishTime": 34.3,
      "dialogue": {
        "text": "The documentation is a valuable resource.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 34.9,
      "finishTime": 36.76,
      "dialogue": {
        "text": "Thanks, Maria. I'll keep that in mind.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 37.16,
      "finishTime": 39.5,
      "dialogue": {
        "text": "One last thing. We're a collaborative team,",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 39.66,
      "finishTime": 41.82,
      "dialogue": {
        "text": "and supporting each other is key to our success.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 42.14,
      "finishTime": 44.78,
      "dialogue": {
        "text": "So don't hesitate to ask for help from the team if you need it.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 44.92,
      "finishTime": 45.52,
      "dialogue": {
        "text": "Welcome again.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 46,
      "finishTime": 48.9,
      "dialogue": {
        "text": "Thank you. I'm looking forward to contributing to the team.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 49.4
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 49.9
    }
  ]
}