Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/660681a717d84e89da14f6f4.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: I'm working with a new API, and I'm not sure how to analyze its documentation effectively. What's the right approach, in your opinion? -->

--description--

Another way of saying that you are not sure about something is to say that you are unsure about it. It means not being certain or having confidence about something.

--questions--

--text--

What is Sophie unsure about, and what does she want to know from Brian?

--answers--

About the purpose of the API

--feedback--

It isn't about the API's purpose.


About coding in general

--feedback--

Sophie's question is not about coding in general.


About analyzing effectively the API's documentation


About knowing how to install the API

--feedback--

Sophie's concern is not about installing the API.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.38,
      "dialogue": {
        "text": "I'm working with a new API and I'm not sure how to analyze its documentation effectively.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.84,
      "finishTime": 7.48,
      "dialogue": {
        "text": "What's the right approach in your opinion?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.98
    }
  ]
}