--- loncom/interface/statistics/lonstudentassessment.pm 2003/03/12 20:53:53 1.42 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/03/27 19:22:31 1.44 @@ -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.44 2003/03/27 19:22:31 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -381,7 +381,7 @@ sub OutputDescriptions { sub CreateAndParseOutputSelector { my $Str = ''; - my $elementname = 'outputmode'; + my $elementname = 'chartoutputmode'; # # Format for output options is 'mode, restrictions'; my $selected = 'html, with links'; @@ -1126,6 +1126,9 @@ sub StudentPerformanceOnSequence { $symbol = ' '; } $sum++; + } elsif (exists($resource_data->{'resource.'. + $partnum.'.tries'})){ + $symbol = '.'; } else { $symbol = ' '; }