Back to Freecodecamp

Task 31

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Yeah, technical glitches are complicated and there's not much we can do other than try to solve them. -->

--description--

A glitch is a small problem that stops something from working right. Like when a game on your phone stops working suddenly, that's a glitch. To talk about more than one, we say glitches, like My computer had a few glitches.

--fillInTheBlank--

--sentence--

Yeah, technical BLANK are complicated and there's not much we can do other than BLANK to solve them.

--blanks--

glitches

--feedback--

This word means little problems with things like computers or apps. When there are many, add es.


try

--feedback--

This word means to make an effort to do something, especially when it's hard.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 55.34,
      "finishTimestamp": 60.16
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.82,
      "dialogue": {
        "text": "Yeah, technical glitches are complicated and there's not much we can do other than try to solve them.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.32
    }
  ]
}