OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.authoring.AssessmentPartReceiver
Implementsosid.OsidReceiver
Description

The assessment part receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted assessment parts.

MethodnewAssessmentParts
Description

The callback for notifications of new assessment parts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentPartIdsthe Id of the new AssessmentParts
CompliancemandatoryThis method must be implemented.
MethodchangedAssessmentParts
Description

The callback for notification of updated assessment parts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentPartIdsthe Id of the updated AssessmentParts
CompliancemandatoryThis method must be implemented.
MethoddeletedAssessmentParts
Description

The callback for notification of deleted assessment parts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentPartIdsthe Id of the deleted AssessmentParts
CompliancemandatoryThis method must be implemented.