Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wajktor13/quiz-rewards-manager
GUI app that helps with managing results from quizzes made in Google Forms
https://github.com/wajktor13/quiz-rewards-manager
gradle h2 h2-database hibernate java javafx spring spring-boot springboot
Last synced: 11 days ago
JSON representation
GUI app that helps with managing results from quizzes made in Google Forms
- Host: GitHub
- URL: https://github.com/wajktor13/quiz-rewards-manager
- Owner: Wajktor13
- Created: 2024-01-19T14:05:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T14:57:51.000Z (12 months ago)
- Last Synced: 2024-11-19T14:12:46.383Z (2 months ago)
- Topics: gradle, h2, h2-database, hibernate, java, javafx, spring, spring-boot, springboot
- Language: Java
- Homepage:
- Size: 851 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Rewards Manager
Final project from Object-Oriented Technologies course at AGH University. Its main goal was to create GUI app that would help the lecturer with managing results from quizzes made in Google Forms.The project is divided into backend and frontend. They communicate with each other via ***REST API***.
Key Features:
* neat GUI
* adjustable columns mapping that allows to adapt the app for a different quiz format
* adjustable rewards
* adjustable rewards assigning strategies
* statistics
* exporting to PDF or XLSX
Made in collaboration with [Alxndra13](https://github.com/Alxndra13) and [adrians127](https://github.com/adrians127).
## Technologies used
![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white)
![Spring Boot](https://img.shields.io/static/v1?style=for-the-badge&message=Spring+Boot&color=6DB33F&logo=Spring+Boot&logoColor=FFFFFF&label=)
![Java](https://img.shields.io/badge/JavaFX-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white)
![H2](https://img.shields.io/badge/H2%20Database-20B2AA?style=for-the-badge)
![Hibernate](https://img.shields.io/static/v1?style=for-the-badge&message=Hibernate&color=59666C&logo=Hibernate&logoColor=FFFFFF&label=)
![Gradle](https://img.shields.io/static/v1?style=for-the-badge&message=Gradle&color=02303A&logo=Gradle&logoColor=FFFFFF&label=)## Preview
![image](https://github.com/Wajktor13/quiz-rewards-manager/assets/76243064/bdd0d9b7-be3c-478b-921b-2afebade3a01)![image](https://github.com/Wajktor13/quiz-rewards-manager/assets/76243064/23a2d506-f0c3-4a54-b373-328d6ee7f52e)
![image](https://github.com/Wajktor13/quiz-rewards-manager/assets/76243064/d954269f-161a-405c-a483-cf9a67d53a3b)
![image](https://github.com/Wajktor13/quiz-rewards-manager/assets/76243064/f2fdc4bc-0355-4e18-9ff8-072af2967e53)