Added todo.

This commit is contained in:
tjhunt 2006-08-18 08:14:47 +00:00
parent 68c5252623
commit 1780811d55

View 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);
}