apply_filters( 'sensei_quiz_grade_create_answer_id', $answer_id, $context ) → {int}
Filters the answer ID when quiz grade is created.
Parameters:
Name | Type | Description |
---|---|---|
$answer_id |
int | The answer ID. |
$context |
string | The context. |
- Since:
- 4.23.1
- Source:
Returns:
The answer ID.
- Type
- int