Skip to content

A Simple Maths Quiz build purely on HTML, CSS and JavaScript. No API is used in generating question or Options.

Notifications You must be signed in to change notification settings

CasperOng/math-quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERVIEW

A Simple Maths Quiz build purely on HTML, CSS and JavaScript. No API is used in generating question or Options. All the questions are generated randomly. The same way are the options.

TIMER

Timer feature is now added. Each question will have a time limit(10s here). If the user is unable to pick the answer within that limit, next question will appear and scored for that question is counted zero.

SCORING

Time based feature added. The scores now will be generated on the basis of how much of time was left for that particular question. A simple linear function is used. (Ex : If the user finishes one question in 9s, the sore for that question will be 90%).

image image

About

A Simple Maths Quiz build purely on HTML, CSS and JavaScript. No API is used in generating question or Options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.6%
  • CSS 23.4%
  • HTML 19.0%