OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.AnswerQuery
Implementsosid.OsidObjectQuery
Description

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

MethodgetAnswerQueryRecord
Description

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

Parametersosid.type.TypeanswerRecordTypean answer record type
Returnosid.assessment.records.AnswerQueryRecordthe answer query record
ErrorsNULL_ARGUMENT answerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(answerRecordType) is false
CompliancemandatoryThis method must be implemented.