Back to Freecodecamp

Task 62

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Well, Alice, it depends on what you're looking for. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, Alice, it BLANK what you're BLANK.

--blanks--

Well

--feedback--

This word is often used at the beginning of a sentence to introduce a response or explanation. The first letter is capitalized.


depends on

--feedback--

This two-word phrase means that one thing is affected by another. The choice or outcome is based on a specific condition. The first letter ends with -s.


looking for

--feedback--

This two-word phrase means trying to find something or searching for a specific thing or quality. The first letter ends with -ing.

--explanation--

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

The best programming language depends on what you need to build. - This means the choice of language changes based on the project.

Looking for means searching for something specific. For example:

I'm looking for a job in cybersecurity. - This means you want a job in this specific field.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.68,
      "finishTimestamp": 10.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Well, Alice, it depends on what you're looking for.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}