[LON-CAPA-cvs] cvs: loncom /homework optionresponse.pm
raeburn
raeburn@source.lon-capa.org
Mon, 23 Aug 2010 03:57:48 -0000
raeburn Mon Aug 23 03:57:48 2010 EDT
Modified files:
/loncom/homework optionresponse.pm
Log:
- Bug 6329.
Index: loncom/homework/optionresponse.pm
diff -u loncom/homework/optionresponse.pm:1.165 loncom/homework/optionresponse.pm:1.166
--- loncom/homework/optionresponse.pm:1.165 Mon Aug 2 10:52:54 2010
+++ loncom/homework/optionresponse.pm Mon Aug 23 03:57:48 2010
@@ -1,7 +1,7 @@
# LearningOnline Network with CAPA
# option list style responses
#
-# $Id: optionresponse.pm,v 1.165 2010/08/02 10:52:54 foxr Exp $
+# $Id: optionresponse.pm,v 1.166 2010/08/23 03:57:48 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -467,8 +467,7 @@
my $internal_counter=$Apache::lonxml::counter;
my $checkboxopt=&check_box_opt($target,$checkboxvalue,@opt);
if ($checkboxopt) {
- $result.='<br />'.&mt('Choices: ').'<b>'.$opt[0].','.$opt[1].'</b>. '.
- &mt('Select all that are <b>[_1]</b>.',$checkboxopt);
+ $result.='<br />'.&mt('Select all that are <b>[_1]</b>.',$checkboxopt);
}
foreach $name (@whichopt) {
my $text=$Apache::response::foilgroup{$name.'.text'};