I have been working with this jquery plugin to use its event on my code but I had no luck.
here is the list of events:
events.onStartQuiz (function) Default: empty; - a function to be executed once the quiz has started.
events.onCompleteQuiz (function) Default: empty; - a function to be executed the quiz has completed; the function will be passed two arguments in an object: options.questionCount, options.score
can someone help me to know how to use events on this plugin.
https://jsfiddle.net/pcvkqwut/
$(function () {
$('#slickQuiz').slickQuiz({
});
});