apply_filters( 'sensei_grading_display_quiz_question', $display_values, $type, $question_id ) → {array|null}
Filters the various values which are displayed in the grading admin page for each quiz question. The expected values are type_name, right_answer, user_answer_content and grade_type
Parameters:
Name | Type | Description |
---|---|---|
$display_values |
array | null | { Optional. An array of arguments or null. |
$type |
string | |
$question_id |
int |
- Since:
- 3.15.0
- Source:
Returns:
- Type
- array | null