Back to Freecodecamp

Task 57

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Ok, so if I make changes here, do you think it could affect other functionalities? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie concerned about regarding her changes to the system?

--answers--

She worries the changes won't be significant enough.

--feedback--

Sophie's concern is about the impact of the changes, not their significance.


She is unsure if the changes will improve the system.

--feedback--

Sophie's focus is on the potential negative impact, not necessarily on improvement.


She fears the changes might break the system entirely.

--feedback--

Sophie's concern is about the effect on other functionalities, not breaking the system entirely.


She is concerned that her changes might impact other functionalities.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 21.3,
      "finishTimestamp": 25.64
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "Okay, so if I make changes here,",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.36,
      "finishTime": 5.34,
      "dialogue": {
        "text": "do you think it could affect other functionalities?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}