LLMS_Quiz_Attempt_Question::has_remarks()
Determine if remarks are available for the question
Return Return
(bool)
Source Source
File: includes/models/model.llms.quiz.attempt.question.php
public function has_remarks() {
return ( $this->get( 'remarks' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |