Back to Freecodecamp

Task 2

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: How about you? What makes you feel motivated? -->

--description--

The word motivate is a verb that means to give someone a reason to act in a certain way.

By adding -ed to the end, it becomes motivated, an adjective that describes someone who has been influenced or encouraged to do something. For example: I'm not motivated to work late today

This sentence means the person does not feel like they want to work extra hours today. Not motivated means they don't have the energy or desire to do it.

--fillInTheBlank--

--sentence--

How about you? What BLANK you feel BLANK?

--blanks--

makes

--feedback--

This word is used to indicate the reason or cause of something. It is conjugated in the third person.


motivated

--feedback--

It ends with -ed because it's an adjective that comes from a verb.

--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": 3.92,
      "finishTimestamp": 6.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.50,
      "dialogue": {
        "text": "How about you? What makes you feel motivated?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.00
    }
  ]
}