[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Wed Feb 26 20:39:49 EST 2014
raeburn Thu Feb 27 01:39:49 2014 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Space before self-closing tag.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.721 loncom/homework/grades.pm:1.722
--- loncom/homework/grades.pm:1.721 Thu Feb 13 18:13:22 2014
+++ loncom/homework/grades.pm Thu Feb 27 01:39:48 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.721 2014/02/13 18:13:22 bisitz Exp $
+# $Id: grades.pm,v 1.722 2014/02/27 01:39:48 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8251,7 +8251,7 @@
return &mt('The sequence to be graded contains response types which are handgraded.').'<p>'.
&mt('If you have already graded these by bubbling sheets to indicate points awarded, [_1]what point value is assigned to a filled last bubble in each row?','<br />').
'<label><input type="radio" name="scantron_lastbubblepoints" value="'.$bubbles_per_row.'" checked="checked" />'.&mt('[quant,_1,point]',$bubbles_per_row).'</label> '.&mt('or').' '.
- '<label><input type="radio" name="scantron_lastbubblepoints" value="0"/>'.&mt('0 points').'</label></p>';
+ '<label><input type="radio" name="scantron_lastbubblepoints" value="0" />'.&mt('0 points').'</label></p>';
}
return;
}
More information about the LON-CAPA-cvs
mailing list