Skip to content
/ quizlib Public
forked from ALPSquid/quizlib

Simple JavaScript library for creating HTML quizes.

License

Notifications You must be signed in to change notification settings

pimlur/quizlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple JavaScript library for creating HTML quizes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 17.7%
  • CSS 7.4%