Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662a30d3f1071a1ef14eefe1.md

latest1.4 KB
Original Source
<!-- (Audio) Sophie: I spent much of my free time on it. It's fascinating. -->

--description--

The word fascinating is used to describe something that is extremely interesting or attractive. It often implies that the subject is so interesting that it draws attention and makes one want to learn more about it. For example, The book was so fascinating that I couldn't put it down. This means the book was extremely interesting.

--fillInTheBlank--

--sentence--

I spent much of my free time on it. It's BLANK.

--blanks--

fascinating

--feedback--

It is used to express that something is extremely interesting or attractive.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.36,
      "finishTimestamp": 15.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "I spent much of my free time on it. It's fascinating",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}