- Description:
Javascript module for displaying feedback in a modal window
- Source:
- Copyright:
- 2023 Kevin Percy
- 2023 Kevin Percy
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Javascript module for displaying feedback in a modal window
Members
(static, constant) init
- Description:
Initialize module
- Source:
Initialize module
Methods
(inner) fetchFeedback(courseid, userid, itemid) → {Promise}
- Description:
Fetch the feedback data.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
courseid |
int | |
userid |
int | |
itemid |
int |
Returns:
- Type
- Promise
(async, inner) getModal(courseid, userid, itemid) → {Promise}
- Description:
Create the modal to display the feedback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
courseid |
int | |
userid |
int | |
itemid |
int |
Returns:
- Type
- Promise
(inner) registerEventListeners()
- Description:
Register event listeners for the View Feedback links.
- Source: