mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fix for MDL-9666 totals don't appear when full names are shown.
This commit is contained in:
parent
8c74e3f676
commit
19e559e4bc
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user