Back to Freecodecamp

Dialogue 3: Comparing Two Versions of Software

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6821ee36e2f3b566c32cb11a.md

latest5.3 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": "Jessica",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Jessica",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.14,
      "dialogue": {
        "text": "Good morning, James. Today we need to compare two versions of our software.",
        "align": "left"
      }
    },
    {
      "character": "Jessica",
      "startTime": 5.64,
      "finishTime": 10.06,
      "dialogue": {
        "text": "Let's start with how they look. The new one seems easier to use and cleaner than the old one.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 10.34,
      "finishTime": 17.9,
      "dialogue": {
        "text": "Yes, Jessica. I agree. The new version not only looks better, but also works better. It's faster and responds quicker when we do things on it.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 18.6,
      "finishTime": 23.36,
      "dialogue": {
        "text": "That's good to hear. What about how stable they are? Does the new version work without stopping or crashing?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 23.82,
      "finishTime": 29.28,
      "dialogue": {
        "text": "The new version is much more stable. We've seen fewer problems and it doesn't stop working as much.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 29.28,
      "finishTime": 32.58,
      "dialogue": {
        "text": "It can handle more data now, which is much better.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 33.58,
      "finishTime": 39.2,
      "dialogue": {
        "text": "Great. How about adjusting to different screen sizes? The old version was quite good at this, but the new one is even better, right?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 39.54,
      "finishTime": 48.02,
      "dialogue": {
        "text": "Yes, it changes size really well. It works great on different devices. Everything adjusts by itself and looks good, which makes it nicer to use.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 48.52,
      "finishTime": 50.94,
      "dialogue": {
        "text": "That's good. And installing it, is it faster now?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 51.42,
      "finishTime": 59.42,
      "dialogue": {
        "text": "Yes, it now installs much quicker. It's easier for users to start using it immediately after they download it. The setup is simple, which helps a lot.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 60.68,
      "finishTime": 64.28,
      "dialogue": {
        "text": "That's a good improvement. Have people reported fewer problems with this new version?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 64.68,
      "finishTime": 72.64,
      "dialogue": {
        "text": "Yes, there are fewer big problems now. Most issues are small and not so serious. It looks like we fixed many of the big problems from before.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 73.18,
      "finishTime": 77.34,
      "dialogue": {
        "text": "That sounds good. Lastly, can the new version handle more users than the old one?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 77.66,
      "finishTime": 87.08,
      "dialogue": {
        "text": "Definitely. The new version can support more users and handle more actions at once. We've made sure it can grow as more users join without slowing down.",
        "align": "right"
      }
    },
    {
      "character": "Jessica",
      "startTime": 87.76,
      "finishTime": 94.52,
      "dialogue": {
        "text": "Fantastic, James. I'll put all this information into a report and talk about it with the team tomorrow. This feedback should help us know what to do next.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 94.94,
      "finishTime": 98.46,
      "dialogue": {
        "text": "I'm glad to help. Let me know if you need any more information for the report.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 98.96
    },
    {
      "character": "Jessica",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 99.46
    }
  ]
}