--- loncom/homework/optionresponse.pm 2013/04/30 03:03:34 1.190
+++ loncom/homework/optionresponse.pm 2013/12/03 14:54:29 1.192
@@ -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.192 2013/12/03 14:54:29 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -64,7 +64,7 @@ sub start_optionresponse {
$token,'4').
&Apache::edit::select_arg('Randomize Foil Order:','randomize',
['yes','no'],$token).
- &Apache::edit::select_arg(&mt('Display of options when printed'),'TeXlayout',
+ &Apache::edit::select_arg('Display of options when printed','TeXlayout',
[['horizontal','Normal list'],
['vertical','Listed in a vertical column']],$token).
&Apache::edit::end_row().&Apache::edit::start_spanning_row();
@@ -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'};