Back to Freecodecamp

Task 25

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

latest1.2 KB
Original Source
<!-- (Audio) Brian: I agree, Maria. Collaboration and creativity are great. -->

--description--

Listen and fill in the missing words.

--fillInTheBlank--

--sentence--

I agree, Maria. BLANK and BLANK are great.

--blanks--

Collaboration

--feedback--

This word means working together with others to achieve a goal. This word is capitalized.


creativity

--feedback--

This word refers to the use of imagination or original ideas to create something.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 44.28,
      "finishTimestamp": 48.00
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "I agree, Maria. Collaboration and creativity are great.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}