--- loncom/interface/lonquickgrades.pm 2017/12/31 15:49:03 1.113 +++ loncom/interface/lonquickgrades.pm 2018/11/13 03:59:00 1.114 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.113 2017/12/31 15:49:03 raeburn Exp $ +# $Id: lonquickgrades.pm,v 1.114 2018/11/13 03:59:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -444,7 +444,8 @@ sub getData { if ($curRes == $iterator->BEGIN_MAP()) {$depth++;} if ($curRes == $iterator->END_MAP()) { $depth--; } - if (ref($curRes) && $curRes->is_gradable() && !$curRes->randomout) + if (ref($curRes) && $curRes->is_gradable() && !$curRes->randomout && + ($curRes->deeplink ne 'absent')) { # Get number of correct, incorrect parts my $parts = $curRes->parts();