Back to Freecodecamp

Task 24

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

latest2.1 KB
Original Source
<!-- (Audio) Sophie: Can I help you with something? Delivery Man: That's all right. -->

--description--

Listen to the dialogue to answer the question.

--questions--

--text--

What does Sophie ask the Delivery Man and how does he react to it?

--answers--

She asks if he can send the package to Tom's address, but he says he can't

--feedback--

Not really. She offers help and he accepts it.


She asks if she can receive the package on Tom's behalf and the Delivery Man gives her the package

--feedback--

She actually offers help, but that's not the way she helps him.


She asks if she can send another package and the Delivery Man says it's all right.

--feedback--

That's what he says, but that is not what she asks


She asks if she can help and the Delivery Man accepts her help

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Delivery Man",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.36,
      "finishTimestamp": 9.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 1.94,
      "dialogue": {
        "text": "Can I help you with something?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.32
    },
    {
      "character": "Delivery Man",
      "opacity": 1,
      "startTime": 2.32
    },
    {
      "character": "Delivery Man",
      "startTime": 2.7,
      "finishTime": 3.52,
      "dialogue": {
        "text": "That's all right.",
        "align": "center"
      }
    },
    {
      "character": "Delivery Man",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}