Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655b3197bb31ca670081f6d7.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: So many activities. I don't think I could keep up that pace. But it's nice to know you enjoy it to the fullest, Maria. -->

--description--

You can create adjectives that express the highest degree of something. These are the superlative adjectives. They show that nothing else can exceed a certain level.

For short adjectives, you add the article the and -est to the end of the word. For example, She enjoys her weekdays to the fullest (the + full + est).

For longer adjectives, you form the superlative by adding the most before the adjective. For example, This is the most interesting book I've read (the most + interesting).

This is an introduction to these adjectives. You'll learn more in the future.

--fillInTheBlank--

--sentence--

So many activities. I don't think I could keep up that pace. But it's nice to know you enjoy it to BLANK, Maria.

--blanks--

the fullest

--feedback--

It's a superlative form of full. Don't forget the article.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 54.62,
      "finishTimestamp": 60.88
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.26,
      "dialogue": {
        "text": "So many activities. I don't think I could keep up that pace. But it's nice to know you enjoy it to the fullest, Maria.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.76
    }
  ]
}