Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f530793181a05f4e44a36a.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: Well, I believe it may be related to data processing. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is the cause of the issue Tom is talking about?

--answers--

It's related to data processing.


He thinks it's a network connectivity issue.

--feedback--

Network connectivity issues are about connections between computers or systems. Tom is talking about data processing, not connectivity.


The problem is with the user interface.

--feedback--

User interface (UI) is how people interact with software. Tom's issue is about data processing, not UI.


It's an issue with the code's security features.

--feedback--

Security features protect software from attacks. Tom suggests the problem is with data processing, not security.

--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": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.64,
      "finishTimestamp": 15.9
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "Well, I believe it may be related to data processing.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}