Back to Freecodecamp

Task 133

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: It's a fantastic way to show what you're capable of. -->

--description--

To be capable of something means having the ability, power, or qualities to do it. For example, This new software is capable of processing data much faster than before means the software has the ability to work with data at high speeds.

--fillInTheBlank--

--sentence--

It's a BLANK way to show what you're BLANK of.

--blanks--

fantastic

--feedback--

This adjective is used to describe something that is very good or impressive.


capable

--feedback--

This adjective means having the ability, power, or qualities necessary to do something.

--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": 47.54,
      "finishTimestamp": 50.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "It's a fantastic way to show what you're capable of.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}