Back to Freecodecamp

Task 69

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

latest1.1 KB
Original Source
<!-- (Audio) Jake: Great. I usually get home at around 6. After that, it's a bit chaotic. -->

--description--

Listen to Jake and identify if he uses it is or it's in his sentence.

--fillInTheBlank--

--sentence--

Great. I usually get home at around 6. After that, BLANK a bit chaotic.

--blanks--

it's

--feedback--

Jake is using the contracted form of it is.

--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": 18.60,
      "finishTimestamp": 23.38
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.78,
      "dialogue": {
        "text": "Great. I usually get home at around 6. After that, it's a bit chaotic.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}