Back to Freecodecamp

Task 75

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

latest1.2 KB
Original Source
<!-- (Audio) Jake: That makes sense. What do you do before going to sleep, Sarah? -->

--description--

In Jake's question, pay attention to the verb form following the preposition and its use in the sentence.

--fillInTheBlank--

--sentence--

That makes sense. What do you do before BLANK to sleep, Sarah?

--blanks--

going

--feedback--

It's the gerund form of the verb go, used here after the preposition before to describe the activity before sleep.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 66.62,
      "finishTimestamp": 69.96
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "That makes sense. What do you do before going to sleep, Sarah?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}