Fix for MDL-9666 totals don't appear when full names are shown.

This commit is contained in:
danmarsden 2007-10-22 21:49:58 +00:00
parent 8c74e3f676
commit 19e559e4bc

View File

@ -454,6 +454,8 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') {
echo get_string("limit", "choice").":";
$choice_option = get_record("choice_options", "id", $optionid);
echo $choice_option->maxanswers;
} else {
echo $columncount[$optionid];
}
echo "</td>";
$count++;