]> git.mjollnir.org Git - moodle.git/commitdiff
Added todo.
authortjhunt <tjhunt>
Fri, 18 Aug 2006 08:14:47 +0000 (08:14 +0000)
committertjhunt <tjhunt>
Fri, 18 Aug 2006 08:14:47 +0000 (08:14 +0000)
lib/questionlib.php

index 00b1c7eb94613515c85dbadce71ce988e3020b9a..5d8691afcbb671dd85f5a76846a9c5539f8bfbf9 100644 (file)
@@ -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);
         }