--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/18 12:55:52 1.61
+++ loncom/interface/statistics/lonstudentassessment.pm 2003/09/03 17:45:49 1.65
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.61 2003/06/18 12:55:52 www Exp $
+# $Id: lonstudentassessment.pm,v 1.65 2003/09/03 17:45:49 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -138,7 +138,10 @@ Inputs:
#######################################################
sub BuildStudentAssessmentPage {
my ($r,$c)=@_;
+
undef($Statistics);
+
+ $single_student_mode = 0;
$single_student_mode = 1 if ($ENV{'form.SelectedStudent'});
if ($ENV{'form.selectstudent'}) {
&Apache::lonstatistics::DisplayClasslist($r);
@@ -1057,6 +1060,8 @@ END
($r,'Excel File Compilation Status',
'Excel File Compilation Progress', $studentcount);
#
+ &Apache::lonhtmlcommon::Update_PrgWin($r,\%prog_state,
+ 'Processing first student');
return;
}
@@ -1426,7 +1431,7 @@ sub StudentTriesOnSequence {
$symbol = ''.$symbol.'';
}
$value .= $symbol;
@@ -1498,7 +1503,7 @@ sub StudentPerformanceOnSequence {
#
$partscore = $weight*$awarded;
$score += $partscore;
- $symbol = $weight;
+ $symbol = $partscore;
if (length($symbol) > 1) {
$symbol = '*';
}
@@ -1526,7 +1531,7 @@ sub StudentPerformanceOnSequence {
$symbol = ''.$symbol.'';
}
$Str .= $symbol;