b4getws / quizlib

Simple JavaScript library for creating HTML quizes.

Home Page:https://alpsquid.github.io/quizlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuizLib

A simple JavaScript library for creating HTML quizzes.

Demo and Usage

Docs

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

About

Simple JavaScript library for creating HTML quizes.

https://alpsquid.github.io/quizlib

License:Apache License 2.0


Languages

Language:JavaScript 74.9%Language:HTML 17.7%Language:CSS 7.4%