java 13.0.2
Database Name: exam_management
- Edit database details in database.properties
- Edit server details in server.properties
- 8989
- 7000
Please import Database named "exam_management.sql" available at root folder.
- Turn on MySQL at Port 3306
- Server Start:
- src/server/ChatServer.java
- src/server/FileRecieve.java
- Client Login:
- src/client/LoginScreen.java
-
Teacher
- Teachers Can chat with each student privately.
- Teachers Can chat with every student at once.
-
Student
- Students can chat with teacher privately.
- Exam will be completed once the specified time is over
- Screenshot of each and every student will be taken once the exam Starts.
- Screenshots will be taken every 8 seconds and sent to the teacher
- Keystrokes will be recorded and Sent to Teacher
- The frames of Camera will be shown to Student
- Camera of each student will be visible to Teacher.
- Audio Support