OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Gradebooks. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the GradebookAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetGradebookFormRecord
Description

Gets the GradebookFormRecord corresponding to the given gradebook record Type.

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