--- loncom/interface/lonparmset.pm 2005/10/03 19:10:22 1.256 +++ loncom/interface/lonparmset.pm 2005/10/03 20:21:24 1.257 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.256 2005/10/03 19:10:22 banghart Exp $ +# $Id: lonparmset.pm,v 1.257 2005/10/03 20:21:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2761,7 +2761,7 @@ sub output_row { $values = 'Type a list of values separated by commas.'; } if ($options =~ m/active/) { - $checked = ' CHECKED '; + $checked = ' checked="checked" '; } else { $checked = ' '; } @@ -2769,13 +2769,13 @@ sub output_row { $output.=''.$field_text.''; $output.=''; if ($options =~ m/onlyone/) { - $checked = ' CHECKED '; + $checked = ' checked="checked" '; } else { $checked = ' '; } $output.='
'; if ($options =~ m/stuadd/) { - $checked = ' CHECKED '; + $checked = ' checked="checked" '; } else { $checked = ' '; }