Back to Freecodecamp

Task 19

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

latest1.6 KB
Original Source
<!-- (Audio) Delivery Man: Hi there. I have a package for Tom. Do you know him? -->

--description--

A package is a box or a bag that contains items. People use packages to send or receive things in the mail or to store items together. When you buy something at an online store, for instance, you normally receive that package back at home some time later.

--questions--

--text--

Why is the delivery man asking for Tom?

--answers--

Because Tom needs to deliver something for him

--feedback--

It's actually the other way around.


Because he wants to buy Tom some lunch

--feedback--

He's there to deliver something for Tom, not to buy him lunch.


Because he has a package for Tom


Because he wants to give Tom a ride

--feedback--

This is not mentioned in the dialogue.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Delivery Man",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.72
    }
  },
  "commands": [
    {
      "character": "Delivery Man",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Delivery Man",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Hi there. I have a package for Tom. Do you know him?",
        "align": "center"
      }
    },
    {
      "character": "Delivery Man",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}