OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Interfaceosid.assessment.QuestionForm
Implementsosid.OsidObjectForm
Used Byosid.assessment.ItemAdminSession
Description

This is the form for creating and updating Questions .

MethodgetQuestionFormRecord
Description

Gets the QuestionFormRecord corresponding to the given question record Type .

Parametersosid.type.TypequestionRecordTypethe question record type
Returnosid.assessment.records.QuestionFormRecordthe question record
ErrorsNULL_ARGUMENTquestionRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(questionRecordType) is false
CompliancemandatoryThis method must be implemented.