Back to Freecodecamp

Task 59

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: Hmm, maybe. If you encounter any unexpected behavior after your changes, try to isolate the issue. It will help us get to the root cause. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How certain is Brian about the consequences of Sophie's changes, and what does he suggest?

--answers--

He is very certain the changes will cause problems.

--feedback--

Brian expresses uncertainty, not certainty, about potential problems.


He is unsure but suggests isolating the issue to find the root cause.


He believes there will be no issues with Sophie's changes.

--feedback--

Brian's use of maybe and his advice to isolate issues indicate he acknowledges the possibility of problems.


He is indifferent to the potential outcomes of the changes.

--feedback--

Brian's suggestion to isolate the issue shows he is considerate and methodical, not indifferent.

--video-solution--

2

--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": 26,
      "finishTimestamp": 34.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.64,
      "dialogue": {
        "text": "Hmm, maybe. If you encounter any unexpected behavior after your changes,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.9,
      "finishTime": 9.1,
      "dialogue": {
        "text": "try to isolate the issue. It will help us get to the root cause.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.6
    }
  ]
}