Back to Freecodecamp

Task 34

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

latest2.3 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--

The basics refer to fundamental or elementary aspects of a subject. For example, learning the basics of cooking means understanding simple recipes and techniques.

A tech stack is a combination of technologies a company uses to build an application. For instance, a tech stack might include a database, server, and front-end framework.

--fillInTheBlank--

--sentence--

BLANK, I'm trying to understand the BLANK, like how to set up the BLANK. Have you ever worked with this tech BLANK before?

--blanks--

Well

--feedback--

This word is used to introduce a thought or response.


basics

--feedback--

This word refers to fundamental aspects or elementary principles of a subject.


environment

--feedback--

In programming, this word refers to the setup where software and applications run.


stack

--feedback--

This word is part of the term which refers to a combination of technologies used in development.

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