- A candidate registration page in which candidates have to enter their details (Personal + Educational).
- Already registered candidate will be directed to the examination page or instruction page after entering his registered emai-id and password.
- Once candidate has reached the examination page he/she will get the multiple choice questions one-by-one.
- For each correct answer, his/ her marks are calculated in the backend.
- Time limit must is set for each candidate.
- Candidates are given privilege to submit the exam before the time limit.
- If the time limit expires, an alert message will be displayed and automatic submission of exam will be done.
- Once candidate submitted the exam, total marks will be displayed.
- Number of attemted questions, number of correct answers, number of wrong answers and the correct answer for the wrongly answered questions also will be displayed.
- On clicking LOGOUT button, he will be taken to ‘Thanks Giving’ page.
- Each form is provided with required validation.
- Registration details will be added to a database.
- By providing pop-up messages,I have made this project user friendly.
- Questions will be fetched from database for each candidate.
- When a candidate hit the LOGOUT button, his details along with accquired marks will be stored in the database.