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
$tkey = '';
switch ( $key ) {
case 'passed': // Deprecated.
case 'status':
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |