Back to Freecodecamp

Task 65

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

latest1.8 KB
Original Source
<!-- (Audio) Jake: Hey, Sarah. Sophie said you have some good tips for a great morning. I want to have a good evening routine too, but it's complicated with my two kids running around. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Sarah. Sophie BLANK you have some good tips for a great morning. I want to have a good evening routine too, but it's BLANK with my two kids BLANK around.

--blanks--

said

--feedback--

It's the past tense of say, used here to indicate what Sophie has previously mentioned.


complicated

--feedback--

This word describes something that is not simple. It ends with -ed.


running

--feedback--

It refers to the continuous or repeated action of the kids moving around actively. It ends with -ing.

--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": 0.30,
      "finishTimestamp": 9.72
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Hey, Sarah. Sophie said you have some good tips for a great morning.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 5.06,
      "finishTime": 10.72,
      "dialogue": {
        "text": "I want to have a good evening routine too, but it's complicated with my two kids running around.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 11.22
    }
  ]
}