Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/664292f34cfe2c744598162c.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: And for the vegetarian options, you mentioned 5 large trays of salad, but I think 3 large trays is enough. -->

--description--

Listen to Maria and answer the question.

--questions--

--text--

What can we conclude in terms of the amount of vegetarian food at the party?

--answers--

Maria believes that there should be 5 trays of salad for the party

--feedback--

She actually says that 3 would be enough.


She thinks 3 trays of salad are as much as the vegetarians in the team need


She will order 5 trays of salad along with the 3 they had decided to order

--feedback--

That would be an exaggeration, since she thinks 3 trays are enough.


She wants to order 3 trays of chicken wings because she thinks they are enough

--feedback--

Chicken wings were discussed previously. The discussion, now, is about the salad.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 26.62,
      "finishTimestamp": 32.88
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 7.26,
      "dialogue": {
        "text": "And for the vegetarian options, you mentioned 5 large trays of salad, but I think 3 large trays is enough.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.76
    }
  ]
}