apply_filters( 'learndash_ques_free_answer_correct', boolean $correct, array $question_data, array $user_response )

Filters whether the answer is correct or not for a free question type.


Description Description


Parameters Parameters

$correct

Whether the answer is correct or not.

$question_data

An array of question data.

$user_response

An array of user response data.


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.