OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.QuestionQuery
Implementsosid.OsidObjectQuery
Used Byosid.assessment.ItemQuery
Description

This is the query for searching questions. Each method match request produces an AND term while multiple invocations of a method produces a nested OR.

MethodgetQuestionQueryRecord
Description

Gets the question record query corresponding to the given Item record Type.Multiple retrievals produce a nested OR term.

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