Back to Freecodecamp

Task 90

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: Thanks for double checking anyway. We want the team party to be a success. -->

--description--

Listen to Maria and answer the question.

--questions--

--text--

Why is Maria thanking Bob?

--answers--

Because he noticed they would spend too much at the party

--feedback--

Actually, he was thinking about spending some more to have food for everyone.


Because Bob was thinking about everyone's comfort when he double checked the food


Because Bob's parties are always a success

--feedback--

We don't know about Bob's parties, but Maria wants this one to be a success.


Because he bought vegetarian food for her

--feedback--

We don't know for sure if Maria is a vegetarian based on this dialogue.

--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": 44.38,
      "finishTimestamp": 47.84
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Thanks for double checking anyway. We want the team party to be a success.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}