LLMS_Question::get_correct_option()
Get the correct option for the question
Contents
Return Return
(array|null)
Source Source
File: includes/models/model.llms.question.php
* @param boolean $ret Return value.
* @param string $string Name of the feature being checked.
* @param string $option Name of the option being checked.
* @param LLMS_Question $question Instance of the LLMS_Question.
*/
return apply_filters( "llms_{$this->get( 'question_type' )}_question_supports", $ret, $feature, $option, $this );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |