[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
raeburn
raeburn at source.lon-capa.org
Tue Apr 21 12:03:37 EDT 2015
raeburn Tue Apr 21 16:03:37 2015 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- Use consistent award name when number of checkboxes checked falls
outside range defined with maxcheck and mincheck attributes.
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.334 loncom/homework/inputtags.pm:1.335
--- loncom/homework/inputtags.pm:1.334 Tue Apr 21 12:28:05 2015
+++ loncom/homework/inputtags.pm Tue Apr 21 16:03:37 2015
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.334 2015/04/21 12:28:05 raeburn Exp $
+# $Id: inputtags.pm,v 1.335 2015/04/21 16:03:37 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -906,7 +906,7 @@
{
my @awards = ('EXTRA_ANSWER', 'MISSING_ANSWER', 'ERROR', 'NO_RESPONSE',
- 'WRONG_NUMCHECKEDBOXES','TOO_LONG',
+ 'WRONG_NUMBOXESCHECKED','TOO_LONG',
'UNIT_INVALID_INSTRUCTOR', 'UNIT_INVALID_STUDENT',
'UNIT_IRRECONCIBLE', 'UNIT_FAIL', 'NO_UNIT',
'UNIT_NOTNEEDED', 'WANTED_NUMERIC', 'BAD_FORMULA', 'NOT_FUNCTION',
More information about the LON-CAPA-cvs
mailing list