Skip to content

Releases: ALPSquid/quizlib

QuizLib v1.0.1

16 Oct 14:31
Compare
Choose a tag to compare

Changes:

  • Moved Quiz.Classes to the static context. (Instance access still exists for backwards compatibility with 1.0.0).
  • Added quiz object as first argument in highlightResults callback.

A multi-quiz example can now be found in the examples directory.

See https://alpsquid.github.io/quizlib/#release-1.0.1 for a migration guide.

QuizLib v1.0.0

14 Apr 11:18
Compare
Choose a tag to compare

First QuizLib release.

Features:

  • Simple to implement, just add the provided classes to your HTML and follow the flexible structure
  • Supports an unlimited number of quizzes, questions and answers
  • Answer checking including:
    • Optional flagging of unanswered questions
    • Correct and incorrect answer highlighting with an optional callback to extend this functionality
    • Simple score querying, including automatic percentage calculation
  • Supports any combination of input types using the value attribute

Minified files can be found in the builds directory