--- loncom/interface/lonquickgrades.pm 2017/11/16 13:41:56 1.111 +++ loncom/interface/lonquickgrades.pm 2017/12/18 23:51:14 1.112 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.111 2017/11/16 13:41:56 raeburn Exp $ +# $Id: lonquickgrades.pm,v 1.112 2017/12/18 23:51:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -444,7 +444,7 @@ sub getData { if ($curRes == $iterator->BEGIN_MAP()) {$depth++;} if ($curRes == $iterator->END_MAP()) { $depth--; } - if (ref($curRes) && $curRes->is_problem() && !$curRes->randomout) + if (ref($curRes) && $curRes->is_gradable() && !$curRes->randomout) { # Get number of correct, incorrect parts my $parts = $curRes->parts();