Back to Freecodecamp

Task 72

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

latest1.6 KB
Original Source
<!-- (audio) James: It depends on how well we've tested everything. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK BLANK how well we've tested everything.

--blanks--

depends

--feedback--

This verb means that one thing is affected by another.


on

--feedback--

This preposition follows depends to show what the outcome is connected to.

--explanation--

To depend on shows that something is determined by another factor. For example:

  • The success of the project depends on good teamwork. - The project will only succeed if the team works well together.

  • Whether we finish today depends on how many bugs we find. If they find many bugs, you might not finish today.

--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": 24.64,
      "finishTimestamp": 27.14
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "It depends on how well we've tested everything.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.1
    }
  ]
}