Back to Freecodecamp

Task 32

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: I may need a second pair of eyes to help me out. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sophie need to help solve her coding issue?

--answers--

Another person to review her code


A new coding tool

--feedback--

Sophie's request is for assistance from someone else, not for a new tool.


More time to work alone

--feedback--

Sophie is seeking help from another person, not more time to work by herself.


Advice on a different project

--feedback--

Sophie's need is related to her current coding issue, not a different project.

--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": 5.22,
      "finishTimestamp": 7.6
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "I may need a second pair of eyes to help me out.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}