Skip to content

Commit

Permalink
MDL-16362 "Quiz - bar graph on results screen" removing var_dump that…
Browse files Browse the repository at this point in the history
… I forgot to clean up.
  • Loading branch information
jamiesensei committed Sep 15, 2008
1 parent e1d91df commit 3d6de87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mod/quiz/report/overview/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ function display($quiz, $cm, $course) {
$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
Expand Down

0 comments on commit 3d6de87

Please sign in to comment.