Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/660695c672854899d6862834.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Ugh, this class I'm working with is really complex. The documentation looks confusing. What should I do? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie's problem in this dialogue?

--answers--

She is happy with the class and finds the documentation easy

--feedback--

Sophie finds the class complex and the documentation confusing, not easy.


She finds the class complex and the documentation confusing


She wants to quit the class

--feedback--

Sophie expresses difficulty with the class but does not mention wanting to quit.


She is looking for a new class

--feedback--

Sophie talks about her current class being complex, not about searching for a new one.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.96
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Ugh, this class I'm working with is really complex.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.42,
      "finishTime": 6.96,
      "dialogue": {
        "text": "The documentation looks confusing. What should I do?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}