Back to Freecodecamp

Task 96

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

latest1.2 KB
Original Source
<!-- (Audio) Sarah: I can see your enthusiasm, Bob! -->

--description--

Enthusiasm means a strong excitement about something. For example, if you love playing video games, you might show a lot of enthusiasm when talking about your favorite game.

--fillInTheBlank--

--sentence--

I can see your BLANK, Bob!

--blanks--

enthusiasm

--feedback--

This noun describes the feeling of being very excited or interested in something.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 6.86,
      "finishTimestamp": 8.60
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "I can see your enthusiasm, Bob.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}