--- loncom/interface/statistics/lonstudentassessment.pm 2012/12/16 17:11:23 1.169.2.2
+++ loncom/interface/statistics/lonstudentassessment.pm 2013/05/11 21:39:31 1.169.2.4
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.169.2.2 2012/12/16 17:11:23 raeburn Exp $
+# $Id: lonstudentassessment.pm,v 1.169.2.4 2013/05/11 21:39:31 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -232,7 +232,6 @@ sub BuildStudentAssessmentPage {
$output_student->($r,$student);
}
# Call the "finish" routine selected above
- &Apache::lonquickgrades::endGradeScreen($r);
$finish->($r);
#
return;
@@ -280,7 +279,7 @@ sub next_and_previous_buttons {
# Build the 'all students' button
my $all = '';
$all .= '';
$Str .= $previousbutton.(' 'x5).$all.(' 'x5).$nextbutton;
return $Str;
@@ -463,7 +462,7 @@ sub CreateAndParseOutputSelector {
$Str = qq/";
@@ -580,7 +579,7 @@ sub CreateAndParseOutputDataSelector {
$Str = qq/";
@@ -1969,9 +1968,9 @@ sub student_tries_on_sequence {
($links eq 'all')) {
my $link = '/adm/grades'.
'?symb='.&escape($resource->shown_symb).
- '&student='.$student->{'username'}.
- '&userdom='.$student->{'domain'}.
- '&command=submission';
+ '&student='.$student->{'username'}.
+ '&userdom='.$student->{'domain'}.
+ '&command=submission';
$symbol = &link($symbol, $link);
}
$value .= $symbol;
@@ -2127,9 +2126,9 @@ sub student_performance_on_sequence {
if ( ($links eq 'yes' && $symbol ne ' ') || ($links eq 'all')) {
my $link = '/adm/grades' .
'?symb='.&escape($resource->shown_symb).
- '&student='.$student->{'username'}.
- '&userdom='.$student->{'domain'}.
- '&command=submission';
+ '&student='.$student->{'username'}.
+ '&userdom='.$student->{'domain'}.
+ '&command=submission';
$symbol = &link($symbol, $link);
}
$Str .= $symbol;