OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookForm
Implementsosid.OsidCatalogForm
Implemented Byosid.grading.batch.GradebookBatchForm
Used Byosid.grading.GradebookAdminSession
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.TypegradebookRecordType a gradebook record type
Returnosid.grading.records.GradebookFormRecord the gradebook form record
ErrorsNULL_ARGUMENT gradebookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookRecordType) is false
Compliancemandatory This method must be implemented.