Back to Freecodecamp

Task 37

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: Yeah, wow. You know what? This was really a motivating talk. Thanks for sharing your thoughts. -->

--description--

In this part of the conversation, Brian talks about how the talk made him feel and thanks Maria for sharing her perspective.

--fillInTheBlank--

--sentence--

Yeah, wow. You know what? This was really a BLANK talk. Thanks for BLANK your thoughts.

--blanks--

motivating

--feedback--

This word means something that gives you energy or a reason to do something. It's like when someone's words make you want to try harder.


sharing

--feedback--

This word means giving something that you have to others. It's like when you tell someone your ideas or feelings.

--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": 70.38,
      "finishTimestamp": 76.10
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.72,
      "dialogue": {
        "text": "Yeah, wow. You know what? This was a really motivating talk. Thanks for sharing your thoughts.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.22
    }
  ]
}