MDL-58845 mod_choice: In reports, respect "Show column for unanswered"

This commit is contained in:
Luca Bösch 2018-02-14 00:54:56 +01:00
parent d1b4ca921e
commit 3a9f0ad138

View file

@ -262,8 +262,6 @@
} }
exit; exit;
} }
// Always show those who haven't answered the question.
$choice->showunanswered = 1;
$results = prepare_choice_show_results($choice, $course, $cm, $users); $results = prepare_choice_show_results($choice, $course, $cm, $users);
$renderer = $PAGE->get_renderer('mod_choice'); $renderer = $PAGE->get_renderer('mod_choice');
echo $renderer->display_result($results, true); echo $renderer->display_result($results, true);