--- loncom/homework/optionresponse.pm 2013/04/30 03:03:34 1.190 +++ loncom/homework/optionresponse.pm 2013/07/19 18:24:21 1.191 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.190 2013/04/30 03:03:34 raeburn Exp $ +# $Id: optionresponse.pm,v 1.191 2013/07/19 18:24:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -588,7 +588,7 @@ sub displayfoils { if ($checkboxopt && (!$no_tfprompt)) { $result.='
'. ($checkboxchoices?&mt('Choices: ').''.$opt[0].','.$opt[1].'. ':''). - &mt('Select all that are [_1].',$checkboxopt); + &mt('Select all that are [_1].',''.$checkboxopt.''); } foreach $name (@whichopt) { my $text=$Apache::response::foilgroup{$name.'.text'};