Back to Freecodecamp

Task 32

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: Ugh! I'm really trying to understand how to use this library, but I'm a bit lost. Mind if I ask you for some guidance? -->

--description--

Tom is expressing difficulty with a programming task.

--questions--

--text--

What does Tom want to know?

--answers--

If he can ask for some guidance on using the library


Whether he should give up on using the library

--feedback--

Tom's intent is to seek help, not to give up on using the library.


If the library is too difficult for others as well

--feedback--

Tom is asking for personal assistance, not about others' experiences with the library.


How to solve a different problem without help

--feedback--

He specifically asks for guidance on using a particular library, not about solving a different problem.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "Ugh. I'm really trying to understand how to use this library but I'm a bit lost.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.74,
      "finishTime": 7.22,
      "dialogue": {
        "text": "Mind if I ask you for some guidance?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.72
    }
  ]
}