Back to Freecodecamp

Task 67

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

latest2.1 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--

Brian uses a metaphor of a safety net to illustrate how something can serve as a protective measure.

--questions--

--text--

What does Brian refer to as a safety net?

--answers--

The process of getting a second opinion

--feedback--

While seeking a second opinion is advisable, it's not what Brian refers to as a safety net.


The act of hesitating before making changes

--feedback--

Hesitation is not the safety net Brian mentions; he encourages decisive action.


The practice of conducting thorough testing


The process of continually updating the software

--feedback--

Continuous updates are important, but it's the testing process Brian describes as a safety net.

--video-solution--

3

--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
    }
  ]
}