diff --git a/mod/quiz/defaults.php b/mod/quiz/defaults.php deleted file mode 100644 index 0e3e2dfcca2..00000000000 --- a/mod/quiz/defaults.php +++ /dev/null @@ -1,44 +0,0 @@ - true, - - 'review' => 0x3fffffff, - 'attemptonlast' => 0, - 'attempts' => 0, - 'grademethod' => QUIZ_GRADEHIGHEST, - 'decimalpoints' => 2, - 'maximumgrade' => 10, - 'password' => '', - 'popup' => 0, - 'questionsperpage' => 0, - 'shuffleanswers' => 1, - 'shufflequestions' => 0, - 'subnet' => '', - 'timelimit' => 0, - 'optionflags' => 1, - 'penaltyscheme' => 1, - 'delay1' => 0, - 'delay2' => 0, - - 'fix_review' => 0, - 'fix_attemptonlast' => 0, - 'fix_attempts' => 0, - 'fix_grademethod' => 0, - 'fix_decimalpoints' => 0, - 'fix_password' => 0, - 'fix_popup' => 0, - 'fix_questionsperpage' => 0, - 'fix_shuffleanswers' => 0, - 'fix_shufflequestions' => 0, - 'fix_subnet' => 0, - 'fix_timelimit' => 0, - 'fix_optionflags' => 0, - 'fix_penaltyscheme' => 0, - 'fix_delay1' => 0, - 'fix_delay2' => 0, - ); -?>