Back to Freecodecamp

Task 80

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

latest1.5 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--

Should the team roll back the deployment and fix the critical bugs?

--answers--

Yes


No

--feedback--

James says we'll probably have to roll back the deployment, which means it is likely necessary.

--video-solution--

1

--explanation--

James uses have to to express necessity — something that must be done.

He explains that if critical bugs are found, rolling back the deployment is necessary so they can 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
    }
  ]
}