Back to Freecodecamp

Dialogue 1: Reviewing an App Design

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/661750f15f41cc866197183d.md

latest2.5 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "I've received the new design and I think it looks great.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.88,
      "finishTime": 4.98,
      "dialogue": {
        "text": "What's your take on that?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.54,
      "finishTime": 9.8,
      "dialogue": {
        "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 10.56,
      "finishTime": 14.08,
      "dialogue": {
        "text": "Ah, I see what you mean. The color scheme doesn't match our brand's image.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 14.96,
      "finishTime": 17.26,
      "dialogue": {
        "text": "Also, I think the font choice needs improvement.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 18.1,
      "finishTime": 20.52,
      "dialogue": {
        "text": "Thanks for your feedback. I'll share this feedback with Tom",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 20.52,
      "finishTime": 23.34,
      "dialogue": {
        "text": "and give him some extra time to work on these colors and fonts.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 23.84
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 24.34
    }
  ]
}