OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.QuestionSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.assessment.ItemSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetQuestionSearchOrderRecord
Description

Gets the question search order record corresponding to the given question record Type.Multiple retrievals return the same underlying object.

Parametersosid.type.TypequestionRecordType a question record type
Returnosid.assessment.records.QuestionSearchOrderRecord the question search order record
ErrorsNULL_ARGUMENT questionRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(questionRecordType) is false
Compliancemandatory This method must be implemented.