Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6633261bb572f2953f5abd13.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: Got it. So that means I should read the function names and comments to know what these functions do. -->

--description--

Please answer the question below.

--questions--

--text--

What is Tom likely to do next?

--answers--

He will write new functions.

--feedback--

Tom's focus is on understanding existing functions, not creating new ones.


He will delete unnecessary comments.

--feedback--

Tom did not mention removing anything; he is interested in reading and understanding the comments to gain clarity.


He will ask Sarah for further explanations.

--feedback--

While possible, there's no indication in Tom's statement that he needs more help from Sarah at this moment.


He will review the function names and comments in the code.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.68,
      "finishTimestamp": 25.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.18,
      "dialogue": {
        "text": "Got it. So that means I should read the function names and comments to what these functions do.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}