An application for exam managment.
demo.mp4
- Run the application from netbeans
- Login as admin (username: admin password: admin)
- Add a student (username: alex password: alex)
- Add a question
- View marks of all student
- close and run the app again and login as student this time
- participate in exam
- you will see marks at the end of exam
- download Netbeans (8.2 or greater version)
- clone this repo and open it from netbeans using File->Open Project
- press the green run button
- Java 8
- Ant build tools
- Netbeans 8.2
- Admin can add students
- Add Questions to question bank
- View marks of student
- Can participate in exam
- View result instantly after exam
- default username: admin
- default password: admin
- You can change student credential from resources/databases/users.json
- default username: a
- default password: 1
- Question are located in resources/databases/questions.json
- Marks are located in resources/databases/users.json
- Test score is not showing in UI and not updated in json if don't use jdk 8 and netbeans 8.2 (Apache Netbeans <= 16 seems ok but might generate issues)