Skip to content

Commit

Permalink
MDL-58845 mod_choice: In reports, respect "Show column for unanswered"
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Feb 16, 2018
1 parent d1b4ca9 commit 3a9f0ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mod/choice/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3a9f0ad

Please sign in to comment.