iamrohitsuthar / Quizller

Quizller is a php based open source web application to create and manage online quiz, test, exam.
MIT License
107 stars 77 forks source link

Add error messages on student login #39

Open iamrohitsuthar opened 1 year ago

iamrohitsuthar commented 1 year ago

When students attempt to log in, the current implementation lacks proper error messaging. The following improvements are needed:

Invalid Roll Number or Password: If students enter an incorrect roll number or password, the system should display a clear error message to indicate that the credentials provided are invalid. This will help students identify and correct their login information.

Student Has Already Submitted the Test: In cases where a student has already submitted the test and attempts to log in again, the system should display an appropriate error message. This message should inform the student that multiple test submissions are not allowed.

kedhar0608 commented 1 year ago

Hey I have worked on such issues earlier. I want to contribute to this. Let me work with you

kedhar0608 commented 1 year ago

assign this to me