Back to Freecodecamp

Task 55

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: No problem, Sophie. Let's check it together. If you modify the logic, consider the impact it might have on other parts of the system. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What potential problem is Brian mentioning?

--answers--

Changing the logic might cause issues in other parts of the system.


The logic modification will definitely improve the system.

--feedback--

Brian is cautioning about potential issues, not guaranteeing improvements.


Other parts of the system do not affect the logic.

--feedback--

Brian's focus is on the impact of the logic change on other parts, not the other way around.


The logic should not be modified at all.

--feedback--

Brian suggests considering the impact, not avoiding modification entirely.

--video-solution--

1

--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": 12.64,
      "finishTimestamp": 20.54
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "No problem, Sophie. Let's check it together.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.36,
      "finishTime": 7.46,
      "dialogue": {
        "text": "If you modify the logic, consider the impact it might have",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.46,
      "finishTime": 8.9,
      "dialogue": {
        "text": "on other parts of the system.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.4
    }
  ]
}