/math-quiz

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

Primary LanguageJavaScript

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