Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 681 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 681 Bytes

QuizLib

A simple JavaScript library for creating HTML quizzes.

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