apply_filters( 'sensei_autogradable_question_types', Types ) → {array}
Filter question types that can be automatically graded.
This filter fires inside the auto grade quiz function and provides you with the default list.
Parameters:
Name | Type | Description |
---|---|---|
Types |
array | of questions, default: array( 'multiple-choice', 'boolean', 'gap-fill' ). |
Returns:
Filtered array of question types.
- Type
- array