Back to Freecodecamp

Dialogue 4: Brian Talks to Amy about Their Projects

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655ca0a6639d6b67683ebbcd.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": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Amy",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.3-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Amy",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Amy",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Hi, Brian. What's happening with your project?",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.9,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Hey, Amy. I'm not working on anything big at the moment.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.8,
      "finishTime": 9.5,
      "dialogue": {
        "text": "I'm taking a short break to learn more about front-end.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 9.9,
      "finishTime": 13.6,
      "dialogue": {
        "text": "It's good to stop a bit and refresh my skills. How about you?",
        "align": "left"
      }
    },
    {
      "character": "Amy",
      "startTime": 14.7,
      "finishTime": 16.1,
      "dialogue": {
        "text": "That sounds like a good idea, Brian.",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 16.3,
      "finishTime": 17.8,
      "dialogue": {
        "text": "I'm currently working on a series of blog posts about tech trends.",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 19,
      "finishTime": 20.6,
      "dialogue": {
        "text": "It's exciting.",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 20.7,
      "finishTime": 24.4,
      "dialogue": {
        "text": "I'm interviewing some experts and I'm getting information for the articles.",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 24.6,
      "finishTime": 26.6,
      "dialogue": {
        "text": "It's keeping me busy, but I enjoy it.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 26.8,
      "finishTime": 28,
      "dialogue": {
        "text": "That sounds interesting.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 28,
      "finishTime": 32.5,
      "dialogue": {
        "text": "Are you using any new tools or strategies to create engaging content?",
        "align": "left"
      }
    },
    {
      "character": "Amy",
      "startTime": 33.1,
      "finishTime": 33.9,
      "dialogue": {
        "text": "Yes, I am.",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 34.1,
      "finishTime": 37.7,
      "dialogue": {
        "text": "I'm experimenting with video interviews and interactive infographics",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 37.7,
      "finishTime": 40.3,
      "dialogue": {
        "text": "to make the content more engaging for our readers.",
        "align": "right"
      }
    },
    {
      "character": "Amy",
      "startTime": 40.5,
      "finishTime": 43.4,
      "dialogue": {
        "text": "It's a bit challenging, but I'm learning a lot in the process.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 43.6,
      "finishTime": 46.6,
      "dialogue": {
        "text": "That's great, Amy. Tell us when your blog posts are out.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 46.7,
      "finishTime": 48.3,
      "dialogue": {
        "text": "I'm looking forward to reading them.",
        "align": "left"
      }
    },
    {
      "character": "Amy",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 48.8
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 49.3
    }
  ]
}