Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/66222c85f656035a4b1325f6.md

latest2.5 KB
Original Source
<!-- (Audio) Maria: Great to hear that. Now, first things first. Install the development environment correctly, and you'll be all set to start coding. -->

--description--

To be all set means to be fully prepared or ready to go. For example, Once you finish your training, you'll be all set to start working indicates that after training, you will be ready to begin work.

Things in first things first emphasizes the importance of doing the most important tasks before anything else.

To install means to set up software or equipment so it is ready to be used. For instance, You need to install the software on your computer.

Correctly means in the right way or without mistakes. For example, Make sure you follow the instructions correctly implies that you should follow instructions accurately.

--fillInTheBlank--

--sentence--

Great to hear that. Now, first BLANK first. BLANK the development environment BLANK, and you'll be all BLANK to start coding.

--blanks--

things

--feedback--

It is part of an expression focusing on the priority of tasks.


Install

--feedback--

It refers to setting up the development environment in this context.


correctly

--feedback--

It emphasizes the importance of proper installation.


set

--feedback--

It means being fully prepared or ready.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.88,
      "finishTimestamp": 17.48
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Great to hear that. Now, first things first.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.14,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Install the development environment correctly,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.96,
      "finishTime": 7.6,
      "dialogue": {
        "text": "and you'll be all set to start coding.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.1
    }
  ]
}