Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625d757c9a1667d13c358db.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: By the way, have you ever tried looking at the official documentation for this library? -->

--description--

This task checks if you understand a simple question about using documentation.

--questions--

--text--

What does Sarah want to know from Tom?

--answers--

If Tom has ever read the guide for the library


If Tom has used this library in another project

--feedback--

This choice is not quite right. Sarah is asking about reading the library's guide, not using the library in a project.


If Tom knows where the library is

--feedback--

Sarah's question is about reading the official guide, not about finding the library.


If Tom likes the library

--feedback--

The question isn't about whether Tom likes the library; it's about whether he has read the guide.

--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": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.82,
      "finishTimestamp": 37.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "By the way, have you ever tried",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.44,
      "finishTime": 4.54,
      "dialogue": {
        "text": "looking at the official documentation for this library?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}