OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveBankForm
Implementsosid.OsidCatalogForm
Implemented Byosid.learning.batch.ObjectiveBankBatchForm
Used Byosid.learning.ObjectiveBankAdminSession
Description

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

MethodgetObjectiveBankFormRecord
Description

Gets the ObjectiveBankFormRecord corresponding to the given objective bank record Type.

Parametersosid.type.TypeobjectiveBankRecordType an objective bank record type
Returnosid.learning.records.ObjectiveBankFormRecord the objective bank form record
ErrorsNULL_ARGUMENT objectiveBankRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(objectiveBankRecordType) is false
Compliancemandatory This method must be implemented.