Back to Freecodecamp

Task 7

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

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

--description--

Listen to the audio and answer the question.

--questions--

--text--

What motivates Maria?

--answers--

learned new things

--feedback--

This option uses the past tense, which talks about things Maria has already learned, not what currently motivates her.


learning old things

--feedback--

This option uses old, which is the opposite of what Maria finds motivating.


learning new thing

--feedback--

This option is missing the plural s at the end of thing, which changes the meaning from many things to just one.


learning new things

--video-solution--

4

--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
    }
  ]
}