Back to Freecodecamp

Task 36

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

latest1.6 KB
Original Source
<!-- (Audio) Delivery Man: I'll try to find him around here. -->

--description--

To find someone or something means to look for them and then see where they are. For example, if you lose your keys and end up seeing them on the table, you find your keys.

--questions--

--text--

What does the Delivery Man decide to do?

--answers--

He leaves the package with Sophie and leaves

--feedback--

No, he doesn't. He says he'll try to find Tom in the company.


He'll try to find Tom to deliver the package for him


He sits and waits for Tom

--feedback--

Not really. He says he's going to look for Tom.


He opens the package and sees what's in it

--feedback--

He doesn't make any comment suggesting that he'll do it.

--video-solution--

2

--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": 27.6,
      "finishTimestamp": 29.18
    }
  },
  "commands": [
    {
      "character": "Delivery Man",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Delivery Man",
      "startTime": 1,
      "finishTime": 2.58,
      "dialogue": {
        "text": "I'll try to find him around here.",
        "align": "center"
      }
    },
    {
      "character": "Delivery Man",
      "opacity": 0,
      "startTime": 3.08
    }
  ]
}