Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677f9b142ee15b0c2b8080a9.md

latest1.3 KB
Original Source
<!-- (audio) Mark: If that's the case, it can be tricky to fix. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If that's the case, it can be BLANK to fix.

--blanks--

tricky

--feedback--

This word means difficult or complicated. It suggests that fixing the problem requires effort or skill. It ends with -y.

--explanation--

Tricky means something is challenging or requires careful effort. For example:

Solving this puzzle is tricky suggests that it requires thought and skill.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 18.76,
      "finishTimestamp": 21.06
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "If that's the case, it can be tricky to fix.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}