--- loncom/interface/lonhelper.pm 2003/05/05 15:17:25 1.18 +++ loncom/interface/lonhelper.pm 2003/05/05 18:05:21 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.18 2003/05/05 15:17:25 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.19 2003/05/05 18:05:21 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1689,7 +1689,7 @@ BUTTONS $checked = 1; } $result .= - " value='" . HTML::Entities::encode($_) + " value='" . HTML::Entities::encode($_ . ':' . $choices->{$_}->[$section]) . "' />" . HTML::Entities::encode($choices->{$_}->[$fullname]) . ""