Back to Freecodecamp

Task 31

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Brian, I've encountered an issue in the code, and I can't quite pinpoint what's causing it. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What problem is Sophie experiencing with her code?

--answers--

She has found a bug but can't identify its cause.


She needs help writing new code.

--feedback--

Sophie's current issue is not about writing new code but about identifying the cause of a bug.


She's finished her coding task.

--feedback--

Sophie is actually facing an issue in her code, not completing a task.


She doesn't understand Brian's instructions.

--feedback--

The problem is with the code she's working on, not with understanding instructions from Brian.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.92,
      "dialogue": {
        "text": "Brian, I've encountered an issue in the code, and I can't quite pinpoint what's causing it.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.42
    }
  ]
}