Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/6581530787b552274518eea5.md

latest1.0 KB
Original Source
<!-- AUDIO REFERENCE: Maria: It keeps me excited about our projects. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

It keeps me BLANK about our projects.

--blanks--

excited

--feedback--

This word means feeling very happy and eager.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 15.32,
      "finishTimestamp": 17.26
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "It keeps me excited about our projects.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}