Back to Freecodecamp

Dialogue 3: Sharing Accomplishments over Lunch

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66127192c932be37ed0217e7.md

latest3.6 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": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Hey, Sarah, it's been a while since we hung out like this.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.78,
      "finishTime": 8.66,
      "dialogue": {
        "text": "Hey, work has kept me busy this week. I worked on the new app interface,",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 8.94,
      "finishTime": 12.12,
      "dialogue": {
        "text": "designed some cool icons, and presented the layout to the team yesterday.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 12.68,
      "finishTime": 15.16,
      "dialogue": {
        "text": "That sounds awesome. I tested the app for bugs.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 15.5,
      "finishTime": 18.12,
      "dialogue": {
        "text": "We found a few, but the good news is we fixed them all.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 18.4,
      "finishTime": 19.86,
      "dialogue": {
        "text": "It seems pretty solid now.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 20.76,
      "finishTime": 24.58,
      "dialogue": {
        "text": "Nice work. I also attended a UX design workshop last month.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 24.76,
      "finishTime": 27.36,
      "dialogue": {
        "text": "I learned some great techniques for user research.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 27.36,
      "finishTime": 30.88,
      "dialogue": {
        "text": "I've applied them to our project and it helped improve the user experience.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 31.28,
      "finishTime": 35.04,
      "dialogue": {
        "text": "That's impressive. I met with the client yesterday and they loved our progress.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 35.26,
      "finishTime": 37.62,
      "dialogue": {
        "text": "They gave us the green light to move on to the next phase.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 38.28,
      "finishTime": 40.62,
      "dialogue": {
        "text": "Way to go. It looks like we're making great progress.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 41.12
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 41.62
    }
  ]
}