mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
370 B
370 B
--quizzes--
--quiz--
--question--
--text--
Question with invalid JSON audio
--audio--
{
"audio": {
"filename": "audio.mp3"
},
"transcript": [
{
"character": "A",
"text": "Hello"
}
]
// missing comma
}
--distractors--
Distractor 1
Distractor 2
Distractor 3
--answer--
Answer