Back to Freecodecamp

Task 76

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

latest1.3 KB
Original Source
<!-- (Audio) Sarah: I like to relax by reading a book or listening to music. Sometimes, I meditate. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I like to relax BLANK reading a book or BLANK to music. Sometimes, I meditate.

--blanks--

by

--feedback--

This preposition is used to introduce how something is done.


listening

--feedback--

It's the gerund form of listen, used here after the conjunction or to describe another relaxation method.

--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": 70.58,
      "finishTimestamp": 75.26
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "I like to relax by reading a book or listening to music. Sometimes, I meditate.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}