Back to Freecodecamp

Task 66

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

latest2.0 KB
Original Source
<!-- (audio) Sophie: Well, I'm concerned about the deployment process. It could go smoothly, or we might face some bugs. What do you thing is most likely? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, I'm concerned about the deployment process. It BLANK smoothly, or we BLANK some bugs. What do you thing is most likely?

--blanks--

could go

--feedback--

This phrase suggests that something has the potential to happen without difficulties. It's a modal verb and a base verb.


might face

--feedback--

This phrase suggests that there is a risk of experiencing issues, but it is not certain. It's a modal verb and a base verb.

--explanation--

Sophie says the deployment could go smoothly (it is possible everything will be fine) or they might face some bugs (there is a chance they will have problems).

She is explaining that the deployment might be successful or they could experience problems.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.58,
      "finishTimestamp": 18.98
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Well, I'm concerned about the deployment process.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.8,
      "finishTime": 8.4,
      "dialogue": {
        "text": "It could go smoothly, or we might face some bugs. What do you think is most likely?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.9
    }
  ]
}