Back to Freecodecamp

Task 81

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

latest2.1 KB
Original Source
<!-- (Audio) Maria: That's strange. I'm sure we decided on 10 pounds because it's a small gathering. Are you sure it's 20 pounds? -->

--description--

A gathering is when people come together for a purpose or event. For example, a family gathering is when family members meet to spend time together. It means a group of people meeting in one place.

Just as in the phrase I'm sure, asking Are you sure? means you are asking someone if they are really confident that something is true. For example, if your friend says the store is open and you want to be certain, you may ask, Are you sure? It means you want to know if they are confident and have no doubt about it.

--questions--

--text--

Why is Maria confirming the information with Bob?

--answers--

Because she doesn't eat chicken

--feedback--

The gathering will join all the team together. This is not about Maria's preferences.


Because it's a small event. She thinks 20 pounds of chicken wings would be too much for it


Because she thinks there won't be food for everybody

--feedback--

On the contrary, she thinks it's a small gathering, so it would be food in excess.


Because she thinks Bob is strange

--feedback--

Her comment is not about Bob, but about a misunderstanding.

--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": 14.76,
      "finishTimestamp": 20.1
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.34,
      "dialogue": {
        "text": "That's strange. I'm sure we decided on 10 pounds because it's a small gathering. Are you sure it's 20 pounds?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}