--- loncom/interface/lonhelper.pm 2003/06/03 14:40:50 1.36 +++ loncom/interface/lonhelper.pm 2003/06/12 13:52:06 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.36 2003/06/03 14:40:50 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.37 2003/06/12 13:52:06 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1694,6 +1694,10 @@ BUTTONS $col .= "checked "; $checked = 1; } + if ($multichoice) { # all resources start checked; see bug 1174 + $col .= "checked "; + $checked = 1; + } $col .= "value='" . HTML::Entities::encode(&$valueFunc($resource)) . "' />";