--- loncom/interface/loncoursedata.pm 2002/10/17 19:36:30 1.38 +++ loncom/interface/loncoursedata.pm 2002/10/22 16:34:24 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: loncoursedata.pm,v 1.38 2002/10/17 19:36:30 matthew Exp $ +# $Id: loncoursedata.pm,v 1.39 2002/10/22 16:34:24 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -487,9 +487,9 @@ sub ProcessTopResourceMap { } my @titleLength=split(//,$cache->{$currentSequence. ':title'}); - # $extra is 3 for problems correct and 3 for space + # $extra is 5 for problems correct and 3 for space # between problems correct and problem output - my $extra = 6; + my $extra = 8; if(($totalProblems + $extra) > (scalar @titleLength)) { $cache->{$currentSequence.':columnWidth'}= $totalProblems + $extra;