Back to Freecodecamp

Task 139

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c62663c81e94143a813543.md

latest1.8 KB
Original Source
<!-- Audio Reference: Tom: It's supposed to be. This is frustrating. Are these IDEs always this tricky? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's supposed to be. This is frustrating. Are these IDEs always this BLANK?

--blanks--

tricky

--feedback--

This word describes something that is difficult or complicated to deal with.

--explanation--

Tricky is used to describe something that is difficult, complicated, or challenging to deal with. For example:

  • The instructions were tricky to follow. - The instructions were hard to understand or complicated.

  • Solving this problem is tricky. - Solving the problem is difficult.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.3,
      "finishTimestamp": 52.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "It's supposed to be.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.28,
      "finishTime": 3.3,
      "dialogue": {
        "text": "This is frustrating.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.64,
      "finishTime": 5.92,
      "dialogue": {
        "text": "Are these IDEs always this tricky?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.42
    }
  ]
}