Back to Freecodecamp

Task 129

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d7eecb873f955a811d6ed1.md

latest1.4 KB
Original Source
<!-- (Audio) Sarah: It depends on what you value more—control or speed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK what you value more—control or speed.

--blanks--

depends on

--feedback--

This two-word phrase means that the outcome or decision is influenced by a specific factor.

--explanation--

Depends on means that something is determined by or influenced by another factor. For example:

The success of the project depends on teamwork. – This means that good teamwork is necessary for the project to succeed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 73.28,
      "finishTimestamp": 76.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.91,
      "dialogue": {
        "text": "It depends on what you value more, control or speed.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.41
    }
  ]
}