OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListassessmentPartIds the Id of the new AssessmentParts
Compliancemandatory This method must be implemented.
MethodchangedAssessmentParts
Description

The callback for notification of updated assessment parts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentPartIds the Id of the updated AssessmentParts
Compliancemandatory This method must be implemented.
MethoddeletedAssessmentParts
Description

The callback for notification of deleted assessment parts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentPartIds the Id of the deleted AssessmentParts
Compliancemandatory This method must be implemented.