Merge branch 'MDL-58845-master' of https://github.com/lucaboesch/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-02-19 02:12:30 +01:00
commit 25e0557484

View File

@ -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);