Back to Freecodecamp

Task 35

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: When you see the team inspired, it can boost your motivation. -->

--description--

The phrase boost your motivation means to increase or raise one's drive or enthusiasm. In the dialogue, Maria talks about how seeing the team's enthusiasm can enhance one's own motivation.

--fillInTheBlank--

--sentence--

When you see the team inspired, it can BLANK BLANK BLANK.

--blanks--

boost

--feedback--

This verb is used to describe an increase or enhancement in intensity or level.


your

--feedback--

This possessive adjective is used to refer to something that belongs to the person being spoken to.


motivation

--feedback--

This noun refers to the reason or reasons one has for acting or behaving in a particular way.

--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": 66.12,
      "finishTimestamp": 68.80
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "When you see the team inspired, it can boost your motivation.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}