Back to Freecodecamp

Dialogue 2: Testing the New Chat Feature

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680556e0905de6460d3251ae.md

latest3.2 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": "James",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "James",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 9.06,
      "dialogue": {
        "text": "As we start on the new chat feature, we need to make sure it works well everywhere. It should run smoothly no matter where the user is.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 9.6,
      "finishTime": 15.24,
      "dialogue": {
        "text": "Right now, we're using our central servers. We should definitely test it in different places to make sure it works well globally.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 15.84,
      "finishTime": 20.84,
      "dialogue": {
        "text": "True. Do you think we might face any big problems with how fast it responds on different servers?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 21.3,
      "finishTime": 28.58,
      "dialogue": {
        "text": "It's possible. Our servers are good for our current load, but this new feature might make them slower. We could see some delays at the beginning.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 29,
      "finishTime": 36.28,
      "dialogue": {
        "text": "I see. Maybe we should start small and see how it goes. We can introduce it to a few users first and watch what happens.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 36.94,
      "finishTime": 41.38,
      "dialogue": {
        "text": "That sounds good. We can begin with a small group and increase the number as we fix any issues.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 41.72,
      "finishTime": 44.78,
      "dialogue": {
        "text": "This way, we can understand the limits better before we launch it fully.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 45.34,
      "finishTime": 50.82,
      "dialogue": {
        "text": "Great. I'll write up a plan with these steps. We can look at it together and decide if we need to change anything.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 51.32
    },
    {
      "character": "James",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 51.82
    }
  ]
}