Back to Freecodecamp

Task 36

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

latest2.1 KB
Original Source
<!-- (Audio) Tom: Well, I'm trying to understand the basics, like how to set up the environment. Have you ever worked with this tech stack before? -->

--description--

Tom's question to Sarah reveals his interest in their experience with a specific set of technologies.

--questions--

--text--

What does Tom want to know from Sarah?

--answers--

If his colleague can teach him everything about the tech stack

--feedback--

Tom's question is about past experience, not requesting comprehensive teaching.


If Sarah has experience with this particular tech stack


If Sarah thinks the tech stack is difficult to use

--feedback--

Tom asks about experience, not opinions on the difficulty of the tech stack.


If Sarah prefers using a different tech stack

--feedback--

The question is about the colleague's experience with this tech stack, not their preferences.

--video-solution--

2

--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": 9.8,
      "finishTimestamp": 15.54
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "Well, I'm trying to understand the basics,",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.96,
      "finishTime": 4.36,
      "dialogue": {
        "text": "like how to set up the environment.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.66,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Have you ever worked with this tech stack before?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.24
    }
  ]
}