Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/662636481f9a3a4467dcaec3.md

latest1.4 KB
Original Source
<!-- (Audio) Tom: Got it, thanks! I'll give that a shot. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Tom's response indicate?

--answers--

He understands and will try Sarah's suggestion.


He doesn't understand what Sarah said.

--feedback--

Tom's Got it shows he understands.


He refuses to try Sarah's suggestion.

--feedback--

I'll give that a shot indicates his willingness to try.


He needs more information before trying.

--feedback--

Tom expresses readiness to try without asking for more information.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.22,
      "finishTimestamp": 24.58
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Got it. Thanks. I'll give that a shot.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}