Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f906d5019b63f27af438c.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Sure. I'm still trying to understand the code structure here. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom currently doing with the code?

--answers--

He has completed understanding the code structure and is ready to proceed.

--feedback--

Tom indicates that he is still in the process of understanding the code structure.


He is looking for errors and bugs in the code.

--feedback--

While checking for errors is part of code review, Tom specifically mentions that he is trying to understand the structure, not necessarily looking for bugs.


He is rewriting the entire code due to structural issues.

--feedback--

There is no mention of rewriting the code; Tom is focused on understanding its current structure.


He is in the process of trying to understand the code's structure.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.38,
      "finishTimestamp": 7.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "Sure. I'm still trying to understand the code structure here.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}