Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679e26b564a39587d95685df.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: If the documentation isn't detailed enough, it can cause problems later. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If the documentation isn't BLANK enough, it can BLANK problems later.

--blanks--

detailed

--feedback--

This word means containing a lot of specific and precise information.


cause

--feedback--

This word means to make something happen, often in a negative way.

--explanation--

Detailed means providing a lot of specific and precise information. For example:

She wrote a detailed report explaining the issue. - This means the report includes in-depth information.

To cause means to make something happen, often referring to a problem or effect. For example:

Skipping regular maintenance can cause system failures. - This means that not maintaining the system may lead to failures.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.94,
      "finishTimestamp": 18.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "If the documentation isn't detailed enough, it can cause problems later.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}