Back to Freecodecamp

Task 70

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

latest3.1 KB
Original Source
<!-- (Audio) Sarah: You can start by involving your kids in light activities. Go for a family walk or play a short outdoor game together when you get home. It's a great way to have fun and stay active. -->

--description--

The words you use in a sentence can make a big difference in modulating the message it delivers. Let's look at some examples to understand this better.

Prepositions like by affect the verb that comes after. When you use by, it often needs the verb to end with -ing. Here's an example:

I improved by practicing daily. - This means you got better at something because you practiced every day. You use the preposition by to show how something is done.

Adjectives can also change the meaning of the following word by adding details to them. The word light can serve as an adjective to describe something not heavy or not intense. For example:

Light exercises are good for beginners. - This means exercises that are not heavy or hard are good for people who are just starting. The word light as an adjective tells you what kind of exercises they are.

Even words like family and outdoor can be used as adjectives describing the noun that follows them. For example:

  • Family activities bring everyone together. - Here, family describes the type of activities.

  • Outdoor sports are enjoyable in good weather. - Here, outdoor describes where the sports happen.

--fillInTheBlank--

--sentence--

You can start BLANK involving your kids in BLANK activities. Go for a BLANK walk or play a short BLANK game together when you get home. It's a BLANK way to have fun and stay active.

--blanks--

by

--feedback--

This preposition introduces the method or way of doing something.


light

--feedback--

This word describes activities that are not intense or demanding.


family

--feedback--

This adjective describes the type of walk, one involving the whole family.


outdoor

--feedback--

This word describes the type of game, indicating it is played outside.


great

--feedback--

This word describes something very good or of high quality.

--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": 24.14,
      "finishTimestamp": 33.22
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 7.58,
      "dialogue": {
        "text": "You can start by involving your kids in light activities. Go for a family walk or play a short outdoor game together when you get home.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.94,
      "finishTime": 10.08,
      "dialogue": {
        "text": "It's a great way to have fun and stay active.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 10.58
    }
  ]
}