Back to Freecodecamp

Task 3

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Maria, I have a question… Do you know what motivates the team? How about you? What makes you feel motivated? -->

--description--

Adjectives ending in -ed are often used to describe the emotions or feelings someone experiences. They are used to express a state of mind or being.

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Maria, I have a question. Do you know what BLANK the team? How about you? What makes you feel BLANK?

--blanks--

motivates

--feedback--

Think about the word that means to give someone a reason to do something right now. This word is conjugated in the third person singular.


motivated

--feedback--

This word describes how someone feels when they have a reason or desire to do something. This word ends with -ed.

--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": 0.00,
      "finishTimestamp": 6.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Maria, I have a question. Do you know what motivates the team?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.92,
      "finishTime": 7.42,
      "dialogue": {
        "text": "How about you? What makes you feel motivated?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.92
    }
  ]
}