--- loncom/homework/optionresponse.pm 2004/05/27 04:25:13 1.110 +++ loncom/homework/optionresponse.pm 2004/07/02 08:21:39 1.111 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.110 2004/05/27 04:25:13 albertel Exp $ +# $Id: optionresponse.pm,v 1.111 2004/07/02 08:21:39 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -479,8 +479,11 @@ sub webbubbles { } $result.=''.$alphabet[$ind].': '. - $opt[$ind].''; + '" value="'.$opt[$ind].'" '.$checked.' />'; + if ($alphabet[$ind]) { + $result.=$alphabet[$ind].': '; + } + $result.=$opt[$ind].''; } $result.=''; return $result;