An Android application to enhance fundamental mathematical skills through quick quizzes.
Table of Contents 📖
The Quick Maths Application aims to enhance fundamental mathematical skills by providing users with a rapid-fire quiz model. It prompts basic mathematical problems based on BODMAS with four answer options. As soon as the user clicks "Start," a 30-second timer begins, and the user must select the correct answer. If the answer is correct, the user earns a point. At the end of the 30 seconds, users can view their scores.
To get a local copy of the project up and running, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/amoghasbhardwaj/Quick-Maths.git
- Open the project in Android Studio. 3. Install the necessary dependencies. 4. Run the application on an Android emulator or physical device.
- Provides different types of question formats.
- All generated problems are random.
- Mobile-based.
- Any number of users can use it.
- Provides functionality to assess performance in terms of scored points.
The app can be enhanced by including more functionality such as:
- Adding more variety of question formats.
- Presenting hints for difficult questions.
- Providing a cumulative report of the correct answers at the end.