Back to Freecodecamp

Task 42

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

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

--description--

Sarah is offering assistance to Tom in his coding challenge.

--questions--

--text--

Which part of Sarah's speech implies that she is offering help?

--answers--

Asking if Tom has tried looking at the documentation

--feedback--

While this shows interest, it's more of an inquiry than an offer of help.


Mentioning the official documentation for the library

--feedback--

This is informative, but the offer of help is indicated elsewhere in her speech.


Discussing the use of libraries in programming

--feedback--

Discussing libraries is part of the conversation, but it's not where she offers help.


Suggesting to troubleshoot together

--video-solution--

4

--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": 31.9,
      "finishTimestamp": 37.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "We can troubleshoot together. By the way, have you ever tried",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.36,
      "finishTime": 6.46,
      "dialogue": {
        "text": "looking at the official documentation for this library?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}