--- loncom/homework/optionresponse.pm	2010/08/02 10:52:54	1.165
+++ loncom/homework/optionresponse.pm	2010/08/23 03:57:48	1.166
@@ -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 @@ sub displayfoils {
     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'};