Back to Freecodecamp

Dialogue 2: Project Post-Mortem

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/670f6ca334a541048d0e9a76.md

latest4.7 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
"setup": {
  "background": "company2-center.png",
  "characters": [
    {
      "character": "Linda",
      "position": { "x": -25, "y": 0, "z": 1 }
    },
    {
      "character": "Jake",
      "position": { "x": 125, "y": 0, "z": 1 }
    }
  ],
  "audio": {
    "filename": "B1_2-2.mp3",
    "startTime": 1
  },
  "alwaysShowDialogue": true
},
"commands": [
  {
    "character": "Linda",
    "position": { "x": 25, "y": 0, "z": 1 },
    "startTime": 0
  },
  {
    "character": "Jake",
    "position": { "x": 70, "y": 0, "z": 1 },
    "startTime": 0.5
  },
  {
    "character": "Linda",
    "startTime": 1,
    "finishTime": 4.88,
    "dialogue": {
      "text": "I was thinking we could do a quick post-mortem of the design project.",
      "align": "left"
    }
  },
  {
    "character": "Jake",
    "startTime": 5.42,
    "finishTime": 10.42,
    "dialogue": {
      "text": "Sure. I was reviewing our security protocols for the project just yesterday. What's on your mind?",
      "align": "right"
    }
  },
  {
    "character": "Linda",
    "startTime": 11.08,
    "finishTime": 14.44,
    "dialogue": {
      "text": "Well, during the project, I was working closely with the development team,",
      "align": "left"
    }
  },
  {
    "character": "Linda",
    "startTime": 14.58,
    "finishTime": 17.94,
    "dialogue": {
      "text": "and we were constantly updating the user interface based on user feedback.",
      "align": "left"
    }
  },
  {
    "character": "Jake",
    "startTime": 18.58,
    "finishTime": 20.78,
    "dialogue": {
      "text": "I noticed that. But there was a time",
      "align": "right"
    }
  },
  {
    "character": "Jake",
    "startTime": 20.78,
    "finishTime": 24.26,
    "dialogue": {
      "text": "when we weren't considering security implications during those updates, right?",
      "align": "right"
    }
  },
  {
    "character": "Linda",
    "startTime": 24.66,
    "finishTime": 29.14,
    "dialogue": {
      "text": "Yes, that's true. We used to focus solely on design aspects and user experience.",
      "align": "left"
    }
  },
  {
    "character": "Linda",
    "startTime": 29.14,
    "finishTime": 32.18,
    "dialogue": {
      "text": "Did you use to check the updates for security vulnerabilities?",
      "align": "left"
    }
  },
  {
    "character": "Jake",
    "startTime": 32.9,
    "finishTime": 35.5,
    "dialogue": {
      "text": "I did, but not always in real time.",
      "align": "right"
    }
  },
  {
    "character": "Jake",
    "startTime": 35.78,
    "finishTime": 39.12,
    "dialogue": {
      "text": "Sometimes I was checking them a day later, which wasn't ideal.",
      "align": "right"
    }
  },
  {
    "character": "Linda",
    "startTime": 39.68,
    "finishTime": 42.66,
    "dialogue": {
      "text": "I remember there was a week when we were all working overtime.",
      "align": "left"
    }
  },
  {
    "character": "Linda",
    "startTime": 43,
    "finishTime": 45.1,
    "dialogue": {
      "text": "You were fixing a security issue, weren't you?",
      "align": "left"
    }
  },
  {
    "character": "Jake",
    "startTime": 45.88,
    "finishTime": 49.48,
    "dialogue": {
      "text": "Exactly. There was a major vulnerability that needed immediate action.",
      "align": "right"
    }
  },
  {
    "character": "Jake",
    "startTime": 49.68,
    "finishTime": 53.2,
    "dialogue": {
      "text": "While I was addressing that, the team was waiting for my green light to proceed.",
      "align": "right"
    }
  },
  {
    "character": "Linda",
    "startTime": 53.72,
    "finishTime": 55.56,
    "dialogue": {
      "text": "It was quite a learning curve for us.",
      "align": "left"
    }
  },
  {
    "character": "Linda",
    "startTime": 55.74,
    "finishTime": 58.92,
    "dialogue": {
      "text": "We didn't use to integrate security and design as much as we should.",
      "align": "left"
    }
  },
  {
    "character": "Jake",
    "startTime": 59.7,
    "finishTime": 65.94,
    "dialogue": {
      "text": "Agreed. Moving forward, we should ensure that security checks are happening while the design updates are being made.",
      "align": "right"
    }
  },
  {
    "character": "Jake",
    "startTime": 66.06,
    "finishTime": 68.64,
    "dialogue": {
      "text": "We can't afford to overlook this aspect again.",
      "align": "right"
    }
  },
  {
    "character": "Jake",
    "position": { "x": 125, "y": 0, "z": 1 },
    "startTime": 69.14
  },
  {
    "character": "Linda",
    "position": { "x": -25, "y": 0, "z": 1 },
    "startTime": 69.64
  }
]
}