From 1780811d552ecd5c538bb0236a9083603bdba7b0 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 18 Aug 2006 08:14:47 +0000 Subject: [PATCH] Added todo. --- lib/questionlib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/questionlib.php b/lib/questionlib.php index 00b1c7eb94..5d8691afcb 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -930,6 +930,8 @@ function regrade_question_in_attempt($question, $attempt, $cmoptions, $verbose=f save_question_session($question, $replaystate); } if ($changed) { + // TODO, call a method in quiz to do this, where 'quiz' comes from + // the question_attempts table. update_record('quiz_attempts', $attempt); } -- 2.39.5