OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.QuestionQuery
Implementsosid.OsidObjectQuery
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.TypequestionRecordTypea question record type
Returnosid.assessment.records.QuestionQueryRecordthe question query record
ErrorsNULL_ARGUMENT questionRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(questionRecordType) is false
CompliancemandatoryThis method must be implemented.