Back to Freecodecamp

Dialogue 4: A Training Session

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657df4ff04eed86814093f0f.md

latest2.9 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.2-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "James",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
        "character": "James",
        "startTime": 1.3,
        "finishTime": 5.3,
        "dialogue": {
        "text": "Good morning. I'm James. I'm here to help you with your training.",
        "align": "left"
        }
    },
    {
        "character": "James",
        "startTime": 5.5,
        "finishTime": 7.5,
        "dialogue": {
        "text": "Can you briefly introduce yourself?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 7.7,
        "finishTime": 12.7,
        "dialogue": {
        "text": "Hi. I'm Sophie, and I'm here to improve my project management skills.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 12.9,
        "finishTime": 14.9,
        "dialogue": {
        "text": "I want to learn more about project management.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 15.1,
        "finishTime": 16.3,
        "dialogue": {
        "text": "Nice to meet you, James.",
        "align": "right"
        }
    },
    {
        "character": "James",
        "startTime": 16.5,
        "finishTime": 18,
        "dialogue": {
        "text": "Thank you, Sophie.",
        "align": "left"
        }
    },
    {
        "character": "James",
        "startTime": 18.2,
        "finishTime": 20.2,
        "dialogue": {
        "text": "We have a lot to talk about today,",
        "align": "left"
        }
    },
    {
        "character": "James",
        "startTime": 20.3,
        "finishTime": 23.8,
        "dialogue": {
        "text": "and I'm sure we'll have great insights to share during our training session.",
        "align": "left"
        }
    },
    {
        "character": "James",
        "startTime": 24,
        "finishTime": 25.2,
        "dialogue": {
        "text": "Let's get started.",
        "align": "left"
        }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 25.2
    },
    {
      "character": "James",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 25.7
    }
  ]
}