Back to Freecodecamp

Task 67

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

latest1.6 KB
Original Source
<!-- (Audio) Alice: Of course, Tom. We all have our moments of demotivation, and it's good to share and support each other. -->

--description--

Listen to Alice's words and fill in the missing words.

--fillInTheBlank--

--sentence--

Of course, Tom. We all have our BLANK of BLANK, and it's good to BLANK and BLANK each other.

--blanks--

moments

--feedback--

This word refers to particular points in time or specific situations, often temporary. This word is in the plural form.


demotivation

--feedback--

This term describes a state where someone lacks motivation or enthusiasm.


share

--feedback--

This word means to tell others about your own experiences, thoughts, or feelings.


support

--feedback--

This word involves giving help or encouragement, showing you are there for someone.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 65.58,
      "finishTimestamp": 70.30
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "Of course, Tom. We all have our moments of demotivation and it's good to share and support each other.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}