apply_filters( 'learndash_quiz_check_answer', boolean $check_answer , string $queston_type , string $answer , array $correct_answers , WpProQuiz_Model_Question $question_model )
Filters whether to check the answer of cloze type question.
Description Description
Parameters Parameters
- $check_answer
-
Whether to check the answer.
- $queston_type
-
Type of the question.
- $answer
-
The answer given by user for the question.
- $correct_answers
-
An array of correct answers for the question.
- $question_model
-
Question model object.
Source Source
File: includes/quiz/ld-quiz-pro.php