mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-58845 mod_choice: In reports, respect "Show column for unanswered"
This commit is contained in:
parent
d1b4ca921e
commit
3a9f0ad138
1 changed files with 0 additions and 2 deletions
|
@ -262,8 +262,6 @@
|
|||
}
|
||||
exit;
|
||||
}
|
||||
// Always show those who haven't answered the question.
|
||||
$choice->showunanswered = 1;
|
||||
$results = prepare_choice_show_results($choice, $course, $cm, $users);
|
||||
$renderer = $PAGE->get_renderer('mod_choice');
|
||||
echo $renderer->display_result($results, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue