Back to Freecodecamp

Task 28

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Anyway, before leaving for work, I like to check my emails and messages to see if there are any urgent updates from the team. -->

--description--

When a verb follows a preposition, it often takes the -ing form, known as a gerund. Gerunds are verbs acting as nouns. This rule is common in many English expressions. For example:

  • After eating dinner, we watched a movie. - Here, eating follows the preposition after.

  • She is interested in learning Spanish. - Here, learning follows the preposition in.

  • Before going to bed, I like to read. - Here, going follows the preposition before.

--questions--

--text--

What is the verb Sarah uses after the preposition before?

--answers--

morning

--feedback--

Morning is a noun and doesn't fit after before in the context of an action related to leaving.


leave

--feedback--

Leave is the base form of the verb, but after a preposition, the verb should be in the -ing form.


leaving


left

--feedback--

Left is the past tense of leave and isn't used after a preposition to describe an ongoing action.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 55.08,
      "finishTimestamp": 60.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.70,
      "dialogue": {
        "text": "Anyway, before leaving for work, I like to check my emails and messages to see if there are any urgent updates from the team.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.20
    }
  ]
}