Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d5a22ec829be4d9b782077.md

latest1.6 KB
Original Source
<!-- (audio) James: It depends on how well we've tested everything. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does a smooth deployment depend on?

--answers--

The number of developers on the team.

--feedback--

James does not mention team size.


How well the team has tested everything.


The budget for the project.

--feedback--

James does not talk about financial resources.


The speed of the internet connection.

--feedback--

James does not say that internet speed affects deployment success.

--video-solution--

2

--explanation--

James explains that a smooth deployment depends on how well the team has tested everything, meaning testing quality will determine the outcome.

Testing helps identify and fix potential issues, ensuring a smoother process.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.64,
      "finishTimestamp": 27.14
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "It depends on how well we've tested everything.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.1
    }
  ]
}