LLMS_Quiz_Attempt::start()
Record the attempt as started
Contents
Return Return
(LLMS_Quiz_Attempt) Instance of the current quiz attempt object.
Source Source
File: includes/models/model.llms.quiz.attempt.php
public function start() { $this->set( 'start_date', current_time( 'mysql' ) ); $this->save(); return $this; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |