Back to Freecodecamp

Task 23

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: He's part of the design team, but he's not at his desk right now. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

Is it possible for the Delivery Man to deliver the package for Tom now?

--answers--

Yes, it is. He does it immediately

--feedback--

Not really. Sophie says he's not there at the moment.


No, because Tom is very busy working at his desk

--feedback--

According to Sophie, Tom is not at his desk.


No, because Tom is not there at the moment


No, because the package is actually for Sophie

--feedback--

If that were true, he would be looking for Sophie, not Tom.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.16,
      "finishTimestamp": 7.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "He's part of the design team, but he's not at his desk right now.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}