1# QuizLib 2A simple JavaScript library for creating HTML quizzes. 3 4#### [Demo and Usage](https://alpsquid.github.io/quizlib) 5#### [Docs](https://alpsquid.github.io/quizlib/docs) 6 7#### Features 8- Simple to implement, just add the provided classes to your HTML and follow the flexible structure 9- Supports an unlimited number of quizzes, questions and answers 10- Answer checking including: 11 - Optional flagging of unanswered questions 12 - Correct and incorrect answer highlighting with an optional callback to extend this functionality 13 - Simple score querying, including automatic percentage calculation 14- Supports any combination of input types using the value attribute 15 16 17 18