Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e8687c037bd7373bac6bb8.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Thanks. I'll make sure to follow your instructions. -->

--description--

Make sure means to verify or confirm that something is done correctly or that a condition is met. It involves taking the necessary steps to ensure accuracy or completion. For example, Please make sure you turn off the lights before you leave.

Follow instructions means to adhere to the directions or guidelines provided for completing a task. It involves doing each step in the specified order and manner. An example is follow the instructions on the box to assemble the table.

--fillInTheBlank--

--sentence--

Thanks. I'll BLANK sure to BLANK your BLANK.

--blanks--

make

--feedback--

It is used to express Sophie's intention to ensure something is done.


follow

--feedback--

It means Sophie plans to adhere to or go along with the instructions given.


instructions

--feedback--

It refers to the directions or guidance that Brian has provided.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 35.72,
      "finishTimestamp": 37.78
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Thanks, I'll make sure to follow your instructions.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}