Skip to content

Instantly share code, notes, and snippets.

@jewlofthelotus
Created May 22, 2013 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jewlofthelotus/5627944 to your computer and use it in GitHub Desktop.
Save jewlofthelotus/5627944 to your computer and use it in GitHub Desktop.
How to use getJSON to pull the quiz config object into the SlickQuiz options
$(function () {
$.getJSON('path/to/file.json', function(data) {
$('#slickQuiz').slickQuiz({json: data});
});
});
@eagore
Copy link

eagore commented Jan 30, 2015

it's not working 😢 😕 please help !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment