Back to Freecodecamp

Task 9

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: The first thing I do is stretch a bit to wake up. Then, I go straight to the kitchen to make a cup of coffee. -->

--description--

To stretch means to extend your arms and legs as much as you can. You normally stretch before and after doing sets of exercises or running. For example:

I love stretching a little after running around the park. - This means you enjoy doing simple body exercises after jogging in the park to relax your muscles.

--fillInTheBlank--

--sentence--

The BLANK thing I do is stretch a bit to wake up. BLANK, I go straight to the kitchen to make a cup of coffee.

--blanks--

first

--feedback--

This word means before anything else in order or time.


Then

--feedback--

This word means something comes next in order or time. The first letter is capitalized.

--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": 13.68,
      "finishTimestamp": 18.60
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.92,
      "dialogue": {
        "text": "The first thing I do is stretch a bit to wake up. Then, I go straight to the kitchen to make a cup of coffee.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.42
    }
  ]
}