Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/662360667ceb071bd3061489.md

latest2.2 KB
Original Source
<!-- (Audio) Brian: Absolutely. Testing is a safety net. And don't forget: if you're still unsure about anything, don't hesitate to ask for a second opinion. I'm here to help. -->

--description--

A safety net is a term used to describe something that provides a measure of protection or security. In programming, referring to testing as a safety net means it helps catch and prevent errors before they become major issues, much like a net that catches someone who falls.

--fillInTheBlank--

--sentence--

Absolutely. Testing is a BLANK net. And don't forget, if you're BLANK unsure about anything, don't BLANK to ask for a BLANK opinion. I'm here to help.

--blanks--

safety

--feedback--

It refers to protection or security against negative outcomes or failures.


still

--feedback--

It indicates a continuation of the state of being unsure.


hesitate

--feedback--

It means to pause or delay due to uncertainty.


second

--feedback--

It means advice or views from another person.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 50.56,
      "finishTimestamp": 58.96
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "Absolutely. Testing is a safety net.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.34,
      "finishTime": 6.08,
      "dialogue": {
        "text": "And don't forget, if you're still unsure about anything,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.28,
      "finishTime": 9.4,
      "dialogue": {
        "text": "don't hesitate to ask for a second opinion. I'm here to help.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.9
    }
  ]
}