complexType "QuestionBlockType"
Namespace:
Content:
complex, 7 attributes, 25 elements
Defined:
Includes:
definitions of 1 attribute, 14 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:decimal
   
>
   
Content: 
</...>
Content Model Elements (25):
ExternalAid, ExternalInterviewerInstruction, InterviewerInstructionReference, QuestionBlockIntent, QuestionBlockName, QuestionGridReference, QuestionItemReference, QuestionSequence, StimulusMaterial, r:Agency, r:BasedOnObject, r:Binding, r:ConceptReference, r:ID, r:InParameter, r:MaintainableObject, r:OutParameter, r:ResponseCardinality, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
QuestionBlock
Known Usage Locations
Annotation
A QuestionBlock is a specific structure used in educational and other types of testing where an object (Stimulus Material) is provided and a set of questions are asked regarding the object. The QuestionBlock generally has related QuestionBlocks that measure similar skills or aptitudes and is used randomly within a set of questionnaires to create multiple versions of a single questionnaire that can be used with large groups for testing purposes. Assembly of the QuestionBlocks into a questionnaire may the result of selection based on an experimental design model. It contains information on what the QuestionBlock is intended to measure, input and output parameters for the QuestionBlock, a description of the stimulus material and the questions related to it, instructions on sequencing and number of allowed responses, references to external aids and instructions, and an estimate of the time needed to complete the question. Note that the QuestionBlock is a reusable format for use in any number of applied uses. External aids, instructions, response sequencing etc. should contain information consistent with the general use of the QuestionBlock (QuestionItems and QuestionGrids will contain information specific to the individual question). Additional materials and information can be added within the QuestionConstruct which is the applied use of a question.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          QuestionBlockType
XML Source (w/o annotations (16); see within schema source)
<xs:complexType name="QuestionBlockType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QuestionBlockName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:InParameter"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OutParameter"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Binding"/>
<xs:element minOccurs="0" ref="QuestionBlockIntent"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="StimulusMaterial"/>
<xs:element ref="QuestionItemReference"/>
<xs:element ref="QuestionGridReference"/>
</xs:choice>
<xs:element minOccurs="0" ref="QuestionSequence"/>
<xs:element minOccurs="0" ref="r:ResponseCardinality"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:ConceptReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExternalAid"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ExternalInterviewerInstruction"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="estimatedSecondsResponseTime" type="xs:decimal" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
estimatedSecondsResponseTime
Type:
xs:decimal, predefined
Use:
optional
The estimated amount of time required to answer a question expressed in seconds. Decimal values should be used to define fractions of seconds.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="estimatedSecondsResponseTime" type="xs:decimal" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 14/25)
ExternalAid
Type:
r:OtherMaterialType, complex content
A pointer to an external aid presented by the instrument such as a text card, image, audio, or audiovisual aid. Typically a URN. Use type attribute to describe the type of external aid provided. Example of terms to use would include: imageOnly audioOnly audioVisual multiMedia.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExternalAid"/>

ExternalInterviewerInstruction
Type:
External reference to an interviewer instruction not expressed as DDI XML using OtherMaterial.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ExternalInterviewerInstruction"/>

InterviewerInstructionReference
Type:
Reference to an interviewer instruction expressed as DDI XML.
XML Source (w/o annotations (1); see within schema source)

QuestionBlockIntent
Type:
r:StructuredStringType, complex content
The purpose of the QuestionBlock in terms of what it is designed to test. May contain information on specific aspects of the Block and its construction.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="QuestionBlockIntent"/>

QuestionBlockName
Type:
r:NameType, complex content
A name for the QuestionBlock. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QuestionBlockName"/>

QuestionGridReference
Type:
r:ReferenceType, complex content
Reference to a QuestionGrid containing a question regarding the stimulus material.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QuestionGridReference"/>

QuestionItemReference
Type:
r:ReferenceType, complex content
Reference to a QuestionItem containing a question regarding the stimulus material.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QuestionItemReference"/>

QuestionSequence
Type:
QuestionSequenceType, complex content
Allows for recommending that the sequence of questions should vary according to a specified pattern, i.e., random, rotation, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="QuestionSequence"/>

r:Binding
Type:
r:BindingType, complex content
A structure used to bind the content of a parameter declared as the source to a parameter declared as the target. For example, binding the OutParameter of one Question to the InParameter of another Question in order to personalize a question text. Care should be taken to bind only reusable information at this level. Binding is also available at the QuestionConstruct to reflect bindings particular to the use of the question in a specific question flow or instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Binding"/>

r:ConceptReference
Type:
r:ReferenceType, complex content
A reference to the concept the QuestionBlock is intended to gather data on.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:ConceptReference"/>

r:InParameter
Type:
r:InParameterType, complex content
Provides an identity for input objects required for the QuestionBlock.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:InParameter"/>

r:OutParameter
Type:
r:ParameterType, complex content
Provides an identify for the output objects of the QuestionBlock.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OutParameter"/>

r:ResponseCardinality
Type:
Indicates the minimum and maximum number of responses to expect from the QuestionBlock.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ResponseCardinality"/>

StimulusMaterial
Type:
r:OtherMaterialType, complex content
Material that is visual, verbal and/or auditory used to communicate ideas or information which can be researched or provide a source for a response. For example, a picture about which a number of questions are asked, or a sound for which a measurable response is taken (as in a hearing test).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="StimulusMaterial"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set