Back to Freecodecamp

Task 35

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

latest2.2 KB
Original Source
<!-- (Audio) Sophie: Does that help? Delivery Man: Absolutely. Thanks for the description. -->

--description--

Absolutely means completely or 100%. You use it to show you agree very strongly or to say something is very true. For example, if someone asks Do you want some ice cream? and you really do, you can say, Absolutely!

--questions--

--text--

Did Sophie's description of Tom help the Delivery Man?

--answers--

Yes, he says it helped him


Not really. He asks for more details

--feedback--

He doesn't. He uses Absolutely to say he agrees she helped him a lot.


No, it didn't. He looks confused based on his answer

--feedback--

As he answers Absolutely, it seems he's ok with the description.


Yes, but he still needs to know more about Tom

--feedback--

He doesn't ask for more details. He simply agrees that the description helped him.

--video-solution--

1

--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": 24.18,
      "finishTimestamp": 27.7
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 1.56,
      "dialogue": {
        "text": "Does that help?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.08
    },
    {
      "character": "Delivery Man",
      "opacity": 1,
      "startTime": 2.08
    },
    {
      "character": "Delivery Man",
      "startTime": 2.6,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Absolutely. Thanks for the description.",
        "align": "center"
      }
    },
    {
      "character": "Delivery Man",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}