--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/23 16:06:11 1.62 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/06/24 19:23:45 1.63 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.62 2003/06/23 16:06:11 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.63 2003/06/24 19:23:45 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1500,7 +1500,7 @@ sub StudentPerformanceOnSequence { # $partscore = $weight*$awarded; $score += $partscore; - $symbol = $weight; + $symbol = $partscore; if (length($symbol) > 1) { $symbol = '*'; }