From 3fd9edf01055012334682101501a8cbce1d00378 Mon Sep 17 00:00:00 2001 From: pilpi Date: Sat, 22 Nov 2008 13:45:45 +0000 Subject: [PATCH] quiz editing: MDL-17300 it is now possible to change question grades after there are quiz attempts --- mod/quiz/editlib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/quiz/editlib.php b/mod/quiz/editlib.php index 780fed63df..e3f025516c 100644 --- a/mod/quiz/editlib.php +++ b/mod/quiz/editlib.php @@ -452,9 +452,9 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete=true, decimalpoints + 2) . '" value="'.(0 + $quiz->grades[$qnum]). - '" tabindex="'.($lastindex+$qno).'" '.$disabled.' />'; + '" tabindex="'.($lastindex+$qno).'" />'; ?> - /> + -- 2.39.5