Back to Freecodecamp

Task 40

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: How can I do this? If I follow the installation guide step by step, everything should work smoothly, right? -->

--description--

Smoothly means without any problems, interruptions, or difficulties. Understanding these phrases is important in following procedures and expecting positive outcomes.

--fillInTheBlank--

--sentence--

How can I do this? If I BLANK the installation guide BLANK by step, everything should work BLANK, right?

--blanks--

follow

--feedback--

It means to go along with or adhere to instructions.


step

--feedback--

It means a stage of a process. It is part of a phrase emphasizing following each stage of the instructions in order.


smoothly

--feedback--

It indicates an expectation of no problems or interruptions in the process.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.04,
      "finishTimestamp": 23.2
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "How can I do this? If I follow the installation guide step by step,",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.72,
      "finishTime": 6.16,
      "dialogue": {
        "text": "everything should work smoothly, right?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}