mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fix for MDL-9666 totals don't appear when full names are shown.
This commit is contained in:
parent
8c74e3f676
commit
19e559e4bc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue