[LON-CAPA-cvs] cvs: loncom /homework optionresponse.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 03 Oct 2003 15:23:53 -0000
albertel Fri Oct 3 11:23:53 2003 EDT
Modified files:
/loncom/homework optionresponse.pm
Log:
- whoops
Index: loncom/homework/optionresponse.pm
diff -u loncom/homework/optionresponse.pm:1.87 loncom/homework/optionresponse.pm:1.88
--- loncom/homework/optionresponse.pm:1.87 Wed Sep 24 14:18:38 2003
+++ loncom/homework/optionresponse.pm Fri Oct 3 11:23:53 2003
@@ -1,7 +1,7 @@
# LearningOnline Network with CAPA
# option list style responses
#
-# $Id: optionresponse.pm,v 1.87 2003/09/24 18:18:38 sakharuk Exp $
+# $Id: optionresponse.pm,v 1.88 2003/10/03 15:23:53 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -602,7 +602,7 @@
my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
my $text ='';
my $result = '';
- if ($target eq 'web' || $target eq 'tex') {
+ if ($target eq 'web' || $target eq 'tex' || $target eq 'analyze') {
$text=&Apache::lonxml::endredirection;
if ($target eq 'tex' and $Apache::lonhomework::type ne 'exam') { $text = '\vspace*{-2 mm}\item '.$text; }
}