Back to Freecodecamp

Task 124

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

latest1.3 KB
Original Source
<!-- (Audio) Tom: Sometimes it can be so time-consuming. -->

--description--

Time-consuming means it takes a lot of time to do. It's like when you have a big project that takes many hours to finish; you might say, This project is really time-consuming.

--fillInTheBlank--

--sentence--

Sometimes it can be BLANK time-BLANK.

--blanks--

so

--feedback--

This word is used to emphasize the degree of something, in this case, how much time an activity takes.


consuming

--feedback--

This word describes activities that use up a lot of time.

--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": 23.52,
      "finishTimestamp": 26.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Sometimes it can be so time-consuming.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}