Back to Freecodecamp

Task 77

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

latest2.0 KB
Original Source
<!-- (Audio) Bob: Hey Maria, I wanted to check with you about the food we're going to get for the team meeting. I think there was a mix-up. -->

--description--

When you want to check something with someone, you want to ask someone to make sure something is correct or to get their opinion. For example, if you are unsure about the meeting time, you might say, I want to check the time with you. It means you want to confirm or discuss it with them.

--questions--

--text--

Why is Bob checking about the food with Maria?

--answers--

Because Maria cooked everything

--feedback--

There is nothing in the dialogue implying she was the cook.


Because he thinks there was some confusion


Because Maria ordered the food to the wrong address

--feedback--

There is no mentioning to the fact the food was already ordered.


Because they only ordered sandwiches

--feedback--

You can't know what they ordered based on Bob's comment.

--video-solution--

2

--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": 0,
      "finishTimestamp": 6.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "Hey Maria, I wanted to check with you about the food we're going to get for the team meeting.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.6,
      "finishTime": 7.18,
      "dialogue": {
        "text": "I think there was a mix-up.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.68
    }
  ]
}