apply_filters( 'learndash_rest_statistic_question_response', stdClass $question_response, WpProQuiz_Model_Question $question, string $student_answers, WpProQuiz_Model_StatisticRefModel $stat_ref_model )

Filters the response object for each question.


Description Description


Parameters Parameters

$question_response

Response object for question.

$question

Question object.

$student_answers

Submitted answer data by student.

$stat_ref_model

Statistics ref model.


Top ↑

Source Source

File: includes/rest-api/v2/class-ld-rest-quiz-statistics-controller.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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