Back to Freecodecamp

Task 64

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

latest1.5 KB
Original Source
<!-- (Audio) Tom "Thanks for listening, by the way. It feels good to talk about these things." -->

--description--

Listening is not just hearing; it's paying attention to what someone says.

Listen to Tom and fill in the missing words.

--fillInTheBlank--

--sentence--

Thanks for BLANK, by the way. It BLANK good to talk about BLANK things.

--blanks--

listening

--feedback--

This word means paying attention to what someone else is saying, showing you care about their words. It ends with -ing.


feels

--feedback--

This word is used to describe an emotional experience or sensation, in this case, a positive one. It ends with s.


these

--feedback--

This word is the plural of this.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 62.00,
      "finishTimestamp": 65.38
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "Thanks for listening, by the way. It feels good to talk about these things.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}