[LON-CAPA-cvs] cvs: modules /gci londocsgci.pm
gci
gci@source.lon-capa.org
Fri, 15 Jan 2010 18:21:08 -0000
gci Fri Jan 15 18:21:08 2010 EDT
Modified files:
/modules/gci londocsgci.pm
Log:
- Customization for GCI_3
- Remove debugging Javascript alert.
Index: modules/gci/londocsgci.pm
diff -u modules/gci/londocsgci.pm:1.10 modules/gci/londocsgci.pm:1.11
--- modules/gci/londocsgci.pm:1.10 Sat Jan 9 01:07:56 2010
+++ modules/gci/londocsgci.pm Fri Jan 15 18:21:08 2010
@@ -2,7 +2,7 @@
# Custom Edit Course Routines for Assembly of Valid Concept Tests from
# Geoscience Concept Inventory.
#
-# $Id: londocsgci.pm,v 1.10 2010/01/09 01:07:56 gci Exp $
+# $Id: londocsgci.pm,v 1.11 2010/01/15 18:21:08 gci Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -732,8 +732,6 @@
if (document.choices.concepttest[i].checked) {
if (document.choices.concepttest[i].value == 'defchosen') {
document.choices.phase.value = 'storemap';
- alert("Setting value for phase to "+document.choices.phase.value);
-
}
}
}