Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c629b890ad58208c028aa4.md

latest1.7 KB
Original Source
<!-- Audio Reference: Sarah: Do you want a walkthrough on setting them up? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do you want a BLANK on setting them up?

--blanks--

walkthrough

--feedback--

A step-by-step explanation or guide that helps someone understand how to do something.

--explanation--

Walkthrough is made up of two parts:

  • Walk refers to moving step by step, usually on foot.

  • Through means moving from one side to another or from start to finish.

When these words are combined into walkthrough, it means a step-by-step explanation or guide to help someone understand how to do something. For example:

  • The software includes a walkthrough to help new users get started. - There is a guide that explains each step to using the software.

  • Let me give you a walkthrough of the process. - You will explain each step of the process in detail.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 55.5,
      "finishTimestamp": 57.2
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "Do you want a walkthrough on setting them up?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.2
    }
  ]
}