Back to Freecodecamp

Task 10

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

latest1.3 KB
Original Source
<!-- (Audio) Sarah: I usually wake up around 7. The first thing I do is stretch a bit to wake up. -->

--description--

Sarah describes her morning routine and highlights stretching first thing after waking up as a way to help herself feel more awake and energized.

--fillInTheBlank--

--sentence--

I usually wake up around 7. The first thing I do is BLANK a bit to wake up.

--blanks--

stretch

--feedback--

This verb means to make your muscles longer by moving your body, often to relax.

--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": 11.88,
      "finishTimestamp": 15.9
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "I usually wake up around 7. The first thing I do is stretch a bit to wake up.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}