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
We only check if the weights are wrong when GradeCalculator#calculateFinalGrade is called. That only happens at the very end of the process, after compiling, running, and etc. We can move these checks to earlier in the process so that if the teacher made a mistake in the rubric, we get an early error.
One place to do it would be the GetRunConfigurationStep.
The text was updated successfully, but these errors were encountered:
We only check if the weights are wrong when
GradeCalculator#calculateFinalGrade
is called. That only happens at the very end of the process, after compiling, running, and etc. We can move these checks to earlier in the process so that if the teacher made a mistake in the rubric, we get an early error.One place to do it would be the
GetRunConfigurationStep
.The text was updated successfully, but these errors were encountered: