mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 00:31:35 +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->fraction = null;
|
||||||
$step->timecreated = $state->timestamp;
|
$step->timecreated = $state->timestamp ? $state->timestamp : time();
|
||||||
$step->userid = $this->attempt->userid;
|
$step->userid = $this->attempt->userid;
|
||||||
|
|
||||||
$summary = $this->qtypeupdater->response_summary($state);
|
$summary = $this->qtypeupdater->response_summary($state);
|
||||||
|
Reference in New Issue
Block a user