[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Wed Sep 9 20:39:46 EDT 2020
raeburn Thu Sep 10 00:39:46 2020 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework grades.pm
Log:
- For 2.11
Backport 1.776
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.596.2.12.2.53 loncom/homework/grades.pm:1.596.2.12.2.54
--- loncom/homework/grades.pm:1.596.2.12.2.53 Tue Sep 8 15:48:41 2020
+++ loncom/homework/grades.pm Thu Sep 10 00:39:46 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.596.2.12.2.53 2020/09/08 15:48:41 raeburn Exp $
+# $Id: grades.pm,v 1.596.2.12.2.54 2020/09/10 00:39:46 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9203,7 +9203,7 @@
if ($count > 1) {
$formatextra = '<div style="display:none" id="bubbletype">'.
'<span class="LC_nobreak">'.
- &mt('Bubblesheet type:').' '.
+ &mt('Bubblesheet type').': '.
&scantron_scantab().'</span></div>';
$onclick = ' onclick="toggleScantab(this.form);"';
$formatjs = <<"END";
More information about the LON-CAPA-cvs
mailing list