Back to Freecodecamp

Task 39

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

latest2.9 KB
Original Source
<!-- (Audio) Sarah: Let's walk through the steps together. First, download the installer from the official website. It'll guide you through the setup process. If you have any issues during the installation, don't hesitate to reach out. -->

--description--

An installer is a program used for installing software. For instance, Download the installer to get the app on your computer.

Setup as a noun refers to the arrangement or preparation of something. For example, Check the setup instructions for your new phone. Set up as a verb means to arrange or prepare, like Please set up the chairs for the meeting.

Installation refers to the process of installing something, especially software or equipment. For example, Follow the steps for the software installation.

--fillInTheBlank--

--sentence--

Let's walk BLANK the steps together. First, download the BLANK from the official website. It'll guide you through the BLANK process. If you have any issues during the BLANK, don't hesitate to reach out.

--blanks--

through

--feedback--

This word is used to describe progression within a process or steps.


installer

--feedback--

This word refers to a program that installs software.


setup

--feedback--

In this context, it's used as a noun to refer to the arrangement or preparation process.


installation

--feedback--

This word refers to the process of installing, particularly software.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.18,
      "finishTimestamp": 31.7
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.6,
      "dialogue": {
        "text": "Let's walk through the steps together.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.42,
      "finishTime": 6.1,
      "dialogue": {
        "text": "First, download the installer from the official website.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.1,
      "finishTime": 8.46,
      "dialogue": {
        "text": "It'll guide you through the setup process.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 8.88,
      "finishTime": 12.52,
      "dialogue": {
        "text": "If you have any issues during the installation, don't hesitate to reach out.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 13.02
    }
  ]
}