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.


Top ↑

Source Source

File: includes/quiz/ld-quiz-pro.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.