Back to Freecodecamp

Task 29

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

latest1.1 KB
Original Source
<!-- (Audio) Brian: It is really frustrating. -->

--description--

When something is frustrating, it makes you feel upset or annoyed because you cannot do something the way you want.

--fillInTheBlank--

--sentence--

It is really BLANK.

--blanks--

frustrating

--feedback--

This word is used when something makes you feel upset or annoyed because it is difficult or impossible to deal with.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 53.02,
      "finishTimestamp": 54.52
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.50,
      "dialogue": {
        "text": "It is really frustrating.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.00
    }
  ]
}