Skip to content

Commit

Permalink
fixed notice in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Mar 5, 2005
1 parent 3ac6807 commit 3d3f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/preview.php
Expand Up @@ -34,7 +34,7 @@
$quiz->shuffleanswers = $CFG->quiz_shuffleanswers;
$quiz->questions = "$question->id";
$quiz->sumgrades = $question->defaultgrade;
$quiz->grade = $CFG->quiz_maximumgrade;
$quiz->grade = 0;
$quiz->timecreated = 0;
$quiz->timemodified = 0;
$quiz->timelimit = $CFG->quiz_timelimit;
Expand Down

0 comments on commit 3d3f159

Please sign in to comment.