LLMS_Quiz_Attempt::is_passing()
Determine if the attempt was passing
Contents
Return Return
(boolean)
Source Source
File: includes/models/model.llms.quiz.attempt.php
public function is_passing() { return ( 'pass' === $this->get( 'status' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.9.2 | |
3.16.0 | Introduced. |