Back to Freecodecamp

Dialogue 3: Offering Assistance and Receiving Guidance

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625ddee54d1db9090a4800f.md

latest2.1 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.2-3.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": 5.26,
      "dialogue": {
        "text": "Hey Tom, I noticed that you were struggling with the version control system. Need a hand?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.58,
      "finishTime": 9.32,
      "dialogue": {
        "text": "Oh, thanks Maria. I'm having a hard time understanding how to merge branches.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 9.82,
      "finishTime": 11.18,
      "dialogue": {
        "text": "Have you ever had to deal with this?",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 11.7,
      "finishTime": 13.7,
      "dialogue": {
        "text": "All the time. Merging can be tricky.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 14.2,
      "finishTime": 17.2,
      "dialogue": {
        "text": "Let's sit down after the meeting and I'll walk you through it step by step.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 17.7
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 18.2
    }
  ]
}