Back to Freecodecamp

Task 18

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: After coffee, I like to take a quick shower to freshen up. It helps me feel more alert and ready for the day. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

After coffee, I like to take a BLANK shower to freshen up. It helps me feel more BLANK and ready for the day.

--blanks--

quick

--feedback--

This adjective describes something done quickly or in a short amount of time.


alert

--feedback--

This adjective describes being fully aware and ready to react.

--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": 24.32,
      "finishTimestamp": 29.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "After coffee, I like to take a quick shower to freshen up. It helps me feel more alert and ready for the day.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}