[LON-CAPA-cvs] cvs: modules /gerd/python convert.pl
www
www at source.lon-capa.org
Thu Mar 15 17:20:07 EDT 2012
www Thu Mar 15 21:20:07 2012 EDT
Modified files:
/modules/gerd/python convert.pl
Log:
Correct fields
Index: modules/gerd/python/convert.pl
diff -u modules/gerd/python/convert.pl:1.3 modules/gerd/python/convert.pl:1.4
--- modules/gerd/python/convert.pl:1.3 Fri Feb 10 01:12:05 2012
+++ modules/gerd/python/convert.pl Thu Mar 15 21:20:07 2012
@@ -25,7 +25,7 @@
$output.=(<<'ENDSCRIPT');
$externalurl=¶meter_setting('externalurl');
unless ($externalurl=~/\w/) { $externalurl='http://localhost.localdomain:8889/pyloncapa.py'; }
-%args=('answer'=>$answer,'preamble'=>$preamble,'test_problem'=>$test_problem);
+%args=('answer'=>$answer,'preamble'=>$preamble,'processor'=>$test_problem,'field'=>"pythonprg");
</script>
ENDSCRIPT
$mode='';
More information about the LON-CAPA-cvs
mailing list