You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a student may re-submit the grade for the same markee on the same rubric, which results in repeat records in grades table with same (pairing_id, rubric_id). I think the grade should be updated instead of created again if there's already one record in grades table for a (pairing_id, rubric_id) pair.
The text was updated successfully, but these errors were encountered:
Currently a student may re-submit the grade for the same markee on the same rubric, which results in repeat records in grades table with same (pairing_id, rubric_id). I think the grade should be updated instead of created again if there's already one record in grades table for a (pairing_id, rubric_id) pair.
The text was updated successfully, but these errors were encountered: