Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f095c43dddc2c58d2e61f.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: They are super helpful. -->

--description--

The word super is often used informally before an adjective to enhance its meaning, similar to very or extremely, to enhance the meaning of the adjective that follows.

For example, saying this book is super interesting means the book is extremely interesting, more so than just being interesting.

Helpful describes someone or something that provides valuable assistance or support. Together, super helpful means providing exceptional assistance or being extremely useful.

--fillInTheBlank--

--sentence--

They are BLANK BLANK.

--blanks--

super

--feedback--

This word is used to emphasize the degree of the adjective that follows.


helpful

--feedback--

This adjective describes someone or something that provides valuable support or assistance.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 30.3,
      "finishTimestamp": 31.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "They are super helpful.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}