LevelOne::reviewCount
of students is not getting updated after review in LevelOne::giveReview
function which can manipulate student scores
Since a Student should be max given 4 reviews only(1 per week). But if the LevelOne::reviewCount
doesn't updates after a review, there is no record of how many reviews a student is given. Hence a teacher can manipulate the student scores by giving more than 4 reviews to students and can make student scores high or low as his wish.
A teacher can manipulate the student scores by giving more reviews than expected review numbers(i.e 4).
The LevelOne::reviewCount
must be increased by 1 as soon as a teacher gives a review to a student.
`reviewCount` for students is not updated after each review session
`reviewCount` for students is not updated after each review session
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.