Back to Freecodecamp

Task 126

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

latest1.4 KB
Original Source
<!-- (Audio) Sophie: I understand, Tom. It can be a commitment. -->

--description--

A commitment means you promise to do something or give your time and energy to it.

For example, if you say: I decided to learn a new language and practice every day, that's a commitment. You're showing you're serious about learning.

--fillInTheBlank--

--sentence--

I understand, Tom. It can BLANK a BLANK.

--blanks--

be

--feedback--

This word is used to talk about something being true or existing.


commitment

--feedback--

This word means a promise to do something or give your time to it, showing you are ready to work hard and keep your word.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 26.16,
      "finishTimestamp": 28.72
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "I understand, Tom. It can be a commitment.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}