mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to clean up.
This commit is contained in:
parent
e1d91dfbce
commit
3d6de8770d
@ -30,9 +30,7 @@ class quiz_overview_report extends quiz_default_report {
|
||||
$fakeattempt->userid = 0;
|
||||
$reviewoptions = quiz_get_reviewoptions($quiz, $fakeattempt, $this->context);
|
||||
$showgrades = ($quiz->grade !== 0) && ($quiz->sumgrades !== 0) && $reviewoptions->scores;
|
||||
echo '<pre>';
|
||||
var_dump(compact('showgrades', 'quiz'));
|
||||
echo '</pre>';
|
||||
|
||||
$download = optional_param('download', '', PARAM_ALPHA);
|
||||
|
||||
/// find out current groups mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user