apply_filters( 'learndash_rest_statistic_answer_node_data', array $answer_node_data, string $type, mixed $data, int $question_id )
Filters the individual answer node.
Description #
Parameters #
- $answer_node_data
-
(array) The answer node.
- $type
-
(string) Whether the node is answer node or student answer node.
- $data
-
(mixed) Individual answer data.
- $question_id
-
(int) Question ID.
Source #
File: includes/classes/answer-types/class-ldlms-base-answer-type.php
Changelog #
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |