Back to Freecodecamp

Task 18

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Sarah, I'm dealing with a persistent bug in this section of the code. I can't figure it out, and I may need your expertise. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom telling Sarah?

--answers--

He can solve the bug by himself.

--feedback--

No, Tom says he has trouble with the bug and needs help.


He needs Sarah's help with a difficult bug in the code.


He wants Sarah to do all the work.

--feedback--

No, Tom only wants help with a bug, not for Sarah to do everything.


He thinks the bug is easy to solve.

--feedback--

No, Tom says the bug is persistent, which means it's hard to solve.

--video-solution--

2

--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": 0,
      "finishTimestamp": 6.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.3,
      "dialogue": {
        "text": "Hey, Sarah. I'm dealing with a persistent bug in this section of the code. I can't figure it out and I may need your expertise.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.8
    }
  ]
}