Checklist on assignment collection ignored for grade
Having a checklist on an assignment collection works as expected, except that the result is ignored when calculating the grade.
Here is a submission that is a collection with a checklist, and its grade is correctly computed at the bottom, but incorrectly for the collection itself (at the top): https://weblab.tudelft.nl/cse2120/2021-2022/assignment/96842/submission/41655/grading-all
The problematic code seems to be in
grading-scheme-data.app
, where assignment collections are explicitly excluded:Submitted by D. Pelsmaeker on 26 April 2022 at 17:07// compute grade points based on checklist if(assignment.hasCheckList && !(sub is a AssignmentCollectionSubmission)){
Issue Log
On 1 June 2022 at 09:51 Elmer van Chastelet tagged 1.18.0
On 1 June 2022 at 10:20 Elmer van Chastelet closed this issue.
Log in to post comments