Back to Freecodecamp

Dialogue 3: Maria and Mark Talk about Their Projects

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655c9a549835a8601764bd0b.md

latest3.0 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Mark",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.3-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Mark",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1.3,
      "finishTime": 3,
      "dialogue": {
        "text": "Hi, Mark. How's the project going?",
        "align": "left"
      }
    },
    {
      "character": "Mark",
      "startTime": 3.7,
      "finishTime": 6.8,
      "dialogue": {
        "text": "Hi, Maria. I'm testing a new software tool to find problems.",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "startTime": 7,
      "finishTime": 8.9,
      "dialogue": {
        "text": "It's a nice experience so far,",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "startTime": 8.9,
      "finishTime": 11.5,
      "dialogue": {
        "text": "but we're doing more tests to make sure everything works.",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "startTime": 11.6,
      "finishTime": 14.8,
      "dialogue": {
        "text": "We're also asking some people to tell us what they think.",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "startTime": 15,
      "finishTime": 17.5,
      "dialogue": {
        "text": "It's a bit busy, but I'm learning a lot.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 17.7,
      "finishTime": 18.5,
      "dialogue": {
        "text": "That's good to hear.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 18.8,
      "finishTime": 22,
      "dialogue": {
        "text": "I'm managing the team that's making a new part for the client's platform.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 22.4,
      "finishTime": 25.3,
      "dialogue": {
        "text": "We're trying to work on it and talk to the client to make sure they like it.",
        "align": "left"
      }
    },
    {
      "character": "Mark",
      "startTime": 25.8,
      "finishTime": 27.7,
      "dialogue": {
        "text": "Nice. Good luck there.",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 28.2
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 28.7
    }
  ]
}