Back to Freecodecamp

Dialogue 2: Website Redesign Feedback

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682f53b846cb3b122ad85e34.md

latest4.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": "Linda",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Linda",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "Hey, Tom. I've compiled the user feedback on our latest website redesign. It was quite insightful.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.2,
      "finishTime": 8.18,
      "dialogue": {
        "text": "Awesome. What were some of the major points?",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 8.64,
      "finishTime": 13.68,
      "dialogue": {
        "text": "Well, the new navigation menu was really appreciated. It was mentioned that it's much easier to use.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 14.06,
      "finishTime": 17.94,
      "dialogue": {
        "text": "Several users noted how the simplified layout helped them find information faster.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 18.44,
      "finishTime": 21.44,
      "dialogue": {
        "text": "That's good to hear. Was there anything that didn't go over well?",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 22.28,
      "finishTime": 27.68,
      "dialogue": {
        "text": "Yes, the color scheme was brought up a few times. It seems it was found to be a bit overwhelming by some users.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 27.9,
      "finishTime": 29.86,
      "dialogue": {
        "text": "They suggested it could be toned down a bit.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 29.86,
      "finishTime": 35.58,
      "dialogue": {
        "text": "Interesting. We could look at softer colors then. Were the changes in the contact page noticed?",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 36.02,
      "finishTime": 42.56,
      "dialogue": {
        "text": "They were. The new form was described as very user friendly, and the additional contact options were highlighted as a great improvement.",
        "align": "left"
      }
    },
    {
      "character": "Linda",
      "startTime": 42.96,
      "finishTime": 45.08,
      "dialogue": {
        "text": "The faster response times were also acknowledged.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 45.76,
      "finishTime": 49.2,
      "dialogue": {
        "text": "That's excellent. How about the images and graphics we updated?",
        "align": "right"
      }
    },
    {
      "character": "Linda",
      "startTime": 49.66,
      "finishTime": 57.46,
      "dialogue": {
        "text": "The new images were well received, but the size of some images was mentioned as being too large, which apparently slowed down the page loading for some users.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 57.78,
      "finishTime": 63.86,
      "dialogue": {
        "text": "Okay, we need to optimize those images then. Let's prepare a list of modifications based on this feedback.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 64.16,
      "finishTime": 68.26,
      "dialogue": {
        "text": "We should prioritize the color scheme and image sizes for the next update.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 68.76
    },
    {
      "character": "Linda",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 69.26
    }
  ]
}