Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66262a51f3a76626829fe191.md

latest1.2 KB
Original Source
<!-- (Audio) Sarah: Oh, that's frustrating. Have you tried restarting it? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Oh, that's BLANK. Have you tried BLANK it?

--blanks--

frustrating

--feedback--

It refers to feeling upset or annoyed due to a challenging situation.


restarting

--feedback--

It means turning something off and then back on again to resolve an issue.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.4,
      "finishTimestamp": 7.04
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Oh, that's frustrating. Have you tried restarting it?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}