Back to Freecodecamp

Task 9

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: Yeah. The crazy part is that there are so many out there. -->

--description--

The phrase crazy part is used to express that something is surprising or unexpected. It's like saying the surprising thing is or the unexpected thing is.

For example, The crazy part is that he finished all the work in one day. This means it's surprising that he could do it so quickly.

--fillInTheBlank--

--sentence--

Yeah. The BLANK BLANK is that there are so many out there.

--blanks--

crazy

--feedback--

This adjective is used to describe something that is surprising, unusual, or hard to believe.


part

--feedback--

This noun introduces a specific aspect or element of the situation being discussed.

--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": 6,
      "finishTimestamp": 9.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "Yeah, the crazy part is that there are so many out there.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}