Allow overriding total collection weight
The distribution of weights of sub-assignments is used to compute the weighted average of the sub-assignments. The computed grade for a collection is computed by taking the sum of the
Submitted by Elmer van Chastelet on 13 April 2023 at 15:34weight*assignment_grade
products of all assignments within the folder, and divide that bysum of assignment weights
). Sometimes you like to override this total weight, e.g. having 6 assignments with weight 20(%), so you can score a 12.0 as the computed grade. This is currently missing at this level.