Back to Freecodecamp

Task 65

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: Will it help ensure the overall system's stability? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sophie want to know about the action she is considering?

--answers--

If it will make the system run faster

--feedback--

Her question is about stability, not specifically about speed.


If it will decrease the system's functionality

--feedback--

Sophie is concerned about maintaining stability, not decreasing functionality.


If it will lead to more errors in the system

--feedback--

Sophie's concern is whether the action will maintain stability, not cause more errors.


If it will help maintain the overall system's stability

--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": 47.58,
      "finishTimestamp": 50.22
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Will it help ensure the overall system's stability?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}