Interface | osid.assessment.authoring.AssessmentPartReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The assessment part receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted assessment parts. | ||
Method | newAssessmentParts | ||
Description |
The callback for notifications of new assessment parts. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentPartIds | the Id of the new AssessmentParts | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAssessmentParts | ||
Description |
The callback for notification of updated assessment parts. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentPartIds | the Id of the updated AssessmentParts | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAssessmentParts | ||
Description |
The callback for notification of deleted assessment parts. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentPartIds | the Id of the deleted AssessmentParts | |
Compliance | mandatory | This method must be implemented. |