Gitlab Community Edition Instance

Skip to content

[frontend] [student] Fixed wrong sum calculation if no feedback is available

Jan Lenke requested to merge jan.lenke/grady:student-submission-sum-fix2 into master

sumScore may be undefined if there are submissions but with no feedback. Therefore sumScore will be displayed as "" instead of "0".

Merge request reports