This is a small basic JSP project which will conduct an online examination of students.
- Here student can login and register to the system.
- They can give exams
- Update their profile.
- View their marks.
- Teacher can register and login to the system.
- Update their profile.
- Add and delete Question.
- Start and stop the Exam.
- Admin can login into the system.
- Add or remove Teacher.
- Add or remove Student.
- Reset Exam.
- View marks of students.
- UNAME VARCHAR2(30)
- USID VARCHAR2(30)
- PASS VARCHAR2(30)
- BRANCH VARCHAR2(20)
- DOB VARCHAR2(12)
- PHNO NUMBER(12)
- EMAIL VARCHAR2(50)
- STATUS NUMBER(1)
- RESULT NUMBER(3)
- TNAME VARCHAR2(30)
- TID VARCHAR2(10)
- PASS VARCHAR2(30)
- DOB VARCHAR2(10)
- PHNO NUMBER(12)
- EMAIL VARCHAR2(50)
- AID VARCHAR2(10)
- PASS VARCHAR2(20)
- QID NUMBER(2)
- QUE VARCHAR2(200)
- OPT1 VARCHAR2(200)
- OPT2 VARCHAR2(200)
- OPT3 VARCHAR2(200)
- OPT4 VARCHAR2(200)
- ANS VARCHAR2(200)
- EXAMSTATE NUMBER(1)