Warning: This method has been deprecated.
LLMS_Quiz_Attempt::get_status()
Get the attempts status based on start and end dates
Contents
Return Return
(string)
Source Source
File: includes/models/model.llms.quiz.attempt.php
*
* @return obj
*/
public static function init( $quiz_id, $lesson_id, $student = null ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | This method has been deprecated. |
| 3.9.0 | Introduced. |