--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/17 17:47:54 1.60
+++ loncom/interface/statistics/lonstudentassessment.pm 2003/09/03 18:23:10 1.66
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.60 2003/06/17 17:47:54 matthew Exp $
+# $Id: lonstudentassessment.pm,v 1.66 2003/09/03 18:23:10 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -138,7 +138,16 @@ Inputs:
#######################################################
sub BuildStudentAssessmentPage {
my ($r,$c)=@_;
+
undef($Statistics);
+ undef($show_links);
+ undef($output_mode);
+ undef($data);
+ undef($base);
+ undef($datadescription);
+ undef($single_student_mode);
+
+ $single_student_mode = 0;
$single_student_mode = 1 if ($ENV{'form.SelectedStudent'});
if ($ENV{'form.selectstudent'}) {
&Apache::lonstatistics::DisplayClasslist($r);
@@ -335,7 +344,8 @@ sub CreateInterface {
'value="Select One Student" />';
$Str .= ' 'x5;
$Str .= '';
- $Str .= ' 'x5.'
';
+ $Str .= ' 'x5;
+ $Str .= '
';
return $Str;
}
@@ -581,6 +591,7 @@ sub html_initialize {
$padding = ' 'x3;
$count = 0;
$nodata_count = 0;
+ undef(%prog_state);
#
$r->print("