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
Add a middleware to CreateGradeRouter (create the middleware inside service.go of the grading package) which checks if the value lies between the range specified by the rubric.
Throw a suitable error on the frontend to inform the user that the grade is out of bounds.
The text was updated successfully, but these errors were encountered:
Add a middleware to
CreateGradeRouter
(create the middleware inside service.go of the grading package) which checks if the value lies between the range specified by the rubric.Throw a suitable error on the frontend to inform the user that the grade is out of bounds.
The text was updated successfully, but these errors were encountered: