Back to Freecodecamp

Task 88

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: I just wanted to make sure everyone has enough choices. -->

--description--

Listen to Bob and answer the question.

--questions--

--text--

What was Bob's intention when he mentioned 5 trays of salad instead of 3?

--answers--

He wanted to have 2 trays only for himself

--feedback--

That's not exactly what he had in mind, according to what he says.


He wanted to offer more options of chicken wings to everyone

--feedback--

The topic at this moment was the trays of salad, not the chicken wings.


He didn't want to offer so much food to the team

--feedback--

On the contrary, he was thinking of having more trays than they decided on initially.


He wanted all the people at the party to have enough to eat

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 39.14,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I just wanted to make sure everyone has enough choices.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}