[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 21 11:49:33 EDT 2025
raeburn Thu Aug 21 15:49:33 2025 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Remove some unwanted characters in value for checkbox input elements
added in rev. 1.249, and reused in 1.796.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.817 loncom/homework/grades.pm:1.818
--- loncom/homework/grades.pm:1.817 Thu Aug 21 13:01:53 2025
+++ loncom/homework/grades.pm Thu Aug 21 15:49:32 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.817 2025/08/21 13:01:53 raeburn Exp $
+# $Id: grades.pm,v 1.818 2025/08/21 15:49:32 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1223,7 +1223,7 @@
$result .= '<td align="right">'.$ctr.' </td>'.
'<td align="center"><label><input type="checkbox" name="stuinfo" value="'.
$student.':'.$$fullname{$student}.':::SECTION'.$section.
- ') " /> </label></td>'."\n".'<td>'.
+ '" /> </label></td>'."\n".'<td>'.
&nameUserString(undef,$$fullname{$student},$uname,$udom).
' '.$section.($group ne '' ?'/'.$group:'').'</td>'."\n";
@@ -2225,7 +2225,7 @@
$gradeTable.='<td align="right">'.$ctr.' </td>'.
'<td align="center"><label><input type="checkbox" name="stuinfo" value="'.
$student.':'.$$fullname{$student}.':::SECTION'.$section.
- ') " /> </label></td>'."\n".'<td>'.
+ '" /> </label></td>'."\n".'<td>'.
&nameUserString(undef,$$fullname{$student},$uname,$udom).
' '.$section.($group ne '' ?'/'.$group:'').'</td>'."\n";
More information about the LON-CAPA-cvs
mailing list