Back to Freecodecamp

Task 70

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

latest2.0 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 answer the question below.

--questions--

--text--

How does James support his opinion?

--answers--

He guarantees that there won't be any problems.

--feedback--

James does not say there won't be problems.


He says the deployment will definitely fail.

--feedback--

James does not say failure is certain.


He says the deployment could go smoothly, but there might be some bugs.


He refuses to answer Sophie's question.

--feedback--

James does answer, but he explains that the outcome is uncertain.

--video-solution--

3

--explanation--

Could and might are modal verbs used to describe possibilities.

Could suggests something is possible but not certain. For example:

If we don't fix this bug, it could cause a system crash. - There is a possibility that the system will stop working.

Might suggests something is possible but less certain than could. For example:

We might need to rewrite some parts of the code. - It is possible that changes will be necessary.

--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
    }
  ]
}