mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 08:11:39 +02:00
MDL-28103 one more problem.
This commit is contained in:
@@ -320,7 +320,7 @@ abstract class question_behaviour_attempt_updater {
|
||||
}
|
||||
|
||||
$step->fraction = null;
|
||||
$step->timecreated = $state->timestamp;
|
||||
$step->timecreated = $state->timestamp ? $state->timestamp : time();
|
||||
$step->userid = $this->attempt->userid;
|
||||
|
||||
$summary = $this->qtypeupdater->response_summary($state);
|
||||
|
Reference in New Issue
Block a user