Back to Freecodecamp

Dialogue 2: Software Development Outcomes

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d573b75910633b5ae187fd.md

latest4.5 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "Hi, James. We're discussing some of the possible outcomes of our next software release.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.28,
      "finishTime": 10.1,
      "dialogue": {
        "text": "I have a few questions about what might happen if we run into issues. Can you help me understand the possibilities?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 10.6,
      "finishTime": 12.3,
      "dialogue": {
        "text": "Sure, Sophie. What do you want to know?",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 12.94,
      "finishTime": 17.82,
      "dialogue": {
        "text": "Well, I'm concerned about the deployment process. It could go smoothly, or we might face some bugs.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 18.08,
      "finishTime": 19.58,
      "dialogue": {
        "text": "What do you think is most likely?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 19.96,
      "finishTime": 25.6,
      "dialogue": {
        "text": "It's hard to say. We could have a smooth deployment, but there's always a chance that a few bugs might pop up.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 25.7,
      "finishTime": 27.7,
      "dialogue": {
        "text": "It depends on how well we've tested everything.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 28.16,
      "finishTime": 32.46,
      "dialogue": {
        "text": "That makes sense. If we find bugs during deployment, what would be the immediate response?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 33.2,
      "finishTime": 37.96,
      "dialogue": {
        "text": "If we find critical bugs, we'll probably have to roll back the deployment and fix them before trying again.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 38.26,
      "finishTime": 42.06,
      "dialogue": {
        "text": "It might delay the release, but it's better than having a broken product.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 42.9,
      "finishTime": 45.54,
      "dialogue": {
        "text": "I agree. Another thing I'm curious about is performance.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 46.04,
      "finishTime": 49.2,
      "dialogue": {
        "text": "Do you think our servers might struggle with high traffic after the release?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 49.52,
      "finishTime": 54.8,
      "dialogue": {
        "text": "It's possible. If we get a lot of users at once, the servers could get overwhelmed.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 55.08,
      "finishTime": 57.52,
      "dialogue": {
        "text": "We may need to scale up to handle the load.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 57.82,
      "finishTime": 60.98,
      "dialogue": {
        "text": "Thanks for the insight. It sounds like we need to prepare for different scenarios.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 61.48
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 61.98
    }
  ]
}