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

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

MethodnewAssessmentsTaken
Description

The callback for notifications of new taken assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentTakenIdsthe Ids of the new AssessmentsTaken
CompliancemandatoryThis method must be implemented.
MethodchangedAssessmenstTaken
Description

The callback for notification of updated taken assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentTakenIdsthe Ids of the updated AssessmentsTaken
CompliancemandatoryThis method must be implemented.
MethoddeletedAssessmenstTaken
Description

the callback for notification of deleted taken assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentTakenIdsthe Ids of the deleted AssessmentsTaken
CompliancemandatoryThis method must be implemented.