Back to Freecodecamp

Task 22

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Where does it seem to be happening? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sarah asking Tom?

--answers--

She's asking if Tom solved the problem.

--feedback--

No, Sarah is asking about where the problem is happening, not if it's solved.


She's asking where Tom thinks the problem might be in the code.


She's wondering why Tom is having trouble with the code.

--feedback--

Sarah's question is about the location of the problem, not the reason for Tom's trouble.


She's checking if Tom needs help with another part of the project.

--feedback--

Sarah is specifically asking about the location of the issue in the code, not about other parts of the project.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.9,
      "finishTimestamp": 12.06
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.16,
      "dialogue": {
        "text": "Where does it seem to be happening?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 2.66
    }
  ]
}