Support checklist item that adds penalty
From Guido @slack
Submitted by Elmer van Chastelet on 12 February 2016 at 14:06programming assignment which asks for a recursive implementation
1) student A passes 10/10 tests, but uses a for loop: grade 1.0
2) student B passes 1/10 tests and uses recursion: 1.0
3) student C passes 7/10 tests and uses recursion: 7.0there is no way to model this with the current check lists
if the checklists have a low weight, student A scores too high
if the checklists have a high weight, student B scores too high
basically, you want checklists for penalties
Issue Log
On 12 February 2016 at 14:08 Elmer van Chastelet tagged 1.85.0
On 29 March 2016 at 16:13 Elmer van Chastelet tagged 0.46.5
On 29 March 2016 at 16:13 Elmer van Chastelet removed tag 1.85.0
On 6 April 2016 at 13:51 Elmer van Chastelet commented:
This support is added by having Addition Grades which can have a bonus weight with support for negative weight (penalty).
On 6 April 2016 at 13:51 Elmer van Chastelet closed this issue.
Log in to post comments