kecav / math-quiz

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

Home Page:https://kecav.github.io/math-quiz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://kecav.github.io/math-quiz/


Languages

Language:JavaScript 57.5%Language:CSS 23.4%Language:HTML 19.0%