Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65daab9b713d3e6e6272c8bf.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: I also don't want to neglect my health, so two months ago I started jogging regularly. -->

--description--

The verb jog means to run at a slow, steady pace. The word start can be followed by a verb ending in -ing (like jogging) or with to followed by the base form of the verb (like to jog). This shows the beginning of an action.

Adverbs describe how actions are done. They are often formed by adding -ly to adjectives. For example, regular is an adjective that means usual or done often. When you add -ly, it becomes regularly, an adverb that means doing something in a usual or frequent manner.

Examples:

He has a regular exercise schedule., or He exercises regularly.

--fillInTheBlank--

--sentence--

I also don't want to neglect my health, so two months ago I started BLANK BLANK.

--blanks--

jogging

--feedback--

This is the -ing form of the verb jog, used after started to show the action Sophie began to do.


regularly

--feedback--

This adverb describes how Sophie does the action - in a usual, often way.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 16.40,
      "finishTimestamp": 20.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "I also don't want to neglect my health, so two months ago I started jogging regularly.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}