Back to Freecodecamp

Task 5

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: Hi, Brian! Well, one thing that really motivates me is learning new things. -->

--description--

You can talk about one item or many items using singular and plural. When you say one thing, you are talking about a single item or idea.

When you add an s at the end of a word, like things, it means you are talking about more than one item or idea.

--fillInTheBlank--

--sentence--

Hi, Brian! BLANK, one BLANK that really motivates me BLANK learning new BLANK.

--blanks--

Well

--feedback--

This word is often used to start a conversation or answer a question. It's capitalized.


thing

--feedback--

Maria talks about one specific item or idea that makes her feel motivated.


is

--feedback--

This is the verb to be conjugated in the third person singular.


things

--feedback--

Maria uses this word to talk about more than one item or idea she likes to learn. It is the plural form of thing.

--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": 7.48,
      "finishTimestamp": 11.10
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Hi, Brian. Well, one thing that really motivates me is learning new things.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}