Back to Freecodecamp

Task 78

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

latest1.8 KB
Original Source
<!-- (audio) James: If we find critical bugs, we'll probably have to roll back the deployment and fix them before trying again. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might be the reason for rolling back the deployment?

--answers--

The software is working perfectly.

--feedback--

If the software is working perfectly, there would be no need to roll back the deployment.


The team wants to add more features.

--feedback--

James mentions rolling back due to problems, not to add new features.


The internet connection is slow.

--feedback--

James does not mention internet speed as a reason for rolling back.


The team finds serious issues.

--video-solution--

4

--explanation--

James explains that if they find serious issues (critical bugs), they will need to roll back the deployment, meaning they will undo the release and fix the issues before trying again.

--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": 31.95,
      "finishTimestamp": 37.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.47,
      "dialogue": {
        "text": "If we find critical bugs, we'll probably have to roll back the deployment and fix them before trying again.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.97
    }
  ]
}