OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookColumnReceiver
Implementsosid.OsidReceiver
Description

The grade receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted GradebookColumns.

MethodnewGradebookColumns
Description

The callback for notifications of new gradebook columns.

Parametersosid.id.IdListgradebookColumnIdsthe Ids of the new GradebookColumns
CompliancemandatoryThis method must be implemented.
MethodchanegedGradebookColumns
Description

The callback for notifications of new gradebook columns.

Parametersosid.id.IdListgradebookColumnIdsthe Ids of the new GradebookColumns
CompliancemandatoryThis method must be implemented.
MethoddeletedGradebookColumns
Description

The callback for notification of deleted gradebook columns.

Parametersosid.id.IdListgradebookColumnIdsthe Ids of the deleted GradebookColumns
CompliancemandatoryThis method must be implemented.