Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 03-May-2018 | - | ||||
LICENSE | H A D | 28-Oct-2016 | 11.1 KiB | 203 | 169 | |
README.md | H A D | 28-Oct-2016 | 681 | 18 | 12 | |
quizlib.js | H A D | 28-Oct-2016 | 10.7 KiB | 297 | 124 |
README.md
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