- Description:
Initialise the an add question modal on the quiz page.
- Source:
- Copyright:
- 2018 Ryan Wyllie
- 2018 Ryan Wyllie
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Initialise the an add question modal on the quiz page.
Methods
(inner) init(modalType, selector, contextId, preShowCallback, showNewCategory) → {promise}
- Description:
Create a modal using the modal factory and add listeners to launch the modal when clicked.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
modalType |
string | Which modal to create |
selector |
string | The selectors for the elements that trigger the modal |
contextId |
int | The current context id |
preShowCallback |
function | A callback to execute before the modal is shown |
showNewCategory |
boolean | Display the New category tab when selecting random questions. |
Returns:
Resolved with the modal
- Type
- promise