An open API service indexing awesome lists of open source software.

https://github.com/sapvs/ganit

Simple and light Maths quiz
https://github.com/sapvs/ganit

android mathematics quizapp

Last synced: 4 months ago
JSON representation

Simple and light Maths quiz

Awesome Lists containing this project

README

          

# Ganit - गणित - Maths Quiz
![गणित](app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp)

A simple (currently) Android app for praticing maths, like addition, substraction, multiplication and ~~division~~.

User is provided questions with two operands and an operator. App will continue to generate questions until either timer passes, or the user quits.

Score is displayed for the current quiz session.

## Configuration
### Operand lengths
User can configure the length of digits of either iof the numbers, 1,2 or 3.

### Operator
User can configure the operator quiz should be on. One of addition, substraction, mulitplication or ~~division~~.

### Timer
One of 10, 30, 60 or 120 seconds. Time for the quiz session.

## Screenshots
### Configure Screen
drawing

### First Question
drawing

### Previous answer was correct
drawing

Notice the background color changes to pastel green for indicating this.

### Previous answer was incorrect
drawing

Notice the background color changes to pastel red for indicating this.

### Score
drawing