Interface | osid.assessment.Bank | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A bank defines a collection of assessments and items. | ||
Method | getBankRecord | ||
Description |
Gets the bank record corresponding to the given | ||
Parameters | osid.type.Type | bankRecordType | a bank record type |
Return | osid.assessment.records.BankRecord | the bank record | |
Errors | NULL_ARGUMENT | bankRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(bankRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |