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.
Source Source
File: includes/rest-api/v2/class-ld-rest-quiz-statistics-controller.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |