OSID Logo
OSID Specifications
assessment package
Version 3.1.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.TypequestionRecordType the question record type
Returnosid.assessment.records.QuestionFormRecord the question record
ErrorsNULL_ARGUMENT questionRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(questionRecordType) is false
Compliancemandatory This method must be implemented.