OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.AnswerForm
Implementsosid.OsidObjectForm
Description

This is the form for creating and updating Answers.

MethodgetAnswerFormRecord
Description

Gets the AnswerFormRecord corresponding to the given answer record Type.

Parametersosid.type.TypeanswerRecordTypethe answer record type
Returnosid.assessment.records.AnswerFormRecordthe answer record
ErrorsNULL_ARGUMENT answerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(answerRecordType) is false
CompliancemandatoryThis method must be implemented.