Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662b8975b11107146a49ec58.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Hey, Tom, I'm having some trouble with my code. I can't figure out what's wrong. -->

--description--

Please answer the question below.

--questions--

--text--

What is Sarah experiencing with her code?

--answers--

Sarah is experiencing difficulties and cannot determine the cause of the problem.


Sarah has solved the problem with her code.

--feedback--

Sarah explicitly mentions she cannot figure out what's wrong, indicating the problem is not yet solved.


Sarah needs help installing her code.

--feedback--

The audio does not mention installation issues; it focuses on trouble with existing code and understanding what's wrong.


Sarah is confident about fixing the code herself.

--feedback--

Sarah's description of not being able to figure out the issue suggests she is not confident about resolving it on her own.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Hey, Tom. I'm having some trouble with my code. I can't figure out what's wrong.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}