Back to Freecodecamp

Task 25

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

latest1.8 KB
Original Source
<!-- (Audio) Delivery Man: I need to confirm it's him before I leave this package. -->

--description--

To confirm means to say or show that something is true or correct. For example, if you confirm a plan, you say that you agree to it and will do it. If you confirm that you are delivering a package to someone, you are making sure this person is the one you were supposed to deliver the package to.

--questions--

--text--

What does the Delivery Man have to do?

--answers--

He has to confirm that Sophie is telling the truth

--feedback--

He doesn't have to check that, only that the package is delivered to the right person.


He has to confirm he has a package to deliver

--feedback--

He knows he has a package, the problem is delivering it to the right person


He has to confirm this is the right address to deliver the package

--feedback--

He's in the building and he knows it is the correct address.


He has to confirm the package is delivered to Tom

--video-solution--

4

--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": 10.14,
      "finishTimestamp": 12.94
    }
  },
  "commands": [
    {
      "character": "Delivery Man",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Delivery Man",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "I need to confirm it's him before I leave this package.",
        "align": "center"
      }
    },
    {
      "character": "Delivery Man",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}