--- loncom/homework/grades.pm 2017/05/19 16:40:50 1.739 +++ loncom/homework/grades.pm 2017/05/19 19:25:05 1.740 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.739 2017/05/19 16:40:50 raeburn Exp $ +# $Id: grades.pm,v 1.740 2017/05/19 19:25:05 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -9737,7 +9737,8 @@ sub substatus_options { 'queued' => 'in grading queue', 'graded' => 'with ungraded submissions', 'incorrect' => 'with incorrect submissions', - 'all' => 'with any status'); + 'all' => 'with any status', + ); } sub reset_perm {