Back to Freecodecamp

Dialogue 2: An Online Meeting for Software Training

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/662637442baaf548015d56d9.md

latest4.0 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 26.18
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Hi Maria, I'm having trouble navigating through the new software. Any tips?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.54
    },
    {
      "background": "company1-boardroom.png",
      "character": "Maria",
      "opacity": 1,
      "startTime": 5.54
    },
    {
      "character": "Maria",
      "startTime": 5.86,
      "finishTime": 8.36,
      "dialogue": {
        "text": "Of course. Have you tried watching the tutorial videos?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.66
    },
    {
      "background": "cafe.png",
      "character": "David",
      "opacity": 1,
      "startTime": 8.66
    },
    {
      "character": "David",
      "startTime": 8.96,
      "finishTime": 11.1,
      "dialogue": {
        "text": "I did, but I'm still a bit confused.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 11.42
    },
    {
      "background": "company1-boardroom.png",
      "character": "Maria",
      "opacity": 1,
      "startTime": 11.42
    },
    {
      "character": "Maria",
      "startTime": 11.74,
      "finishTime": 14.06,
      "dialogue": {
        "text": "No worries. You might want to click on the Help menu.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 14.38,
      "finishTime": 16.02,
      "dialogue": {
        "text": "There are step-by-step guides there.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 16.26
    },
    {
      "background": "cafe.png",
      "character": "David",
      "opacity": 1,
      "startTime": 16.26
    },
    {
      "character": "David",
      "startTime": 16.5,
      "finishTime": 19.06,
      "dialogue": {
        "text": "Okay, I'll check that out. Anything else I should do?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 19.33
    },
    {
      "background": "company1-boardroom.png",
      "character": "Maria",
      "opacity": 1,
      "startTime": 19.33
    },
    {
      "character": "Maria",
      "startTime": 19.6,
      "finishTime": 22.58,
      "dialogue": {
        "text": "If you're still having issues, you can always reach out to our support team.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 22.9,
      "finishTime": 24.94,
      "dialogue": {
        "text": "They're great at helping with specific problems.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 25.26
    },
    {
      "background": "cafe.png",
      "character": "David",
      "opacity": 1,
      "startTime": 25.26
    },
    {
      "character": "David",
      "startTime": 25.58,
      "finishTime": 27.18,
      "dialogue": {
        "text": "Thanks. I'll give that a go.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 27.68
    }
  ]
}