mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Added todo.
This commit is contained in:
parent
68c5252623
commit
1780811d55
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user