Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/66175792ec93b19771c55c62.md

latest3.4 KB
Original Source
<!-- (Audio) The whole dialogue -->

--description--

Overall means considering everything or in general.

For example, Overall, the project was successful despite some minor issues. It is used to summarize a general opinion or situation taking all aspects into account.

--questions--

--text--

What is Sophie's overall opinion about the new design?

--answers--

She thinks the design is perfect and doesn't need any changes.

--feedback--

Sophie's comments suggest she sees areas for improvement, not that the design is perfect.


She doesn't know and needs more time to form an opinion.

--feedback--

Sophie expresses specific concerns, indicating she has formed an opinion rather than being undecided.


She dislikes everything about the new design.

--feedback--

Sophie's feedback is specific to certain elements (color scheme and font), not a dislike of the entire design.


She believes it needs improvements, particularly in the color scheme and font choice.

--video-solution--

4

--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
    }
  ]
}