Back to Freecodecamp

Task 35

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: Absolutely. It's a good practice and it helps avoid mistakes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. It's a BLANK and it helps avoid mistakes.

--blanks--

good practice

--feedback--

This two-word phrase means something that is useful and recommended for better results.

--explanation--

Good practice refers to something that is a useful and recommended way of doing things. For example:

  • Using comments in your code is good practice. - Adding comments helps others understand your code.

  • It's good practice to save your work often. - Saving regularly can stop you from losing work.

--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": 58.22,
      "finishTimestamp": 61.12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Absolutely. It's a good practice and it helps avoid mistakes.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}