Back to Freecodecamp

Task 71

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Plan simple and quick meals for weekdays. Involve the kids in setting the table as well. -->

--description--

Adjectives usually come before the nouns they describe, and there's a specific order: opinion, size, age, shape, color, origin, material, purpose. For example, a beautiful old Italian painting (opinion, age, origin).

In the phrase simple and quick meals, simple (describing ease) and quick (describing speed) are adjectives. The order is flexible because they belong to different categories (opinion and speed).

Listen to Sarah's advice and focus on the use and order of adjectives.

--fillInTheBlank--

--sentence--

Plan BLANK and BLANK meals for weekdays. Involve the kids in setting the table as well.

--blanks--

simple

--feedback--

This adjective describes the ease of preparing the meals.


quick

--feedback--

This adjective describes the speed of preparing the meals, making them suitable for busy weekdays.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.06,
      "finishTimestamp": 41.60
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Plan simple and quick meals for weekdays. Involve the kids in setting the table as well.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}