--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/10 15:42:51 1.54
+++ loncom/interface/statistics/lonstudentassessment.pm 2003/06/10 19:19:57 1.55
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.54 2003/06/10 15:42:51 matthew Exp $
+# $Id: lonstudentassessment.pm,v 1.55 2003/06/10 19:19:57 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -150,15 +150,6 @@ sub BuildStudentAssessmentPage {
$ENV{'form.sort'}.'" />');
$r->rflush();
if (! exists($ENV{'form.notfirstrun'}) && ! $single_student_mode) {
- $r->print(<
-
-Please make your selections in the boxes above and hit
-the button marked "Update Display".
-
-
-ENDMSG
-# $r->print(&OutputDescriptions());
return;
}
#
@@ -322,6 +313,8 @@ sub CreateInterface {
$Str .= &CreateAndParseOutputDataSelector();
$Str .= ''."\n";
$Str .= ''."\n";
+ $Str .= '';
+ $Str .= ' 'x8;
return $Str;
}
@@ -573,7 +566,9 @@ sub html_initialize {
$r->print("".$ENV{'course.'.$ENV{'request.course.id'}.'.description'}.
" ".localtime(time)."
");
- $r->print("".$datadescription."
");
+ if ($data !~ /^final table/) {
+ $r->print("".$datadescription."
");
+ }
#
# Set up progress window for 'final table' display only
if ($data =~ /^final table/) {
@@ -614,7 +609,7 @@ sub html_outputstudent {
my ($r,$student) = @_;
my $Str = '';
#
- if($count++ % 5 == 0 && $count > 0) {
+ if($count++ % 5 == 0 && $count > 0 && $data !~ /^final table/) {
$r->print("");
}
# First, the @StudentData fields need to be listed