Back to Freecodecamp

Task 1

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

latest1.3 KB
Original Source
<!-- (Audio) Brian: Maria, I have a question. Do you know what motivates the team? -->

--description--

Listen to what Brian asks Maria. Pay attention to the verbs he uses.

--fillInTheBlank--

--sentence--

Maria, I BLANK a question. Do you know what BLANK the team?

--blanks--

have

--feedback--

This verb is used when someone is in possession of something or wants to express something they need to say. It is not capitalized.


motivates

--feedback--

This word means to give someone a reason to do something. This verb in conjugated in the third person.

--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": 3.52
    }
  },
  "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",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}