Back to Freecodecamp

Task 71

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

latest1.7 KB
Original Source
<!-- (audio) James: It's hard to say. We could have a smooth deployment, but there's always a chance that a few bugs might pop up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's hard to say. We BLANK a smooth deployment, but there's always a chance that a few bugs BLANK.

--blanks--

could have

--feedback--

This phrase suggests that a smooth deployment is possible but not guaranteed. Use two words.


might pop up

--feedback--

These three words together mean that bugs could appear unexpectedly, but it is uncertain if they will. Use three words.

--explanation--

James explains that they could have smooth deployment, but a few bugs might pop up, meaning he is unsure of the outcome.

Remember, modal verbs are always followed by the base form of the verb (without to).

--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": 18.84,
      "finishTimestamp": 24.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.8,
      "dialogue": {
        "text": "It's hard to say. We could have a smooth deployment, but there's always a chance that a few bugs might pop up.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.3
    }
  ]
}