--- loncom/homework/optionresponse.pm 2009/05/04 13:42:50 1.158 +++ loncom/homework/optionresponse.pm 2010/02/05 15:34:02 1.159 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.158 2009/05/04 13:42:50 onken Exp $ +# $Id: optionresponse.pm,v 1.159 2010/02/05 15:34:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -463,12 +463,39 @@ sub displayfoils { } } } +# debug for checkbox + my $checkboxopt=''; +# end debug for checkbox if ($target ne 'tex') { if ($Apache::lonhomework::type ne 'exam') { - $optionlist=''. + '\n"; + } else { +# classic selection list + $optionlist='\n"; + } } else { $optionlist=''.(' 'x10).''; }