Back to Freecodecamp

Task 35

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

latest2.0 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 expresses his current focus in learning.

--questions--

--text--

What is the main thing Tom is trying to do?

--answers--

He is trying to find someone to set up the environment for him.

--feedback--

Tom mentions he is trying to understand how to do it himself, not looking for someone else to do it.


He is trying to understand the basics of setting up the environment.


He is looking for advanced techniques in technology.

--feedback--

Tom specifically mentions focusing on the basics, not advanced techniques.


He is avoiding working with the tech stack.

--feedback--

Tom is actively trying to learn, not avoiding the work.

--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
    }
  ]
}