Enhanced Peer Evaluation with Validation, Anomaly Detection, and Teacher Re-evaluation#110
Open
sush-78 wants to merge 6 commits into
Open
Enhanced Peer Evaluation with Validation, Anomaly Detection, and Teacher Re-evaluation#110sush-78 wants to merge 6 commits into
sush-78 wants to merge 6 commits into
Conversation
added 6 commits
April 2, 2026 17:13
…evaluation features
…evaluation features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request improves the peer evaluation system by introducing better validation, anomaly detection, and teacher review functionality.
🔹 Key Updates:
Evaluation Validation
Added strict checks during evaluation submission to ensure marks and feedback are correctly entered and do not exceed the allowed limits.
Anomaly Detection (Needs Review)
Evaluations are automatically flagged as "Needs Review" when the assigned marks significantly deviate from the peer average. The system also provides a clear reason by showing the deviation value.
Teacher Re-evaluation
Teachers can review flagged evaluations, edit marks and feedback if needed, and either approve or reject the evaluation to ensure fairness and accuracy.
Role-Based Login (Basic Enhancement)
Added role selection during login to ensure users access the correct functionalities based on their role.
Improved Error Handling
Clear and user-friendly error messages are displayed when evaluation submission fails due to invalid or incomplete data.
🔹 Outcome:
These improvements make the evaluation process more reliable, transparent, and fair by preventing incorrect submissions and enabling proper review of inconsistent evaluations.