--- loncom/interface/lonquickgrades.pm 2017/11/16 13:41:56 1.111 +++ loncom/interface/lonquickgrades.pm 2017/12/31 15:49:03 1.113 @@ -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.113 2017/12/31 15:49:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -322,7 +322,7 @@ sub startGradeScreen { &mt('Statistics and Reports').''); $r->print("\n".''. - &mt('Assessment Overview Chart').''); + &mt('Assessment Chart').''); } if ($allowed_to_edit) { @@ -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();