Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ee83570d1f591f495b125b.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: No problem. You should also remember to use comments in your code. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You should also BLANK use comments in your code.

--blanks--

remember to

--feedback--

These two words are used to talk about things we should not forget.

--explanation--

Remember to is followed by a base verb and is used when reminding someone to do something. For example:

  • Remember to save your work before closing the program. - This is a reminder to save the progress so the person doesn't lose any important data.

  • Remember to restart your computer after installing updates. - This is a reminder to restart the computer to apply updates properly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.54,
      "finishTimestamp": 28.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "No problem. You should also remember to use comments in your code.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}