--- loncom/homework/optionresponse.pm 2002/10/01 14:39:45 1.49
+++ loncom/homework/optionresponse.pm 2002/10/24 19:51:49 1.54
@@ -1,7 +1,7 @@
# LearningOnline Network with CAPA
# option list style responses
#
-# $Id: optionresponse.pm,v 1.49 2002/10/01 14:39:45 sakharuk Exp $
+# $Id: optionresponse.pm,v 1.54 2002/10/24 19:51:49 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -321,6 +321,7 @@ sub displayfoils {
$result .=$Apache::response::foilgroup{$name.'.value'}.
":".$Apache::response::foilgroup{$name.'.text'}."\n";
} else {
+ $Apache::response::foilgroup{$name.'.text'}=~s/\\item//;
$result .='\item '.$Apache::response::foilgroup{$name.'.value'}.
":".$Apache::response::foilgroup{$name.'.text'}."\n";
}
@@ -354,53 +355,40 @@ sub displayfoils {
$temp++;
} else {
if ($displayoptionintex == 0) {
- my $texoptionlist = $optionlist;
- $texoptionlist =~ s/