[LON-CAPA-cvs] cvs: loncom /xml scripttag.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 03 Oct 2003 17:15:01 -0000
albertel Fri Oct 3 13:15:01 2003 EDT
Modified files:
/loncom/xml scripttag.pm
Log:
- don't interpolate the result from <display>
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.100 loncom/xml/scripttag.pm:1.101
--- loncom/xml/scripttag.pm:1.100 Mon Aug 11 16:07:20 2003
+++ loncom/xml/scripttag.pm Fri Oct 3 13:15:01 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# <script> definiton
#
-# $Id: scripttag.pm,v 1.100 2003/08/11 20:07:20 albertel Exp $
+# $Id: scripttag.pm,v 1.101 2003/10/03 17:15:01 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -177,6 +177,7 @@
$target eq 'analyze') {
$result=''; # grade should produce no output
}
+ $Apache::lonxml::post_evaluate=0;
} elsif ($target eq "edit" ) {
#$result =
# "<br /> <$token->[1]> output: <br />$bodytext<br />Source:<br />";