--- loncom/interface/statistics/lonstudentassessment.pm 2013/02/21 21:56:09 1.169.2.3
+++ 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.3 2013/02/21 21:56:09 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
#
@@ -279,7 +279,7 @@ sub next_and_previous_buttons {
# Build the 'all students' button
my $all = '';
$all .= '';
$Str .= $previousbutton.(' 'x5).$all.(' 'x5).$nextbutton;
return $Str;
@@ -462,7 +462,7 @@ sub CreateAndParseOutputSelector {
$Str = qq/";
@@ -579,7 +579,7 @@ sub CreateAndParseOutputDataSelector {
$Str = qq/";
@@ -1968,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;
@@ -2126,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;