Skip to content

Releases: davinchi-finsi/jq-quiz

v1.1.0

17 May 15:02
Compare
Choose a tag to compare

1.0.0 (2018-05-17)

Features

  • Now goTo accepts the id of the question or the index

v1.0.0

01 Mar 11:03
Compare
Choose a tag to compare

BREAKING CHANGES

  • chore: Bundling process changed
  • chore: Removed imports of JQuery ui dependencies
  • Removed deprecated jqQuiz.pug

Features

  • Added ON_BODY_HIDDEN and ON_BODY_SHOWN events
  • Add a class to question element and options elements when the question is disabled
  • autoStart option
  • Header element now is optional
  • Add options values to the runtime (using input value attribute). value is optional
  • Method to hide the current question
  • initialQuestion option. The question to show when the quiz starts*
  • showResult: $result checking always true
  • Css class for body

Refactor

  • Trigger ON_END right after ends the quiz and before starting the review

Bug Fixes

  • ON_OPTION_CHANGE pass the jquery element instead of the widget instance