[LON-CAPA-cvs] cvs: loncom /homework/caparesponse caparesponse.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 03 Jul 2006 14:21:46 -0000
albertel Mon Jul 3 10:21:46 2006 EDT
Modified files:
/loncom/homework/caparesponse caparesponse.pm
Log:
- hide the maxima work for now
Index: loncom/homework/caparesponse/caparesponse.pm
diff -u loncom/homework/caparesponse/caparesponse.pm:1.192 loncom/homework/caparesponse/caparesponse.pm:1.193
--- loncom/homework/caparesponse/caparesponse.pm:1.192 Mon Jun 19 12:16:21 2006
+++ loncom/homework/caparesponse/caparesponse.pm Mon Jul 3 10:21:45 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# caparesponse definition
#
-# $Id: caparesponse.pm,v 1.192 2006/06/19 16:16:21 www Exp $
+# $Id: caparesponse.pm,v 1.193 2006/07/03 14:21:45 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -249,11 +249,11 @@
}
if ($tag eq 'formularesponse') {
- if ($$args_ref{'samples'}) {
+# if ($$args_ref{'samples'}) {
$$args_ref{'type'}='fml';
- } else {
- $$args_ref{'type'}='math';
- }
+# } else {
+# $$args_ref{'type'}='math';
+# }
} elsif ($tag eq 'numericalresponse') {
$$args_ref{'type'}='float';
}