Back to Freecodecamp

Task 59

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

latest1.2 KB
Original Source
<!-- (Audio) Sophie: Wow, thanks. I'll try to include these changes into my morning routine. -->

--description--

Listen to Sophie's statement and identify if she uses I will or I'll.

--fillInTheBlank--

--sentence--

Wow, thanks. BLANK try to include these changes into my morning routine.

--blanks--

I'll

--feedback--

Sophie uses the contraction I'll. I should be capitalized.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 72.36,
      "finishTimestamp": 76.10
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "Wow, thanks. I'll try to include these changes into my morning routine.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}