--- loncom/interface/statistics/lonstudentassessment.pm 2003/03/12 20:53:53 1.42 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/03/26 21:42:20 1.43 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.42 2003/03/12 20:53:53 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.43 2003/03/26 21:42:20 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1126,6 +1126,9 @@ sub StudentPerformanceOnSequence { $symbol = ' '; } $sum++; + } elsif (exists($resource_data->{'resource.'. + $partnum.'.tries'})){ + $symbol = '.'; } else { $symbol = ' '; }