Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dc9946a177a5938ad3854.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: Occasionally, yeah. It depends on the project's needs. -->

--description--

To depend on is used to say that something can change based on different things. For example:

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

  • Developers depend on tests to find errors. - Programmers need tests to see if the code has mistakes.

Notice that after depend there's always the preposition on.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Occasionally, yeah. It depends BLANK the project's needs.

--blanks--

on

--feedback--

This preposition is used after depend to show what something relies on or needs.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 51.82,
      "finishTimestamp": 54.56
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.74,
      "dialogue": {
        "text": "Occasionally, yeah. It depends on the project's needs.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.24
    }
  ]
}