https://github.com/akhand55/online-examination-system
Java and the oops concept were implemented to develop this web application.
https://github.com/akhand55/online-examination-system
authentication class dsa-algorithm java oops-in-java
Last synced: about 2 months ago
JSON representation
Java and the oops concept were implemented to develop this web application.
- Host: GitHub
- URL: https://github.com/akhand55/online-examination-system
- Owner: akhand55
- Created: 2025-02-01T05:46:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T04:55:08.000Z (over 1 year ago)
- Last Synced: 2025-04-04T21:44:37.413Z (about 1 year ago)
- Topics: authentication, class, dsa-algorithm, java, oops-in-java
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Exammination System
Java and the oops concept were used to create this web application. It has authentication features including a quick quiz and a login registration.
### There are mainly three portion in this System following :-
#### Registration Form.
#### Login Form.
#### Quick Quiz.
___________________
### Login Form
___________________
A login is a set of credentials used to authenticate a user. Most often, these consist of a username and password to find out right user. Also here I have set the login notification which will notify individually to the user whether he has given wrong password or wrong username. If one is wrong he will not be able to enter. And here has the user role that needs to be fixed.
____________________
### Registration Form
____________________
A registration form is a list of fields that a user will input data into and submit to an individual. Most often, these consist of users basic information which will help to identify proper user. If one fields there blank instantly this system inform you so that you can not blank any fields.
____________________
### Quick Quiz
____________________
Users are given a brief quiz to complete, and once they do, a correct/incorrect option is displayed to verify their response.