Back to Freecodecamp

Task 144

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

latest2.0 KB
Original Source
<!-- (Audio) Tom: Thanks for sharing your motivations. I think I'll see if I can find a project to dedicate some spare time to. -->

--description--

Spare time is the time when you're not working or doing essential tasks, and you can choose what you want to do. For example, I like to read books in my spare time means when you have free time, you enjoy reading.

This statement is about someone considering using their free time to join a project, inspired by hearing about someone else's reasons for doing something they enjoy.

Listen to the sentence and fill in the missing words about expressing gratitude for shared information, looking for a project, and using free time.

--fillInTheBlank--

--sentence--

Thanks for BLANK your motivations. I think I'll see if I can BLANK a project to dedicate some BLANK time to.

--blanks--

sharing

--feedback--

This verb means to tell others about your thoughts, feelings, or experiences. It ends with -ing.


find

--feedback--

This verb means to discover or locate something after searching for it.


spare

--feedback--

Describes time that is available to use as you wish, not taken up by work or other obligations.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 66.68,
      "finishTimestamp": 72.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Thanks for sharing your motivations. I think I'll see if I can find a project to dedicate some spare time to.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}