if (!review) {
studentScore[_student] -= 10;
}
Initial State: A student is enrolled with a score of 100.
Step 1: The student receives multiple bad reviews.
Outcome: The student's score drops to 0 or below, but they remain enrolled.
Implications: Students with 0 scores may continue to participate in the system, which could undermine its integrity.
How they are affected: Students with 0 scores may exploit the system or fail to meet performance standards.
if (studentScore[_student] < MINIMUM_SCORE) {
expel(_student);
}
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.