Back to Freecodecamp

Task 82

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

latest1.5 KB
Original Source
<!-- (Audio) Lisa: Collaborating with diverse teams can be exciting, Brian. -->

--description--

When something is exciting, it makes you feel very happy, enthusiastic, or eager. For example, starting a new project with a team might be exciting because you look forward to what you will create together.

Lisa is talking about the joy of working with different people.

--fillInTheBlank--

--sentence--

BLANK with diverse teams can be BLANK, Brian.

--blanks--

Collaborating

--feedback--

This word means working together with others. Notice it ends with -ing, indicating an action is happening. This word is capitalized.


exciting

--feedback--

This adjective describes something that is thrilling or full of energy. It ends with -ing, showing a quality or state.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.62,
      "finishTimestamp": 28.18
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Collaborating with diverse teams can be exciting, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}