Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a4199cc2f1dce58320bbe.md

latest1.5 KB
Original Source
<!-- (Audio) James: Great, I'll write up a plan with these steps. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great, I'll write up a plan with these BLANK.

--blanks--

steps

--feedback--

This refers to individual actions or stages in a process to reach a goal. Use the plural form.

--explanation--

A step is one part of a series of actions taken to complete a task or process. It helps break down a goal into manageable parts. For example:

  • The first step is to gather all the requirements. – This means the process starts with collecting information.

  • She explained each step of the installation clearly. – This means she described each part of the process in detail.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.14,
      "finishTimestamp": 46.76
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Great. I'll write up a plan with these steps.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}