Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/660011289b5237359f69c76b.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: Got it. Is there anything else I should keep in mind? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom asking for in his statement?

--answers--

Tom is saying he knows everything now.

--feedback--

Tom understands what was said before, but he's asking if there is more he needs to learn.


Tom wants to hear all the information again.

--feedback--

He's not asking to hear everything again. He's asking if there's more information he should know.


Tom needs examples of the function descriptions.

--feedback--

Tom isn't asking for examples. He wants to know if there are other important things to learn.


Tom is asking if there's more advice or tips he should know about.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.62,
      "finishTimestamp": 19.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Got it. Is there anything else I should keep in mind?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}