LLMS_Quiz_Attempt::start()
Record the attempt as started
Description Description
Return Return
(obj) $this for chaining
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. |
User Contributed Notes User Contributed Notes
Permalink: