Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.5
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
-
Sprint:The First Sprint
Description
Currently there's assumption that all tests in one group have the same max score, but there's no code verifying it.
Calculating group max score is just taking max score from group's first test.
Probably the best method how to deal with it is checking if tests in groups share the same max score while uploading SINOL package.
Calculating group max score is just taking max score from group's first test.
Probably the best method how to deal with it is checking if tests in groups share the same max score while uploading SINOL package.
Issue Links
- is related to
-
SIO-1319 Add max_score fields to models
The only place I found which assumes that is in generating submission report. What I propose is adding max_score field to GroupReport (as some information is already doubled in in TestReport).