--- loncom/homework/optionresponse.pm 2008/11/20 15:19:15 1.156 +++ loncom/homework/optionresponse.pm 2008/12/10 21:48:21 1.157 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.156 2008/11/20 15:19:15 jms Exp $ +# $Id: optionresponse.pm,v 1.157 2008/12/10 21:48:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -65,8 +65,8 @@ sub start_optionresponse { &Apache::edit::select_arg('Randomize Foil Order:','randomize', ['yes','no'],$token). &Apache::edit::select_arg(&mt('Display of options when printed'),'TeXlayout', - [['horizontal',&mt('Normal list')], - ['vertical',&mt('Listed in a vertical column')]],$token). + [['horizontal','Normal list'], + ['vertical','Listed in a vertical column']],$token). &Apache::edit::end_row().&Apache::edit::start_spanning_row(); } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack, @@ -841,4 +841,4 @@ start_optionresponse() =back -=cut \ No newline at end of file +=cut