Back to Freecodecamp

Task 46

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: I looked at it, but it seemed a bit overwhelming. Do you have any tips on how to approach it? -->

--description--

Tom expresses his concerns.

--questions--

--text--

How does Tom feel about the official documentation, and what does he want to know?

--answers--

He is confident about it and wants to know more advanced tips.

--feedback--

Tom indicates feeling overwhelmed, not confident.


He finds it easy to understand and is looking for additional resources.

--feedback--

Tom mentions feeling overwhelmed, not that it's easy.


He feels it's too complex and asks for tips on how to approach it.


He is not interested in the documentation and prefers alternative methods.

--feedback--

Tom's inquiry about how to approach the documentation suggests interest, not disinterest.

--video-solution--

3

--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": 37.98,
      "finishTimestamp": 42.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "I looked at it but it seemed a bit overwhelming.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.78,
      "finishTime": 5.64,
      "dialogue": {
        "text": "Do you have any tips for how to approach it?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.14
    }
  ]
}