apply_filters( 'sensei_quiz_panel_add', $html, $context ) → {string}
Filter the quiz panel add html.
Parameters:
Name | Type | Description |
---|---|---|
$html |
string | HTML for adding a question. |
$context |
string | 'quiz' if the question is being added on the lesson screen. Any other value if it's being added on the question screen. |
- Since:
- 1.9.7
- Source:
Returns:
HTML for adding a question.
- Type
- string