Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbfaf6cbc3f1418acca3c.md

latest1.1 KB
Original Source
<!-- (Audio) Sarah: Sure, Bob. What's the problem? -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Sure, Bob. BLANK the problem?

--blanks--

What's

--feedback--

What and is are in abbreviated form. Remember to capitalize What.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.3,
      "finishTimestamp": 8.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Sure, Bob. What's the problem?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}