OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.Gradebook
Implementsosid.OsidCatalog
Description

A gradebook defines a collection of grade entries.

MethodgetGradebookRecord
Description

Gets the gradebook record corresponding to the given Gradebook record Type. This method is used to retrieve an object implementing the requested record. The gradebookRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(gradebookRecordType) is true .

Parametersosid.type.TypegradebookRecordTypea gradebook record type
Returnosid.grading.records.GradebookRecordthe gradebook record
ErrorsNULL_ARGUMENT gradebookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookRecordType) is false
CompliancemandatoryThis method must be implemented.