Back to Freecodecamp

Task 28

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

latest1.4 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 complete the sentence.

--fillInTheBlank--

--sentence--

Brian, BLANK encountered an issue in the code, and I BLANK quite pinpoint what's causing it.

--blanks--

I've

--feedback--

It's a contraction for I have, indicating something Sophie has found or experienced.


can't

--feedback--

It's a contraction for cannot, showing Sophie's difficulty in identifying the problem.

--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
    }
  ]
}