--- loncom/interface/statistics/lonstudentsubmissions.pm 2004/02/19 20:17:01 1.1
+++ loncom/interface/statistics/lonstudentsubmissions.pm 2004/02/23 16:13:31 1.4
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentsubmissions.pm,v 1.1 2004/02/19 20:17:01 matthew Exp $
+# $Id: lonstudentsubmissions.pm,v 1.4 2004/02/23 16:13:31 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -67,7 +67,6 @@ sub BuildStudentSubmissionsPage {
#
&Apache::lonstatistics::PrepareClasslist();
#
- $r->print('
'.&mt('Student Submissions Report').'
');
$r->print(&CreateInterface());
#
my @Students = @Apache::lonstatistics::Students;
@@ -304,7 +303,6 @@ sub GetStudentAnswers {
my $sdom = $student->{'domain'};
my $answer = &Apache::lonstathelpers::analyze_problem_as_student
($resource,$sname,$sdom,$partid,$respid);
- &Apache::lonnet::logthis('answer = "'.$answer.'"');
&Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state,
&mt('last student'));
$student->{'answer'} = $answer;
@@ -328,6 +326,8 @@ sub CreateInterface {
##
## Environment variable initialization
my $Str = '';
+ $Str .= &Apache::lonhtmlcommon::breadcrumbs
+ (undef,&mt('Student Submission Reports'));
$Str .= ''."\n";
$Str .= '';
$Str .= ''.&mt('Sections').' | ';