Back to Freecodecamp

Task 138

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

latest1.8 KB
Original Source
<!-- Audio Reference: Tom: It's supposed to be. This is frustrating. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's supposed to be. BLANK BLANK.

--blanks--

This is

--feedback--

These two words start the sentence and are used to describe something that is happening or being felt. The first letter is capitalized.


frustrating

--feedback--

An adjective that describes the feeling of being upset or annoyed because something isn't working as expected. It ends with -ing.

--explanation--

This is is a simple way to start a sentence when describing something.

Frustrating is an adjective that describes a feeling of being upset or annoyed because something isn't working as expected. For example:

  • This is confusing. - The situation is hard to understand.

  • This is exciting. - The situation makes you feel excited.

--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": 49.8
    }
  },
  "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.5,
      "dialogue": {
        "text": "This is frustrating.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.0
    }
  ]
}