--- loncom/homework/optionresponse.pm 2011/12/15 01:21:28 1.184 +++ loncom/homework/optionresponse.pm 2012/04/18 19:45:39 1.185 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.184 2011/12/15 01:21:28 raeburn Exp $ +# $Id: optionresponse.pm,v 1.185 2012/04/18 19:45:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -806,7 +806,7 @@ sub bubbles { if ($response eq 'rankresponse') {$opt[$ind]='Rank '.$opt[$ind];} if ($ind==0) {$leftmargin=6;} else {$leftmargin=10;} - $current_length += (length($opt[$ind])+length($item)+4)*2; + $current_length += (length($opt[$ind])+length($item)+5)*2; if ($current_length<($textwidth-$leftmargin) and $ind!=$number_of_bubbles) {