Interface | osid.assessment.AssessmentOfferedReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The assessment receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newAssessmentsOffered | ||
Description |
The callback for notifications of new offered assessments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentOfferedIds | the Id of the new AssessmentsOffered | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAssessmentsOffered | ||
Description |
The callback for notification of updated offered assessments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentOfferedIds | the Id of the updated AssessmentsOffered | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAssessmentsOffered | ||
Description |
the callback for notification of deleted offered assessments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentOfferedIds | the Id of the deleted AssessmentsOffered | |
Compliance | mandatory | This method must be implemented. |