Back to Freecodecamp

Dialogue 3: A System Failure

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68378148e793724538853f02.md

latest3.4 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": "Lisa",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Mark",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Lisa",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Mark",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "Hey Mark, I've been reviewing the logs from last week's database crash.",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 4.78,
      "finishTime": 9.32,
      "dialogue": {
        "text": "It seems like if we had monitored the system load more closely, we could have prevented the overload.",
        "align": "left"
      }
    },
    {
      "character": "Mark",
      "startTime": 9.8,
      "finishTime": 15.7,
      "dialogue": {
        "text": "That's true. The logs showed that the database was receiving an unusually high number of queries before it crashed.",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "startTime": 16.12,
      "finishTime": 20.64,
      "dialogue": {
        "text": "Had we spread those queries more evenly, perhaps the system wouldn't have failed.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 21.48,
      "finishTime": 26.1,
      "dialogue": {
        "text": "Exactly. Also, I noticed we hadn't updated our database management software in a while.",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 26.22,
      "finishTime": 31.16,
      "dialogue": {
        "text": "If the latest patches had been applied, they might have addressed some of the vulnerabilities that were exploited.",
        "align": "left"
      }
    },
    {
      "character": "Mark",
      "startTime": 31.5,
      "finishTime": 37.04,
      "dialogue": {
        "text": "I was thinking the same thing. If only we had prioritized the update, we might not have faced this issue.",
        "align": "right"
      }
    },
    {
      "character": "Mark",
      "startTime": 37.26,
      "finishTime": 40.18,
      "dialogue": {
        "text": "It's frustrating that we realized its importance too late.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 40.5,
      "finishTime": 45.78,
      "dialogue": {
        "text": "It's a tough lesson, but a valuable one. Going forward, how can we ensure this doesn't happen again?",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 45.9,
      "finishTime": 47.86,
      "dialogue": {
        "text": "We need a more proactive maintenance strategy.",
        "align": "left"
      }
    },
    {
      "character": "Mark",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 48.36
    },
    {
      "character": "Lisa",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 48.86
    }
  ]
}