A B C D E F G H I J K L M N O P Q R S T U V W X

A

A - Class in org.qtitools.qti.node.content.xhtml.hypertext
Although a inherits from simpleInline it must not contain, either directly or indirectly, another a.
A(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.hypertext.A
Constructs object.
Abbr - Class in org.qtitools.qti.node.content.xhtml.text
abbr
Abbr(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Abbr
Constructs object.
AbstractAtomicBlock - Class in org.qtitools.qti.node.content.basic
abstract class for atomicBlocks
AbstractAtomicBlock(XmlObject) - Constructor for class org.qtitools.qti.node.content.basic.AbstractAtomicBlock
Constructs object.
AbstractAttribute - Class in org.qtitools.qti.attribute
Node's attribute implementation.
AbstractAttribute(XmlNode, String, boolean, boolean) - Constructor for class org.qtitools.qti.attribute.AbstractAttribute
Constructs attribute.
AbstractContentNodeGroup - Class in org.qtitools.qti.group.content
Group of content children.
AbstractContentNodeGroup(XmlNode, String, boolean) - Constructor for class org.qtitools.qti.group.content.AbstractContentNodeGroup
Constructs group.
AbstractContentNodeGroup(XmlNode, String, Integer, Integer) - Constructor for class org.qtitools.qti.group.content.AbstractContentNodeGroup
Constructs group.
AbstractExpression - Class in org.qtitools.qti.node.expression
Abstract super class for all expressions.
AbstractExpression(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.AbstractExpression
Constructs expression.
AbstractJump - Class in org.qtitools.qti.node.test
Parent for all jump objects (preCondition and branchRule).
AbstractJump(AbstractPart) - Constructor for class org.qtitools.qti.node.test.AbstractJump
Constructs object.
AbstractNode - Class in org.qtitools.qti.node
Parent of all xml nodes.
AbstractNode(XmlNode) - Constructor for class org.qtitools.qti.node.AbstractNode
Constructs node.
AbstractNodeGroup - Class in org.qtitools.qti.group
Parent of all groups.
AbstractNodeGroup(XmlNode, String, boolean) - Constructor for class org.qtitools.qti.group.AbstractNodeGroup
Constructs group with maximum set to 1.
AbstractNodeGroup(XmlNode, String, Integer, Integer) - Constructor for class org.qtitools.qti.group.AbstractNodeGroup
Constructs group.
AbstractObject - Class in org.qtitools.qti.node
Parent of all xml objects.
AbstractObject(XmlObject) - Constructor for class org.qtitools.qti.node.AbstractObject
Constructs object.
AbstractPairValue - Class in org.qtitools.qti.value
Superclass for pair and directedPair values.
AbstractPairValue(String, String) - Constructor for class org.qtitools.qti.value.AbstractPairValue
Constructs AbstractPairValue from given pair of identifiers.
AbstractPairValue(String) - Constructor for class org.qtitools.qti.value.AbstractPairValue
Constructs AbstractPairValue from given String representation.
AbstractPart - Class in org.qtitools.qti.node.test
Abstract super class for test part and section part.
AbstractPart(ControlObject) - Constructor for class org.qtitools.qti.node.test.AbstractPart
Constructs part.
AbstractResult - Class in org.qtitools.qti.node.result
Parent of testResult and itemResult.
AbstractResult(AssessmentResult) - Constructor for class org.qtitools.qti.node.result.AbstractResult
Constructs object.
AbstractSimpleBlock - Class in org.qtitools.qti.node.content.basic
Abstract class for simpleBlocks
AbstractSimpleBlock(XmlObject) - Constructor for class org.qtitools.qti.node.content.basic.AbstractSimpleBlock
Constructs object.
AbstractSimpleInline - Class in org.qtitools.qti.node.content.basic
abstract class for simpleInlines
AbstractSimpleInline(XmlObject) - Constructor for class org.qtitools.qti.node.content.basic.AbstractSimpleInline
Constructs object.
AbstractValidationItem - Class in org.qtitools.qti.validation
Abstract implementation of ValidationItem.
AbstractValidationItem(Validatable, XmlNode, String) - Constructor for class org.qtitools.qti.validation.AbstractValidationItem
Constructs validation item.
Acronym - Class in org.qtitools.qti.node.content.xhtml.text
abbr
Acronym(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Acronym
Constructs object.
add(Attribute) - Method in class org.qtitools.qti.attribute.AttributeList
Adds given attribute into this container.
add(int, Attribute) - Method in class org.qtitools.qti.attribute.AttributeList
Adds given attribute into this container at given position.
add(NodeGroup) - Method in class org.qtitools.qti.group.NodeGroupList
Adds given group into this container.
add(int, NodeGroup) - Method in class org.qtitools.qti.group.NodeGroupList
Adds given group into this container at given position.
add(ValidationItem) - Method in class org.qtitools.qti.validation.ValidationResult
Adds validation item into this container.
add(ValidationResult) - Method in class org.qtitools.qti.validation.ValidationResult
Adds all validation items from given container into this container.
add(SingleValue) - Method in class org.qtitools.qti.value.ListValue
Adds SingleValue into this container.
add(MultipleValue) - Method in class org.qtitools.qti.value.MultipleValue
Adds MultipleValue into this container.
add(OrderedValue) - Method in class org.qtitools.qti.value.OrderedValue
Adds OrderedValue into this container.
add(String, SingleValue) - Method in class org.qtitools.qti.value.RecordValue
Adds SingleValue into this container.
add(RecordValue) - Method in class org.qtitools.qti.value.RecordValue
Adds RecordValue into this container.
Address - Class in org.qtitools.qti.node.content.xhtml.text
address
Address(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Address
Constructs object.
ALLOW_COMMENT_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getAllowComment method.
ALLOW_REVIEW_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getAllowReview method.
ALLOW_SKIPPING_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getAllowSkipping method.
And - Class in org.qtitools.qti.node.expression.operator
The and operator takes one or more sub-expressions each with A base-type of boolean and single cardinality.
And(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.And
Constructs expression.
AnyN - Class in org.qtitools.qti.node.expression.operator
The anyN operator takes one or more sub-expressions each with A base-type of boolean and single cardinality.
AnyN(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.AnyN
Constructs expression.
appendChild(XmlNode) - Method in class org.qtitools.qti.node.content.BodyElement
Adds the block newChild to the end of the list of children of this block.
AreaMapEntry - Class in org.qtitools.qti.node.item.response.declaration
 
AreaMapEntry(AreaMapping) - Constructor for class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Construct A new AreaMapEntry.
AreaMapEntryGroup - Class in org.qtitools.qti.group.item.response.declaration
Group of AreaMapEntry elements
AreaMapEntryGroup(AreaMapping) - Constructor for class org.qtitools.qti.group.item.response.declaration.AreaMapEntryGroup
Constructs group.
AreaMapping - Class in org.qtitools.qti.node.item.response.declaration
A special class used to create a mapping from a source set of point values to a target set of float values.
AreaMapping(ResponseDeclaration) - Constructor for class org.qtitools.qti.node.item.response.declaration.AreaMapping
Creates object.
AreaMappingGroup - Class in org.qtitools.qti.group.item.response.declaration
Group of AreaMapping children
AreaMappingGroup(ResponseDeclaration) - Constructor for class org.qtitools.qti.group.item.response.declaration.AreaMappingGroup
Constructs group.
areJumpsEnabled() - Method in class org.qtitools.qti.node.test.TestPart
Returns true if jumps (preConditions and branchRules) are enabled; false otherwise.
AssessmentItem - Class in org.qtitools.qti.node.item
AssessmentItem encompasses the information that is presented to A candidate and information about how to score the item.
AssessmentItem() - Constructor for class org.qtitools.qti.node.item.AssessmentItem
Constructs assessmentItem.
AssessmentItem(String, String, boolean, boolean) - Constructor for class org.qtitools.qti.node.item.AssessmentItem
Convenience constructor for assessmentItem.
AssessmentItemRef - Class in org.qtitools.qti.node.test
Items are incorporated into the test by reference and not by direct aggregation.
AssessmentItemRef(AssessmentSection) - Constructor for class org.qtitools.qti.node.test.AssessmentItemRef
Constructs item reference.
AssessmentResult - Class in org.qtitools.qti.node.result
An Assessment Result is used to report the results of A candidate's interaction with A test and/or one or more items attempted.
AssessmentResult() - Constructor for class org.qtitools.qti.node.result.AssessmentResult
Constructs assessmentResult.
AssessmentSection - Class in org.qtitools.qti.node.test
Sections group together individual item references and/or sub-sections.
AssessmentSection(AbstractPart) - Constructor for class org.qtitools.qti.node.test.AssessmentSection
Constructs section.
AssessmentSectionGroup - Class in org.qtitools.qti.group.test
Group of assessmentSection children.
AssessmentSectionGroup(AbstractPart) - Constructor for class org.qtitools.qti.group.test.AssessmentSectionGroup
Constructs group.
AssessmentTest - Class in org.qtitools.qti.node.test
A test is A group of assessmentItems with an associated set of rules that determine which of the items the candidate sees, in what order, and in what way the candidate interacts with them.
AssessmentTest() - Constructor for class org.qtitools.qti.node.test.AssessmentTest
Constructs assessmentTest.
AssessmentTest(String, String) - Constructor for class org.qtitools.qti.node.test.AssessmentTest
Convenience constructor for assessmentTest.
AssociableChoice - Class in org.qtitools.qti.node.item.interaction.choice
Other interactions involve associating pairs of predefined choices.
AssociableChoice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.AssociableChoice
Constructs object.
AssociableHotspot - Class in org.qtitools.qti.node.item.interaction.graphic
Attribute : matchMax [1]: integer The maximum number of choices this choice may be associated with.
AssociableHotspot(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Construct new AssociableHotspot.
AssociableHotspotContainer - Interface in org.qtitools.qti.node.item.interaction.graphic
Interface for marking classes that contain associableHotspots
AssociableHotspotGroup - Class in org.qtitools.qti.group.item.interaction.graphic
Group of associableHotspot children.
AssociableHotspotGroup(AssociableHotspotContainer) - Constructor for class org.qtitools.qti.group.item.interaction.graphic.AssociableHotspotGroup
Constructs group.
AssociableHotspotGroup(AssociableHotspotContainer, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.graphic.AssociableHotspotGroup
Constructs group.
AssociateInteraction - Class in org.qtitools.qti.node.item.interaction
An associate interaction is a blockInteraction that presents candidates with a number of choices and allows them to create associations between them.
AssociateInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.AssociateInteraction
Construct new interaction.
AtomicBlock - Interface in org.qtitools.qti.node.content.basic
atomicBlock marker interface
AtomicInline - Interface in org.qtitools.qti.node.content.basic
atomicInline marker interface
ATTR_ABBR_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of abbr attribute in xml schema.
ATTR_ACCESS_NAME - Static variable in class org.qtitools.qti.node.test.TestFeedback
Name of access attribute in xml schema.
ATTR_ADAPTIVE_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of adaptive attribute in xml schema.
ATTR_ALLOW_COMMENT_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of allowComment attribute.
ATTR_ALLOW_COMMENT_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of allowComment attribute in xml schema.
ATTR_ALLOW_REVIEW_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of allowReview attribute.
ATTR_ALLOW_REVIEW_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of allowReview attribute in xml schema.
ATTR_ALLOW_SKIPPING_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of allowSkipping attribute.
ATTR_ALLOW_SKIPPING_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of allowSkipping attribute in xml schema.
ATTR_ALT_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.image.Img
Name of alt attribute in xml schema.
ATTR_AUTOSTART_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Name of autostart attribute in xml schema.
ATTR_AXIS_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of axis attribute in xml schema.
ATTR_BASE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.content.variable.PrintedVariable
Default value of base attribute.
ATTR_BASE_DEFAULT_VALUE - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Default value of base attribute.
ATTR_BASE_NAME - Static variable in class org.qtitools.qti.node.content.variable.PrintedVariable
Name of base attribute in xml schema.
ATTR_BASE_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of base attribute in xml schema.
ATTR_BASE_TYPE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.outcome.TestVariables
Default value of baseType attribute.
ATTR_BASE_TYPE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.ItemVariable
Default value of baseType attribute.
ATTR_BASE_TYPE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.shared.FieldValue
Default value of baseType attribute.
ATTR_BASE_TYPE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.shared.VariableDeclaration
Default value of baseType attribute.
ATTR_BASE_TYPE_NAME - Static variable in class org.qtitools.qti.node.expression.general.BaseValue
Name of baseType attribute in xml schema.
ATTR_BASE_TYPE_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.TestVariables
Name of baseType attribute in xml schema.
ATTR_BASE_TYPE_NAME - Static variable in class org.qtitools.qti.node.result.ItemVariable
Name of baseType attribute in xml schema.
ATTR_BASE_TYPE_NAME - Static variable in class org.qtitools.qti.node.shared.FieldValue
Name of baseType attribute in xml schema.
ATTR_BASE_TYPE_NAME - Static variable in class org.qtitools.qti.node.shared.VariableDeclaration
Name of baseType attribute in xml schema.
ATTR_CARDINALITY_NAME - Static variable in class org.qtitools.qti.node.result.ItemVariable
Name of cardinality attribute in xml schema.
ATTR_CARDINALITY_NAME - Static variable in class org.qtitools.qti.node.shared.VariableDeclaration
Name of cardinality attribute in xml schema.
ATTR_CASE_SENSITIVE_NAME - Static variable in class org.qtitools.qti.node.expression.operator.StringMatch
Name of caseSensitive attribute in xml schema.
ATTR_CASE_SENSITIVE_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Substring
Name of caseSensitive attribute in xml schema.
ATTR_CATEGORIES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentItemRef
Default value of category attribute.
ATTR_CATEGORIES_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentItemRef
Name of category attribute in xml schema.
ATTR_CENTER_POINT_NAME - Static variable in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Name of centerPoint attribute in xml schema.
ATTR_CHOICE_SEQUENCE_NAME - Static variable in class org.qtitools.qti.node.result.ResponseVariable
Name of choiceSequence attribute in xml schema.
ATTR_CITE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.text.Blockquote
Name of label attribute in xml schema.
ATTR_CITE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.text.Q
Name of label attribute in xml schema.
ATTR_CLASS_NAME - Static variable in class org.qtitools.qti.node.content.BodyElement
Name of class attribute in xml schema.
ATTR_CLASS_NAME - Static variable in class org.qtitools.qti.node.expression.operator.CustomOperator
Name of the class attribute in xml schema.
ATTR_COLSPAN_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of colspan attribute in xml schema.
ATTR_COORDINATES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.Inside
Default value of coords attribute.
ATTR_COORDINATES_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Inside
Name of coords attribute in xml schema.
ATTR_COORDS_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Name of coords attribute in xml schema.
ATTR_COORDS_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Name of coords attribute in xml schema.
ATTR_DATA_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Object
Name of data attribute in xml schema.
ATTR_DATE_STAMP_NAME - Static variable in class org.qtitools.qti.node.result.AbstractResult
Name of datestamp attribute in xml schema.
ATTR_DEFAULT_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.content.mathml.Math
Name of xmlns attribute in xml schema.
ATTR_DEFAULT_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of xmlns attribute in xml schema.
ATTR_DEFAULT_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Name of xmlns attribute in xml schema.
ATTR_DEFAULT_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of xmlns attribute in xml schema.
ATTR_DEFAULT_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.content.mathml.Math
Value of xmlns attribute.
ATTR_DEFAULT_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Value of xmlns attribute.
ATTR_DEFAULT_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Value of xmlns attribute.
ATTR_DEFAULT_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Value of xmlns attribute.
ATTR_DEFAULT_VALUE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Default value of the defaultValue attribute
ATTR_DEFAULT_VALUE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.response.declaration.Mapping
Default value of the defaultValue attribute
ATTR_DEFAULT_VALUE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.LookupTable
Default value of defaultValue attribute.
ATTR_DEFAULT_VALUE_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Name of defaultValue attribute in xml schema.
ATTR_DEFAULT_VALUE_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.Mapping
Name of defaultValue attribute in xml schema.
ATTR_DEFAULT_VALUE_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.LookupTable
Name of defaultValue attribute in xml schema.
ATTR_DEFINITION_NAME - Static variable in class org.qtitools.qti.node.expression.operator.CustomOperator
Name of the definition attribute in xml schema.
ATTR_EXCLUDE_CATEGORIES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.outcome.ItemSubset
Default value of excludeCategory attribute.
ATTR_EXCLUDE_CATEGORIES_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.ItemSubset
Name of excludeCategory attribute in xml schema.
ATTR_EXPECTED_LENGTH_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of expectedLength attribute in xml schema.
ATTR_EXPECTED_LINES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Name of expectedLines attribute in xml schema.
ATTR_FIGURES_NAME - Static variable in class org.qtitools.qti.node.expression.operator.EqualRounded
Name of figures attribute in xml schema.
ATTR_FIXED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.choice.Choice
Default value of fixed attribute.
ATTR_FIXED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.SectionPart
Default value of fixed attribute.
ATTR_FIXED_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.Choice
Name of fixed attribute in xml schema.
ATTR_FIXED_NAME - Static variable in class org.qtitools.qti.node.test.SectionPart
Name of fixed attribute in xml schema.
ATTR_FORMAT_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.content.variable.PrintedVariable
Default value of format attribute.
ATTR_FORMAT_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Default value of format attribute.
ATTR_FORMAT_NAME - Static variable in class org.qtitools.qti.node.content.variable.PrintedVariable
Name of format attribute in xml schema.
ATTR_FORMAT_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Name of format attribute in xml schema.
ATTR_HEADERS_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of headers attribute in xml schema.
ATTR_HEIGHT_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.image.Img
Name of height attribute in xml schema.
ATTR_HEIGHT_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Object
Name of height attribute in xml schema.
ATTR_HOTSPOT_LABEL_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Name of hotspotLabel attribute in xml schema.
ATTR_HREF_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.hypertext.A
Name of href attribute in xml schema.
ATTR_HREF_NAME - Static variable in class org.qtitools.qti.node.item.Stylesheet
Name of href attribute in xml schema.
ATTR_HREF_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentItemRef
Name of href attribute in xml schema.
ATTR_ID_NAME - Static variable in class org.qtitools.qti.node.content.BodyElement
Name of id attribute in xml schema.
ATTR_IDENTIFIER_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.outcome.ItemSubset
Default value of identifier attribute.
ATTR_IDENTIFIER_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.shared.FieldValue
Default value of fieldIdentifier attribute.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.content.template.TemplateElement
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.content.variable.FeedbackElement
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.content.variable.PrintedVariable
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.general.LookupExpression
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.general.MapResponse
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.general.MapResponsePoint
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.operator.FieldValue
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.ItemSubset
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.Choice
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.ModalFeedback
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.result.AbstractResult
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.result.ItemVariable
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.result.SessionIdentifier
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.shared.FieldValue
Name of fieldIdentifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.test.Weight
Name of identifier attribute in xml schema.
ATTR_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.UniqueObject
Name of identifier attribute in xml schema.
ATTR_IDENTIFIERS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.RecordEx
Default value of identifiers attribute.
ATTR_IDENTIFIERS_NAME - Static variable in class org.qtitools.qti.node.expression.operator.RecordEx
Name of identifiers attribute in xml schema.
ATTR_INCLUDE_BOUNDARY_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Default value of includeBoundary attribute.
ATTR_INCLUDE_BOUNDARY_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Name of includeBoundary attribute in xml schema.
ATTR_INCLUDE_CATEGORIES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.outcome.ItemSubset
Default value of includeCategory attribute.
ATTR_INCLUDE_CATEGORIES_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.ItemSubset
Name of includeCategory attribute in xml schema.
ATTR_INCLUDE_LOWER_BOUND_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Default value of includeLowerBound attribute.
ATTR_INCLUDE_LOWER_BOUND_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Name of includeLowerBound attribute in xml schema.
ATTR_INCLUDE_UPPER_BOUND_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Default value of incluseUpperBound attribute.
ATTR_INCLUDE_UPPER_BOUND_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Name of includeUpperBound attribute in xml schema.
ATTR_INDEX_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Index
Name of n attribute in xml schema.
ATTR_INTERPRETATION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.CorrectResponse
Default value of interpretation attribute.
ATTR_INTERPRETATION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Default value of interpretation attribute.
ATTR_INTERPRETATION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Default value of interpretation attribute.
ATTR_INTERPRETATION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.shared.declaration.DefaultValue
Default value of interpretation attribute.
ATTR_INTERPRETATION_NAME - Static variable in class org.qtitools.qti.node.item.CorrectResponse
Name of interpretation attribute in xml schema.
ATTR_INTERPRETATION_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of interpretation attribute in xml schema.
ATTR_INTERPRETATION_NAME - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of interpretation attribute in xml schema.
ATTR_INTERPRETATION_NAME - Static variable in class org.qtitools.qti.node.shared.declaration.DefaultValue
Name of interpretation attribute in xml schema.
ATTR_KEEP_TOGETHER_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentSection
Default value of keepTogether attribute.
ATTR_KEEP_TOGETHER_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentSection
Name of keepTogether attribute in xml schema.
ATTR_LABEL_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Default value of label attribute.
ATTR_LABEL_NAME - Static variable in class org.qtitools.qti.node.content.BodyElement
Name of label attribute in xml schema.
ATTR_LABEL_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of label attribute in xml schema.
ATTR_LANG_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Default value of lang attribute.
ATTR_LANG_NAME - Static variable in class org.qtitools.qti.node.content.BodyElement
Name of lang attribute in xml schema.
ATTR_LANG_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of lang attribute in xml schema.
ATTR_LONG_INTERPRETATION - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of longInterpretation attribute in xml schema.
ATTR_LONG_INTERPRETATION - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of longInterpretation attribute in xml schema.
ATTR_LONG_INTERPRETATION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Default value of longInterpretation attribute.
ATTR_LONG_INTERPRETATION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Default value of longInterpretation attribute.
ATTR_LONGDESC_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.image.Img
Name of longdesc attribute in xml schema.
ATTR_LOOP_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Default value of loop attribute.
ATTR_LOOP_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Name of loop attribute in xml schema.
ATTR_LOWER_BOUND_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of lowerBound attribute in xml schema.
ATTR_LOWER_BOUND_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Name of lowerBound attribute in xml schema.
ATTR_LOWER_BOUND_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.Mapping
Name of lowerBound attribute in xml schema.
ATTR_MAP_KEY_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.MapEntry
Name of mapKey attribute in xml schema.
ATTR_MAPPED_VALUE_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Name of mappedValue attribute in xml schema.
ATTR_MAPPED_VALUE_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.MapEntry
Name of mappedValue attribute in xml schema.
ATTR_MASTERY_VALUE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Default value of masteryValue attribute.
ATTR_MASTERY_VALUE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Default value of masteryValue attribute.
ATTR_MASTERY_VALUE_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of masteryValue attribute in xml schema.
ATTR_MASTERY_VALUE_NAME - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of masteryValue attribute in xml schema.
ATTR_MATCH_GROUP_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.AssociableChoice
Name of matchGroup attribute in xml schema.
ATTR_MATCH_MAX_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Name of matchMax attribute in xml schema.
ATTR_MATCH_MAX_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Name of matchMax attribute in xml schema.
ATTR_MATCH_MAX_NAME - Static variable in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Name of matchMax attribute in xml schema.
ATTR_MATCH_MIN_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Default value of matchMin attribute.
ATTR_MATCH_MIN_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Default value of matchMin attribute.
ATTR_MATCH_MIN_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Default value of matchMin attribute.
ATTR_MATCH_MIN_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Name of matchMin attribute in xml schema.
ATTR_MATCH_MIN_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Name of matchMin attribute in xml schema.
ATTR_MATCH_MIN_NAME - Static variable in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Name of matchMin attribute in xml schema.
ATTR_MATH_VARIABLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Default value of mathVariable attribute.
ATTR_MATH_VARIABLE_NAME - Static variable in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Name of mathVariable attribute in xml schema.
ATTR_MAX_ASSOCIATIONS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Default value of maxAssociations attribute.
ATTR_MAX_ASSOCIATIONS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Default value of maxAssociations attribute.
ATTR_MAX_ASSOCIATIONS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Default value of maxAssociations attribute .
ATTR_MAX_ASSOCIATIONS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Name of maxAssociations attribute in xml schema.
ATTR_MAX_ASSOCIATIONS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Name of maxAssociations attribute in xml schema.
ATTR_MAX_ASSOCIATIONS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Name of maxAssociations attribute in xml schema.
ATTR_MAX_ATTEMPTS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of maxAttempts attribute.
ATTR_MAX_ATTEMPTS_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of maxAttempts attribute in xml schema.
ATTR_MAX_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Default value of maxChoices attribute .
ATTR_MAX_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Default value of maxChoices attribute.
ATTR_MAX_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.HottextInteraction
Default value of maxChoices attribute .
ATTR_MAX_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Default value of maxChoices attribute .
ATTR_MAX_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Default value of maxChoices attribute.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.HottextInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.OrderInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Name of maxChoices attribute in xml schema.
ATTR_MAX_PLAYS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Default value of maxPlays attribute.
ATTR_MAX_PLAYS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Name of maxPlays attribute in xml schema.
ATTR_MAX_STRINGS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Name of maxStrings attribute in xml schema.
ATTR_MAXIMUM_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.TimeLimit
Default value of maxTime attribute.
ATTR_MAXIMUM_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomFloat
Name of max attribute in xml schema.
ATTR_MAXIMUM_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomInteger
Name of max attribute in xml schema.
ATTR_MAXIMUM_NAME - Static variable in class org.qtitools.qti.node.expression.operator.AnyN
Name of max attribute in xml schema.
ATTR_MAXIMUM_NAME - Static variable in class org.qtitools.qti.node.test.TimeLimit
Name of maxTime attribute in xml schema.
ATTR_MEDIA_NAME - Static variable in class org.qtitools.qti.node.item.Stylesheet
Name of media attribute in xml schema.
ATTR_MIN_ASSOCIATIONS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Default value of minAssociations attribute.
ATTR_MIN_ASSOCIATIONS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Default value of minAssociations attribute .
ATTR_MIN_ASSOCIATIONS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Name of minAssociations attribute in xml schema.
ATTR_MIN_ASSOCIATIONS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Name of minAssociations attribute in xml schema.
ATTR_MIN_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Default value of minChoices attribute .
ATTR_MIN_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Default value of minChoices attribute.
ATTR_MIN_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.HottextInteraction
Default value of minChoices attribute .
ATTR_MIN_CHOICES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Default value of minChoices attribute.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.HottextInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.OrderInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_CHOICES_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Name of minChoices attribute in xml schema.
ATTR_MIN_PLAYS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Default value of minPlays attribute.
ATTR_MIN_PLAYS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Name of minPlays attribute in xml schema.
ATTR_MIN_STRINGS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Name of minStrings attribute in xml schema.
ATTR_MIN_STRINGS_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Name of minStrings attribute in xml schema.
ATTR_MINIMUM_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.TimeLimit
Default value of minTime attribute.
ATTR_MINIMUM_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomFloat
Name of min attribute in xml schema.
ATTR_MINIMUM_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomInteger
Name of min attribute in xml schema.
ATTR_MINIMUM_NAME - Static variable in class org.qtitools.qti.node.expression.operator.AnyN
Name of min attribute in xml schema.
ATTR_MINIMUM_NAME - Static variable in class org.qtitools.qti.node.test.TimeLimit
Name of minTime attribute in xml schema.
ATTR_NAME_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Param
Name of name attribute in xml schema.
ATTR_NAVIGATION_MODE_NAME - Static variable in class org.qtitools.qti.node.test.TestPart
Name of navigationMode attribute in xml schema.
ATTR_NORMAL_MAXIMUM_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Default value of normalMaximum attribute.
ATTR_NORMAL_MAXIMUM_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Default value of normalMaximum attribute.
ATTR_NORMAL_MAXIMUM_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of normalMaximum attribute in xml schema.
ATTR_NORMAL_MAXIMUM_NAME - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of normalMaximum attribute in xml schema.
ATTR_NORMAL_MINIMUM_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Default value of normalMinimum attribute.
ATTR_NORMAL_MINIMUM_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Default value of normalMinimum attribute.
ATTR_NORMAL_MINIMUM_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of normalMinimum attribute in xml schema.
ATTR_NORMAL_MINIMUM_NAME - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of normalMinimum attribute in xml schema.
ATTR_OBJECT_LABEL_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapImg
Name of objectLabel attribute in xml schema.
ATTR_ORIENTATION_NAME - Static variable in class org.qtitools.qti.node.item.interaction.OrderInteraction
Name of orientation attribute in xml schema.
ATTR_ORIENTATION_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of orientation attribute in xml schema.
ATTR_OUTCOME_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.content.template.TemplateElement
Name of templateIdentifier attribute in xml schema.
ATTR_OUTCOME_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.content.variable.FeedbackElement
Name of outcomeIdentifier attribute in xml schema.
ATTR_OUTCOME_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Name of outcomeIdentifier attribute in xml schema.
ATTR_OUTCOME_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.ModalFeedback
Name of outcomeIdentifier attribute in xml schema.
ATTR_OUTCOME_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.test.TestFeedback
Name of outcomeIdentifier attribute in xml schema.
ATTR_OUTCOME_VALUE_NAME - Static variable in class org.qtitools.qti.node.test.TestFeedback
Name of identifier attribute in xml schema.
ATTR_PARAM_VARIABLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Default value of paramVariable attribute.
ATTR_PARAM_VARIABLE_NAME - Static variable in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Name of paramVariable attribute in xml schema.
ATTR_PATTERN_MASK_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of patternMask attribute in xml schema.
ATTR_PATTERN_NAME - Static variable in class org.qtitools.qti.node.expression.operator.PatternMatch
Name of pattern attribute in xml schema.
ATTR_PLACEHOLDER_TEXT_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of placeholderText attribute in xml schema.
ATTR_REQUIRED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.content.Gap
Default value of required attribute.
ATTR_REQUIRED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Default value of required attribute.
ATTR_REQUIRED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.SectionPart
Default value of required attribute.
ATTR_REQUIRED_NAME - Static variable in class org.qtitools.qti.node.item.interaction.content.Gap
Name of required attribute in xml schema.
ATTR_REQUIRED_NAME - Static variable in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Name of required attribute in xml schema.
ATTR_REQUIRED_NAME - Static variable in class org.qtitools.qti.node.test.SectionPart
Name of required attribute in xml schema.
ATTR_RESPONSE_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.interaction.Interaction
Name of responseIdentifier attribute in xml schema.
ATTR_REVERSE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of reverse attribute in xml schema.
ATTR_ROUNDING_MODE_NAME - Static variable in class org.qtitools.qti.node.expression.operator.EqualRounded
Name of roundingMode attribute in xml schema.
ATTR_ROWSPAN_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of rowspan attribute in xml schema.
ATTR_SCOPE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of scope attribute in xml schema.
ATTR_SEED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.general.RandomFloatEx
Default value of seed attribute.
ATTR_SEED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.general.RandomIntegerEx
Default value of seed attribute.
ATTR_SEED_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.RandomEx
Default value of seed attribute.
ATTR_SEED_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomFloatEx
Name of seed attribute in xml schema.
ATTR_SEED_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomIntegerEx
Name of seed attribute in xml schema.
ATTR_SEED_NAME - Static variable in class org.qtitools.qti.node.expression.operator.RandomEx
Name of seed attribute in xml schema.
ATTR_SELECT_NAME - Static variable in class org.qtitools.qti.node.test.Selection
Name of select attribute in xml schema.
ATTR_SEQUENCE_INDEX_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.ItemResult
Default value of sequenceIndex attribute.
ATTR_SEQUENCE_INDEX_NAME - Static variable in class org.qtitools.qti.node.result.ItemResult
Name of sequenceIndex attribute in xml schema.
ATTR_SESSION_STATUS_NAME - Static variable in class org.qtitools.qti.node.result.ItemResult
Name of sessionStatus attribute in xml schema.
ATTR_SHAPE_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Inside
Name of shape attribute in xml schema.
ATTR_SHAPE_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Name of shape attribute in xml schema.
ATTR_SHAPE_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Name of shape attribute in xml schema.
ATTR_SHOW_FEEDBACK_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of showFeedback attribute.
ATTR_SHOW_FEEDBACK_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of showFeedback attribute in xml schema.
ATTR_SHOW_SOLUTION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of showSolution attribute.
ATTR_SHOW_SOLUTION_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of showSolution attribute in xml schema.
ATTR_SHUFFLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Default value of shuffle attribute.
ATTR_SHUFFLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Default value of shuffle attribute.
ATTR_SHUFFLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Default value of shuffle attribute.
ATTR_SHUFFLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Default value of shuffle attribute.
ATTR_SHUFFLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Default value of shuffle attribute.
ATTR_SHUFFLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.interaction.OrderInteraction
Default value of shuffle attribute.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Name of shuffle attribute in xml schema.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Name of shuffle attribute in xml schema.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Name of shuffle attribute in xml schema.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Name of shuffle attribute in xml schema.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Name of shuffle attribute in xml schema.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.OrderInteraction
Name of shuffle attribute in xml schema.
ATTR_SHUFFLE_NAME - Static variable in class org.qtitools.qti.node.test.Ordering
Name of shuffle attribute in xml schema.
ATTR_SOURCE_ID_NAME - Static variable in class org.qtitools.qti.node.result.SessionIdentifier
Name of sourceID attribute in xml schema.
ATTR_SOURCE_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.test.VariableMapping
Name of sourceIdentifier attribute in xml schema.
ATTR_SOURCE_VALUE_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Name of sourceValue attribute in xml schema.
ATTR_SOURCE_VALUE_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.MatchTableEntry
Name of sourceValue attribute in xml schema.
ATTR_SPAN_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.content.xhtml.table.Col
Default value of span attribute.
ATTR_SPAN_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.content.xhtml.table.Colgroup
Default value of span attribute.
ATTR_SPAN_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.Col
Name of span attribute in xml schema.
ATTR_SPAN_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.Colgroup
Name of span attribute in xml schema.
ATTR_SRC_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.image.Img
Name of src attribute in xml schema.
ATTR_STEP_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.general.RandomInteger
Default value of step attribute.
ATTR_STEP_LABEL_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of stepLabel attribute in xml schema.
ATTR_STEP_NAME - Static variable in class org.qtitools.qti.node.expression.general.RandomInteger
Name of step attribute in xml schema.
ATTR_STEP_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of step attribute in xml schema.
ATTR_STRING_IDENTIFIER_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of stringIdentifier attribute in xml schema.
ATTR_SUBMISSION_MODE_NAME - Static variable in class org.qtitools.qti.node.test.TestPart
Name of submissionMode attribute in xml schema.
ATTR_SUBSTRING_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.StringMatch
Default value of substring attribute.
ATTR_SUBSTRING_NAME - Static variable in class org.qtitools.qti.node.expression.operator.StringMatch
Name of substring attribute in xml schema.
ATTR_SUMMARY_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.Table
Name of summary attribute in xml schema.
ATTR_TARGET_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.test.VariableMapping
Name of targetIdentifier attribute in xml schema.
ATTR_TARGET_NAME - Static variable in class org.qtitools.qti.node.test.BranchRule
Name of target attribute in xml schema.
ATTR_TARGET_VALUE_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
Name of targetValue attribute in xml schema.
ATTR_TEMPLATE_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.Choice
Name of templateIdentifier attribute in xml schema.
ATTR_TEMPLATE_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.test.TemplateDefault
Name of templateIdentifier attribute in xml schema.
ATTR_TEMPLATE_LOCATION_NAME - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Name of templateLocation attribute in xml schema.
ATTR_TEMPLATE_NAME - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Name of template attribute in xml schema.
ATTR_TIME_DEPENDENT_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of timeDependant attribute in xml schema.
ATTR_TITLE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.TestFeedback
Default value of title attribute.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of title attribute in xml schema.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
Name of title attribute in xml schema.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.item.ModalFeedback
Name of title attribute in xml schema.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.item.Stylesheet
Name of title attribute in xml schema.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentSection
Name of title attribute in xml schema.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of title attribute in xml schema.
ATTR_TITLE_NAME - Static variable in class org.qtitools.qti.node.test.TestFeedback
Name of title attribute in xml schema.
ATTR_TOLERANCE_MODE_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Name of toleranceMode attribute in xml schema.
ATTR_TOLERANCES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Default value of tolerance attribute.
ATTR_TOLERANCES_NAME - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Name of tolerance attribute in xml schema.
ATTR_TOOL_NAME_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Default value of toolName attribute.
ATTR_TOOL_NAME_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Default value of toolName attribute.
ATTR_TOOL_NAME_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of toolName attribute in xml schema.
ATTR_TOOL_NAME_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of toolName attribute in xml schema.
ATTR_TOOL_VERSION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Default value of toolVersion attribute.
ATTR_TOOL_VERSION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Default value of toolVersion attribute.
ATTR_TOOL_VERSION_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of toolVersion attribute in xml schema.
ATTR_TOOL_VERSION_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of toolVersion attribute in xml schema.
ATTR_TYPE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.hypertext.A
Name of type attribute in xml schema.
ATTR_TYPE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Object
Name of type attribute in xml schema.
ATTR_TYPE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Param
Name of type attribute in xml schema.
ATTR_TYPE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.UploadInteraction
Name of type attribute in xml schema.
ATTR_TYPE_NAME - Static variable in class org.qtitools.qti.node.item.Stylesheet
Name of type attribute in xml schema.
ATTR_UPPER_BOUND_NAME - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of upperBound attribute in xml schema.
ATTR_UPPER_BOUND_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Name of upperBound attribute in xml schema.
ATTR_UPPER_BOUND_NAME - Static variable in class org.qtitools.qti.node.item.response.declaration.Mapping
Name of upperBound attribute in xml schema.
ATTR_VALIDATE_RESPONSES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of validateResponses attribute.
ATTR_VALIDATE_RESPONSES_NAME - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of validateResponses attribute in xml schema.
ATTR_VALUE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Param
Name of value attribute in xml schema.
ATTR_VALUE_NAME - Static variable in class org.qtitools.qti.node.test.Weight
Name of value attribute in xml schema.
ATTR_VALUETYPE_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Param
Name of valuetype attribute in xml schema.
ATTR_VARIABLE_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.TestVariables
Name of variableIdentifier attribute in xml schema.
ATTR_VIEWS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Default value of view attribute.
ATTR_VIEWS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Default value of view attribute.
ATTR_VIEWS_NAME - Static variable in class org.qtitools.qti.node.content.variable.RubricBlock
Name of view attribute in xml schema.
ATTR_VIEWS_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of view attribute in xml schema.
ATTR_VIEWS_NAME - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of view attribute in xml schema.
ATTR_VISIBILITY_MODE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.content.template.TemplateElement
Default value of showHide attribute.
ATTR_VISIBILITY_MODE_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.content.variable.FeedbackElement
Default value of showHide attribute.
ATTR_VISIBILITY_MODE_NAME - Static variable in class org.qtitools.qti.node.content.template.TemplateElement
Name of showHide attribute in xml schema.
ATTR_VISIBILITY_MODE_NAME - Static variable in class org.qtitools.qti.node.content.variable.FeedbackElement
Name of showHide attribute in xml schema.
ATTR_VISIBILITY_MODE_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.Choice
Name of showHide attribute in xml schema.
ATTR_VISIBILITY_MODE_NAME - Static variable in class org.qtitools.qti.node.item.ModalFeedback
Name of showHide attribute in xml schema.
ATTR_VISIBILITY_MODE_NAME - Static variable in class org.qtitools.qti.node.test.TestFeedback
Name of showHide attribute in xml schema.
ATTR_VISIBLE_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentSection
Name of visible attribute in xml schema.
ATTR_WEIGHT_IDENTIFIER_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.general.Variable
Default value of weightIdentifier attribute.
ATTR_WEIGHT_IDENTIFIER_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Default value of weightIdentifier attribute.
ATTR_WEIGHT_IDENTIFIER_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.expression.outcome.TestVariables
Default value of weightIdentifier attribute.
ATTR_WEIGHT_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.general.Variable
Name of weightIdentifier attribute in xml schema.
ATTR_WEIGHT_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Name of weightIdentifier attribute in xml schema.
ATTR_WEIGHT_IDENTIFIER_NAME - Static variable in class org.qtitools.qti.node.expression.outcome.TestVariables
Name of weightIdentifier attribute in xml schema.
ATTR_WIDTH_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.image.Img
Name of width attribute in xml schema.
ATTR_WIDTH_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.object.Object
Name of width attribute in xml schema.
ATTR_WITH_REPLACEMENT_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.Selection
Default value of withReplacement attribute.
ATTR_WITH_REPLACEMENT_NAME - Static variable in class org.qtitools.qti.node.test.Selection
Name of withReplacement attribute in xml schema.
ATTR_XSI_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of xmlns:xsi attribute in xml schema.
ATTR_XSI_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Name of xmlns:xsi attribute in xml schema.
ATTR_XSI_NAME_SPACE_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of xmlns:xsi attribute in xml schema.
ATTR_XSI_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Value of xmlns:xsi attribute.
ATTR_XSI_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Value of xmlns:xsi attribute.
ATTR_XSI_NAME_SPACE_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Value of xmlns:xsi attribute.
ATTR_XSI_SCHEMA_LOCATION_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of xsi:schemaLocation attribute in xml schema.
ATTR_XSI_SCHEMA_LOCATION_NAME - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Name of xsi:schemaLocation attribute in xml schema.
ATTR_XSI_SCHEMA_LOCATION_NAME - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of xsi:schemaLocation attribute in xml schema.
ATTR_XSI_SCHEMA_LOCATION_VALUE - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Value of xsi:schemaLocation attribute.
ATTR_XSI_SCHEMA_LOCATION_VALUE - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Value of xsi:schemaLocation attribute.
ATTR_XSI_SCHEMA_LOCATION_VALUE - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Value of xsi:schemaLocation attribute.
Attribute - Interface in org.qtitools.qti.attribute
Node's attribute interface.
ATTRIBUTE_SCHEMA_LANGUAGE_NAME - Static variable in class org.qtitools.qti.node.XmlUtils
Name of schema language attribute.
ATTRIBUTE_SCHEMA_LANGUAGE_VALUE - Static variable in class org.qtitools.qti.node.XmlUtils
Value of schema language attribute.
ATTRIBUTE_SCHEMA_SOURCE_NAME - Static variable in class org.qtitools.qti.node.XmlUtils
Name of schema location attribute.
ATTRIBUTE_SCHEMA_SOURCE_VALUE - Static variable in class org.qtitools.qti.node.XmlUtils
Value of chema location attribute.
AttributeList - Class in org.qtitools.qti.attribute
Container for all attributes of one node.
AttributeList(XmlNode) - Constructor for class org.qtitools.qti.attribute.AttributeList
Constructs container.
ATTRIBUTES_SEPARATOR - Static variable in class org.qtitools.qti.attribute.AttributeList
Separator between two attributes (valid only if attributes are printed on one line).
AttributeValidationError - Class in org.qtitools.qti.validation
Error validation item for attribute's problems.
AttributeValidationError(Attribute, String) - Constructor for class org.qtitools.qti.validation.AttributeValidationError
Constructs validation item.
attrToXmlString(int, boolean) - Method in class org.qtitools.qti.node.AbstractNode
Prints attributes of this node into xml string.
attrToXmlString(int, boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
 

B

B - Class in org.qtitools.qti.node.content.xhtml.presentation
b
B(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.B
Constructs object.
BaseType - Enum in org.qtitools.qti.value
This class describes single data types.
BaseTypeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with baseType value.
BaseTypeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
Constructs attribute.
BaseTypeAttribute(XmlNode, String, BaseType) - Constructor for class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
Constructs attribute.
BaseTypeAttribute(XmlNode, String, BaseType, BaseType, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
Constructs attribute.
BaseTypeValidationError - Class in org.qtitools.qti.validation
Error validation item for baseType problems.
BaseTypeValidationError(XmlNode, BaseType[], BaseType[]) - Constructor for class org.qtitools.qti.validation.BaseTypeValidationError
Constructs validation item.
BaseValue - Class in org.qtitools.qti.node.expression.general
The simplest expression returns A single value from the set defined by the given baseType.
BaseValue(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.BaseValue
Constructs expression.
beforeProcessResponse() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
beforeProcessResponse() - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
 
beforeProcessResponse() - Method in class org.qtitools.qti.node.item.interaction.Interaction
Perform any required processing for the interaction immediately before processResponse is called.
Big - Class in org.qtitools.qti.node.content.xhtml.presentation
big
Big(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.Big
Constructs object.
Block - Interface in org.qtitools.qti.node.content.basic
block marker interface
BlockGroup - Class in org.qtitools.qti.group.content
Group of block children.
BlockGroup(XmlNode) - Constructor for class org.qtitools.qti.group.content.BlockGroup
Constructs group.
BlockInteraction - Class in org.qtitools.qti.node.item.interaction
abstract block interaction
BlockInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.BlockInteraction
Construct new interaction.
Blockquote - Class in org.qtitools.qti.node.content.xhtml.text
blockquote
Blockquote(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Blockquote
Constructs object.
BlockStatic - Interface in org.qtitools.qti.node.content.basic
blockStatic marker interface
BlockStaticGroup - Class in org.qtitools.qti.group.content
Group of blockStatic children.
BlockStaticGroup(XmlNode) - Constructor for class org.qtitools.qti.group.content.BlockStaticGroup
Constructs group.
BlockStaticGroup(XmlNode, Integer) - Constructor for class org.qtitools.qti.group.content.BlockStaticGroup
Constructs group.
blockStaticValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get blockStatic types
blockValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get block types
BodyElement - Class in org.qtitools.qti.node.content
The root class of all content objects in the item content model is the bodyElement.
BodyElement(XmlObject) - Constructor for class org.qtitools.qti.node.content.BodyElement
Constructs bodyElement.
bodyToXmlString(int, boolean) - Method in class org.qtitools.qti.node.AbstractNode
Prints body (children and/or text content) of this node into xml string.
bodyToXmlString(int, boolean) - Method in class org.qtitools.qti.node.block.ContainerBlock
 
bodyToXmlString(int, boolean) - Method in class org.qtitools.qti.node.content.mathml.Math
 
bodyToXmlString(int, boolean) - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
bodyToXmlString(int, boolean) - Method in class org.qtitools.qti.node.result.CandidateComment
 
bodyToXmlString(int, boolean) - Method in class org.qtitools.qti.node.shared.FieldValue
 
BooleanAttribute - Class in org.qtitools.qti.attribute.value
Attribute with boolean value.
BooleanAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.BooleanAttribute
Constructs attribute.
BooleanAttribute(XmlNode, String, Boolean) - Constructor for class org.qtitools.qti.attribute.value.BooleanAttribute
Constructs attribute.
BooleanAttribute(XmlNode, String, Boolean, Boolean, boolean) - Constructor for class org.qtitools.qti.attribute.value.BooleanAttribute
Constructs attribute.
BooleanValue - Class in org.qtitools.qti.value
Implementation of BaseType boolean value.
BooleanValue(boolean) - Constructor for class org.qtitools.qti.value.BooleanValue
Constructs BooleanValue from given boolean.
BooleanValue(String) - Constructor for class org.qtitools.qti.value.BooleanValue
Constructs BooleanValue from given String representation.
booleanValue() - Method in class org.qtitools.qti.value.BooleanValue
Returns the value of this BooleanValue as A boolean.
BorderNode - Class in org.qtitools.qti.node.test.flow
Border node is node on border.
BorderNode(Node, ControlObject) - Constructor for class org.qtitools.qti.node.test.flow.BorderNode
Constructs node.
Br - Class in org.qtitools.qti.node.content.xhtml.text
br
Br(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Br
Constructs object.
BranchRule - Class in org.qtitools.qti.node.test
A branchRule is A simple expression attached to TestPart or assessmentSection or assessmentItemRef.
BranchRule(AbstractPart) - Constructor for class org.qtitools.qti.node.test.BranchRule
Constructs object.
BranchRuleGroup - Class in org.qtitools.qti.group.test
Group of branchRule children.
BranchRuleGroup(AbstractPart) - Constructor for class org.qtitools.qti.group.test.BranchRuleGroup
Constructs group.
BranchRuleNode - Class in org.qtitools.qti.node.test.flow
Branch rule node is jump node with branch rule assessment object.
BranchRuleNode(Node, BranchRule) - Constructor for class org.qtitools.qti.node.test.flow.BranchRuleNode
Constructs node.

C

CandidateComment - Class in org.qtitools.qti.node.result
An optional comment supplied by the candidate (see allowComment).
CandidateComment(ItemResult) - Constructor for class org.qtitools.qti.node.result.CandidateComment
Constructs block.
CandidateComment(ItemResult, String) - Constructor for class org.qtitools.qti.node.result.CandidateComment
Constructs block and initialise its text content.
CandidateCommentGroup - Class in org.qtitools.qti.group.result
Group of candidateComment child.
CandidateCommentGroup(ItemResult) - Constructor for class org.qtitools.qti.group.result.CandidateCommentGroup
Constructs group.
CandidateResponse - Class in org.qtitools.qti.node.result
candidateResponse
CandidateResponse(ResponseVariable) - Constructor for class org.qtitools.qti.node.result.CandidateResponse
Constructs object.
CandidateResponseGroup - Class in org.qtitools.qti.group.result
Group of candidateResponse child.
CandidateResponseGroup(ResponseVariable) - Constructor for class org.qtitools.qti.group.result.CandidateResponseGroup
Constructs group.
Caption - Class in org.qtitools.qti.node.content.xhtml.table
caption
Caption(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Caption
Constructs object.
CaptionGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
CaptionGroup(Table) - Constructor for class org.qtitools.qti.group.content.xhtml.table.CaptionGroup
Constructs group.
Cardinality - Enum in org.qtitools.qti.value
This class describes cardinality of value.
CardinalityAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with cardinality value.
CardinalityAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
Constructs attribute.
CardinalityAttribute(XmlNode, String, Cardinality) - Constructor for class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
Constructs attribute.
CardinalityAttribute(XmlNode, String, Cardinality, Cardinality, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
Constructs attribute.
CardinalityValidationError - Class in org.qtitools.qti.validation
Error validation item for cardinality problems.
CardinalityValidationError(XmlNode, Cardinality[], Cardinality[]) - Constructor for class org.qtitools.qti.validation.CardinalityValidationError
Constructs validation item.
Choice - Class in org.qtitools.qti.node.item.interaction.choice
Many of the interactions involve choosing one or more predefined choices.
Choice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.Choice
Construct new choice.
ChoiceContainer - Interface in org.qtitools.qti.node.item.interaction.choice
Interface for marking classes that contain choices
ChoiceInteraction - Class in org.qtitools.qti.node.item.interaction
The choice interaction presents A set of choices to the candidate.
ChoiceInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Construct new interaction.
Cite - Class in org.qtitools.qti.node.content.xhtml.text
cite
Cite(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Cite
Constructs object.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.ItemBody
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.mathml.Math
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.template.TemplateBlock
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.template.TemplateInline
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.variable.FeedbackBlock
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.variable.FeedbackInline
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.variable.PrintedVariable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.variable.RubricBlock
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.hypertext.A
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.image.Img
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.list.Dd
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.list.Dl
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.list.Dt
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.list.Li
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.list.Ol
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.list.Ul
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.object.Object
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.object.Param
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.B
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.Big
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.Hr
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.I
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.Small
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.Sub
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.Sup
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.presentation.Tt
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Caption
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Col
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Colgroup
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Table
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Tbody
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Td
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Tfoot
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Th
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Thead
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.table.Tr
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Abbr
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Acronym
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Address
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Blockquote
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Br
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Cite
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Code
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Dfn
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Div
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Em
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.H1
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.H2
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.H3
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.H4
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.H5
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.H6
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Kbd
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.P
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Pre
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Q
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Samp
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Span
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Strong
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.content.xhtml.text.Var
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.BaseValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.Correct
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.Default
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.MapResponse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.MapResponsePoint
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.Null
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.RandomFloat
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.RandomFloatEx
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.RandomInteger
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.RandomIntegerEx
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.general.Variable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.And
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.AnyN
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.ContainerSize
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Contains
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.CustomOperator
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Delete
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Divide
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.DurationGte
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.DurationLt
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Equal
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.EqualRounded
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.FieldValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Gt
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Gte
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Index
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Inside
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.IntegerDivide
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.IntegerModulus
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.IntegerToFloat
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.IsNull
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Lt
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Lte
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Match
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Member
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Multiple
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Not
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Or
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Ordered
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.PatternMatch
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Power
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Product
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Random
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.RandomEx
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.RecordEx
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Round
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.expression.operator.RoundingMode
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.expression.operator.Shape
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.StringMatch
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Substring
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Subtract
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Sum
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.expression.operator.ToleranceMode
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.operator.Truncate
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.NumberCorrect
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.NumberIncorrect
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.NumberPresented
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.NumberResponded
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.NumberSelected
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.OutcomeMaximum
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.OutcomeMinimum
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.expression.outcome.TestVariables
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.CorrectResponse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapImg
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapText
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.choice.InlineChoice
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.choice.SimpleChoice
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.choice.SimpleMatchSet
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.content.Gap
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.content.Hottext
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.content.PositionObjectStage
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.CustomInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.DrawingInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.HottextInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.MatchInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.MediaInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.OrderInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.Prompt
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.SliderInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.interaction.UploadInteraction
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.ModalFeedback
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.declaration.MapEntry
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.declaration.Mapping
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ExitResponse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseCondition
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseElse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseElseIf
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseIf
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseProcessingFragment
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.Stylesheet
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.ExitTemplate
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.SetDefaultValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.SetTemplateValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.TemplateCondition
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.TemplateElse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.TemplateElseIf
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.TemplateIf
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.item.template.processing.TemplateProcessing
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.declaration.InterpolationTable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.declaration.MatchTable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.declaration.MatchTableEntry
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.ExitTest
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeElse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeElseIf
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeIf
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeProcessing
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeProcessingFragment
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.CandidateComment
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.CandidateResponse
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.Context
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.Identification
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.ItemResult
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.OutcomeVariable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.ResponseVariable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.SessionIdentifier
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.result.SessionStatus
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.TemplateVariable
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.result.TestResult
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.shared.declaration.DefaultValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.shared.FieldValue
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.AssessmentItemRef
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.AssessmentSection
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.BranchRule
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.test.NavigationMode
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.Ordering
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.PreCondition
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.Selection
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.test.SubmissionMode
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.TemplateDefault
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.TestFeedback
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.test.TestFeedbackAccess
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.TestPart
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.TimeLimit
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.VariableMapping
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.test.View
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.node.test.VisibilityMode
Name of this class in xml schema.
CLASS_TAG - Static variable in class org.qtitools.qti.node.test.Weight
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.value.BaseType
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.value.Cardinality
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.value.Orientation
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.value.ParamType
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.value.TableCellScope
Name of this class in xml schema.
CLASS_TAG - Static variable in enum org.qtitools.qti.value.TextFormat
Name of this class in xml schema.
CLASS_TAG_SUFFIX - Static variable in class org.qtitools.qti.node.item.interaction.Interaction
All interactions in xml schema end in "Interaction"
clear() - Method in class org.qtitools.qti.attribute.AttributeList
Removed all attributes (children) from this container.
clear() - Method in class org.qtitools.qti.group.NodeGroupList
Removed all groups (children) from this container.
clone() - Method in class org.qtitools.qti.value.ListValue
 
clone() - Method in class org.qtitools.qti.value.RecordValue
 
close() - Method in class org.qtitools.qti.node.XmlUtils.UnicodeReader
 
Code - Class in org.qtitools.qti.node.content.xhtml.text
code
Code(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Code
Constructs object.
Col - Class in org.qtitools.qti.node.content.xhtml.table
col
Col(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Col
Constructs object.
ColGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
ColGroup(BodyElement) - Constructor for class org.qtitools.qti.group.content.xhtml.table.ColGroup
Constructs group.
Colgroup - Class in org.qtitools.qti.node.content.xhtml.table
colgroup
Colgroup(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Colgroup
Constructs object.
ColgroupGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
ColgroupGroup(BodyElement) - Constructor for class org.qtitools.qti.group.content.xhtml.table.ColgroupGroup
Constructs group.
container - Variable in class org.qtitools.qti.value.ListValue
Container for single values.
ContainerBlock - Class in org.qtitools.qti.node.block
Container block.
ContainerBlock(XmlObject) - Constructor for class org.qtitools.qti.node.block.ContainerBlock
Constructs block.
ContainerSize - Class in org.qtitools.qti.node.expression.operator
The containerSize operator takes A sub-expression with any base-type and either multiple or ordered cardinality.
ContainerSize(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.ContainerSize
Constructs expression.
contains(String) - Method in class org.qtitools.qti.attribute.AttributeList
Returns true if this container contains specified attribute; false otherwise.
Contains - Class in org.qtitools.qti.node.expression.operator
The contains operator takes two sub-expressions which must both have the same base-type and cardinality — either multiple or ordered.
Contains(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Contains
Constructs expression.
contains(SingleValue) - Method in class org.qtitools.qti.value.ListValue
Returns true if this container contains given SingleValue; false otherwise.
contains(MultipleValue) - Method in class org.qtitools.qti.value.MultipleValue
Returns true if this container contains given MultipleValue; false otherwise.
contains(OrderedValue) - Method in class org.qtitools.qti.value.OrderedValue
Returns true if this container contains given OrderedValue; false otherwise.
containsBaseType(BaseType) - Method in class org.qtitools.qti.value.RecordValue
Returns true if this container contains any SingleValue with given BaseType or false otherwise.
containsBaseType(BaseType[]) - Method in class org.qtitools.qti.value.RecordValue
Returns true if this container contains any SingleValue with any given BaseTypes or false otherwise.
ContentType - Enum in org.qtitools.qti.node.content
All the types of content.
Context - Class in org.qtitools.qti.node.result
Context of assessmentResult.
Context(AssessmentResult) - Constructor for class org.qtitools.qti.node.result.Context
Constructs object.
ContextGroup - Class in org.qtitools.qti.group.result
Group of context child.
ContextGroup(AssessmentResult) - Constructor for class org.qtitools.qti.group.result.ContextGroup
Constructs group.
ControlObject - Class in org.qtitools.qti.node.test
Abstract parent for assessmentTest, testPart, assessmentSection and assessmentItemRef.
ControlObject(ControlObject) - Constructor for class org.qtitools.qti.node.test.ControlObject
Constructs object.
CoordsAttribute - Class in org.qtitools.qti.attribute.value
Attribute with integer values.
CoordsAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.CoordsAttribute
Constructs attribute.
CoordsAttribute(XmlNode, String, List<Integer>) - Constructor for class org.qtitools.qti.attribute.value.CoordsAttribute
Constructs attribute.
CoordsAttribute(XmlNode, String, List<Integer>, List<Integer>, boolean) - Constructor for class org.qtitools.qti.attribute.value.CoordsAttribute
Constructs attribute.
Correct - Class in org.qtitools.qti.node.expression.general
This expression looks up the declaration of A response variable and returns the associated correctResponse or NULL if no correct value was declared.
Correct(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.Correct
Constructs expression.
CorrectResponse - Class in org.qtitools.qti.node.item
A response declaration may assign an optional correctResponse.
CorrectResponse(XmlObject) - Constructor for class org.qtitools.qti.node.item.CorrectResponse
Creates object.
CorrectResponse(XmlObject, Value) - Constructor for class org.qtitools.qti.node.item.CorrectResponse
Creates object with given value.
CorrectResponseGroup - Class in org.qtitools.qti.group.item
Group of correctResponse child.
CorrectResponseGroup(XmlObject) - Constructor for class org.qtitools.qti.group.item.CorrectResponseGroup
Constructs group.
count(SingleValue) - Method in class org.qtitools.qti.value.ListValue
Returns number of occurrences of given SingleValue.
countCorrect() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns the number of correct responses
countIncorrect() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns the number of incorrect responses
create(String) - Method in class org.qtitools.qti.group.block.InteractionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.BlockGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.BlockStaticGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.FlowGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.FlowStaticGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.InlineGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.InlineStaticGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.ObjectFlowGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.ObjectGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.TextOrVariableGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.list.LiGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.CaptionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.ColGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.ColgroupGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.TableCellGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.TbodyGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.TfootGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.TheadGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.content.xhtml.table.TrGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.expression.ExpressionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.CorrectResponseGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.choice.GapImgGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.choice.InlineChoiceGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.choice.SimpleAssociableChoiceGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.choice.SimpleChoiceGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.choice.SimpleMatchSetGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.graphic.AssociableHotspotGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.graphic.HotspotChoiceGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.PositionObjectInteractionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.interaction.PromptGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.ItemBodyGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.ModalFeedbackGroup
 
create(String) - Method in class org.qtitools.qti.group.item.response.declaration.AreaMapEntryGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.declaration.AreaMappingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.declaration.MapEntryGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.declaration.MappingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.declaration.ResponseDeclarationGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.processing.ResponseElseGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.processing.ResponseElseIfGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.processing.ResponseIfGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.processing.ResponseProcessingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.response.processing.ResponseRuleGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.StylesheetGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.template.declaration.TemplateDeclarationGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.template.processing.TemplateElseGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.template.processing.TemplateElseIfGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.template.processing.TemplateIfGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.template.processing.TemplateProcessingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.item.template.processing.TemplateRuleGroup
Creates child with given QTI class name.
create(String) - Method in interface org.qtitools.qti.group.NodeGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.declaration.DefaultValueGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.declaration.InterpolationTableEntryGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.declaration.LookupTableGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.declaration.MatchTableEntryGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.declaration.OutcomeDeclarationGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeElseGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeElseIfGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeIfGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeProcessingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeRuleGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.CandidateCommentGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.CandidateResponseGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.ContextGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.IdentificationGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.ItemResultGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.ItemVariableGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.SessionIdentifierGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.result.TestResultGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.shared.FieldValueGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.AssessmentSectionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.BranchRuleGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.ItemSessionControlGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.OrderingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.PreConditionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.RubricBlockGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.SectionPartGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.SelectionGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.TemplateDefaultGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.TestFeedbackGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.TestPartGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.TimeLimitGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.VariableMappingGroup
Creates child with given QTI class name.
create(String) - Method in class org.qtitools.qti.group.test.WeightGroup
Creates child with given QTI class name.
create(XmlObject) - Method in enum org.qtitools.qti.node.content.ContentType
Creates block element.
create(BodyElement) - Method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
Creates dlElement element.
create(Tr) - Method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
Creates tableCell element.
create(ExpressionParent) - Method in enum org.qtitools.qti.node.expression.ExpressionType
Creates expression.
create(XmlObject) - Method in enum org.qtitools.qti.node.item.response.processing.ResponseRuleType
Creates response rule.
create(XmlObject) - Method in enum org.qtitools.qti.node.item.template.processing.TemplateRuleType
Creates template rule.
create(XmlObject) - Method in enum org.qtitools.qti.node.outcome.processing.OutcomeRuleType
Creates outcome rule.
create(AbstractResult) - Method in enum org.qtitools.qti.node.result.ItemVariableType
Creates itemVariable.
create() - Method in enum org.qtitools.qti.node.RootNodeType
Creates root node.
createException() - Method in class org.qtitools.qti.validation.AttributeValidationError
 
createException() - Method in class org.qtitools.qti.validation.BaseTypeValidationError
 
createException() - Method in class org.qtitools.qti.validation.CardinalityValidationError
 
createException() - Method in class org.qtitools.qti.validation.ItemFlowValidationError
 
createException() - Method in class org.qtitools.qti.validation.ValidationError
Creates exception from this error.
current - Variable in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
CustomInteraction - Class in org.qtitools.qti.node.item.interaction
CustomInteraction
CustomInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.CustomInteraction
Constructs object.
CustomOperator - Class in org.qtitools.qti.node.expression.operator
The custom operator provides an extension mechanism for defining operations not currently supported by this specification.
CustomOperator(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.CustomOperator
Constructs expression.

D

DateAttribute - Class in org.qtitools.qti.attribute.value
Attribute with Date value.
DateAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.DateAttribute
Constructs attribute.
DateAttribute(XmlNode, String, Date) - Constructor for class org.qtitools.qti.attribute.value.DateAttribute
Constructs attribute.
DateAttribute(XmlNode, String, Date, Date, boolean) - Constructor for class org.qtitools.qti.attribute.value.DateAttribute
Constructs attribute.
Dd - Class in org.qtitools.qti.node.content.xhtml.list
dd
Dd(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.Dd
Constructs object.
Default - Class in org.qtitools.qti.node.expression.general
This expression looks up the declaration of an itemVariable and returns the associated defaultValue or NULL if no default value was declared.
Default(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.Default
Constructs expression.
DEFAULT_WEIGHT - Static variable in class org.qtitools.qti.node.test.Weight
Default weight if no weight is specified.
DefaultItemFlow - Class in org.qtitools.qti.node.test.flow
Default implementation of item flow.
DefaultItemFlow(AssessmentTest) - Constructor for class org.qtitools.qti.node.test.flow.DefaultItemFlow
Constructs item flow.
DefaultValue - Class in org.qtitools.qti.node.shared.declaration
Default value of variableDeclaration.
DefaultValue(VariableDeclaration) - Constructor for class org.qtitools.qti.node.shared.declaration.DefaultValue
Creates object.
DefaultValue(VariableDeclaration, Value) - Constructor for class org.qtitools.qti.node.shared.declaration.DefaultValue
Creates object with a given value.
DefaultValueGroup - Class in org.qtitools.qti.group.outcome.declaration
Group of defaultValue child.
DefaultValueGroup(VariableDeclaration) - Constructor for class org.qtitools.qti.group.outcome.declaration.DefaultValueGroup
Constructs group.
defaultValueToString() - Method in interface org.qtitools.qti.attribute.Attribute
Gets attribute's defaultValue converted to string.
defaultValueToString() - Method in class org.qtitools.qti.attribute.MultipleAttribute
 
defaultValueToString() - Method in class org.qtitools.qti.attribute.SingleAttribute
 
defaultValueToString() - Method in class org.qtitools.qti.attribute.value.DateAttribute
 
Delete - Class in org.qtitools.qti.node.expression.operator
The delete operator takes two sub-expressions which must both have the same base-type.
Delete(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Delete
Constructs expression.
destValue - Variable in class org.qtitools.qti.value.AbstractPairValue
Destination value.
destValue() - Method in class org.qtitools.qti.value.AbstractPairValue
Returns destination (second) identifier.
Dfn - Class in org.qtitools.qti.node.content.xhtml.text
dfn
Dfn(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Dfn
Constructs object.
DirectedPairValue - Class in org.qtitools.qti.value
Implementation of BaseType directedPair value.
DirectedPairValue(String, String) - Constructor for class org.qtitools.qti.value.DirectedPairValue
Constructs DirectedPairValue from given pair of identifiers.
DirectedPairValue(String) - Constructor for class org.qtitools.qti.value.DirectedPairValue
Constructs DirectedPairValue from given String representation.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.AtomicBlock
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.AtomicInline
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.Block
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.BlockStatic
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.Flow
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.FlowStatic
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.Inline
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.InlineStatic
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.ObjectFlow
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.SimpleBlock
Display name of this interface.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.basic.SimpleInline
Display name of this interface.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.content.basic.TextRun
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.content.BodyElement
Display name of this class.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.content.variable.TextOrVariable
Display name of this interface.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.content.xhtml.table.TableCell
Name of this class in xml schema.
DISPLAY_NAME - Static variable in interface org.qtitools.qti.node.expression.Expression
Display name of this interface.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.item.interaction.Interaction
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseRule
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.item.template.processing.TemplateRule
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.outcome.declaration.LookupTable
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.outcome.processing.OutcomeRule
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.result.ItemVariable
Display name of this class.
DISPLAY_NAME - Static variable in class org.qtitools.qti.node.test.SectionPart
Display name of this part.
Div - Class in org.qtitools.qti.node.content.xhtml.text
div
Div(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Div
Constructs object.
Divide - Class in org.qtitools.qti.node.expression.operator
The divide operator takes 2 sub-expressions which both have single cardinality and numerical base-types.
Divide(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Divide
Constructs expression.
Dl - Class in org.qtitools.qti.node.content.xhtml.list
dl
Dl(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.Dl
Constructs object.
DlElement - Class in org.qtitools.qti.node.content.xhtml.list
dlElement
DlElement(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.DlElement
Constructs object.
DlElementGroup - Class in org.qtitools.qti.group.content.xhtml.list
Group of dlElement children.
DlElementGroup(BodyElement) - Constructor for class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
Constructs group.
DlElementType - Enum in org.qtitools.qti.node.content.xhtml.list
dlElement types
doubleValue() - Method in class org.qtitools.qti.value.DurationValue
Returns the value of this DurationValue as A double.
doubleValue() - Method in class org.qtitools.qti.value.FloatValue
 
doubleValue() - Method in class org.qtitools.qti.value.IntegerValue
 
doubleValue() - Method in class org.qtitools.qti.value.NumberValue
Returns the value of this NumberValue as A double.
DrawingInteraction - Class in org.qtitools.qti.node.item.interaction
The drawing interaction allows the candidate to use a common set of drawing tools to modify a given graphical image (the canvas).
DrawingInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.DrawingInteraction
Construct new interaction.
Dt - Class in org.qtitools.qti.node.content.xhtml.list
dt
Dt(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.Dt
Constructs object.
DurationAttribute - Class in org.qtitools.qti.attribute.value
Attribute with duration value.
DurationAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.DurationAttribute
Constructs attribute.
DurationAttribute(XmlNode, String, Double) - Constructor for class org.qtitools.qti.attribute.value.DurationAttribute
Constructs attribute.
DurationAttribute(XmlNode, String, Double, Double, boolean) - Constructor for class org.qtitools.qti.attribute.value.DurationAttribute
Constructs attribute.
DurationGte - Class in org.qtitools.qti.node.expression.operator
The durationGTE operator takes two sub-expressions which must both have single cardinality and base-type duration.
DurationGte(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.DurationGte
Constructs expression.
DurationLt - Class in org.qtitools.qti.node.expression.operator
The durationLT operator takes two sub-expressions which must both have single cardinality and base-type duration.
DurationLt(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.DurationLt
Constructs expression.
DurationValue - Class in org.qtitools.qti.value
Implementation of BaseType duration value.
DurationValue(double) - Constructor for class org.qtitools.qti.value.DurationValue
Constructs DurationValue from given double.
DurationValue(String) - Constructor for class org.qtitools.qti.value.DurationValue
Constructs DurationValue from given String representation.

E

Em - Class in org.qtitools.qti.node.content.xhtml.text
em
Em(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Em
Constructs object.
EndAttemptInteraction - Class in org.qtitools.qti.node.item.interaction
The end attempt interaction is A special type of interaction which allows item authors to provide the candidate with control over the way in which the candidate terminates an attempt.
EndAttemptInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
Construct new interaction.
EndNode - Class in org.qtitools.qti.node.test.flow
End node is node on end of test, test part, section or item reference.
EndNode(Node, ControlObject) - Constructor for class org.qtitools.qti.node.test.flow.EndNode
Constructs node.
enter(long) - Method in class org.qtitools.qti.node.test.TimeRecord
Enter new start time.
EnumerateAttribute - Interface in org.qtitools.qti.attribute
Attributes with known value set should implement this interface.
Equal - Class in org.qtitools.qti.node.expression.operator
The equal operator takes two sub-expressions which must both have single cardinality and have A numerical base-type.
Equal(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Equal
Constructs expression.
EqualRounded - Class in org.qtitools.qti.node.expression.operator
The equalRounded operator takes two sub-expressions which must both have single cardinality and have A numerical base-type.
EqualRounded(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.EqualRounded
Constructs expression.
equals(Object) - Method in class org.qtitools.qti.value.BooleanValue
 
equals(Object) - Method in class org.qtitools.qti.value.DirectedPairValue
 
equals(Object) - Method in class org.qtitools.qti.value.DurationValue
 
equals(Object) - Method in class org.qtitools.qti.value.FileValue
 
equals(Object) - Method in class org.qtitools.qti.value.FloatValue
 
equals(Object) - Method in class org.qtitools.qti.value.IdentifierValue
 
equals(Object) - Method in class org.qtitools.qti.value.IntegerValue
 
equals(Object) - Method in class org.qtitools.qti.value.MultipleValue
 
equals(Object) - Method in class org.qtitools.qti.value.NullValue
Returns true for any value which is NULL; false otherwise.
equals(Object) - Method in class org.qtitools.qti.value.OrderedValue
 
equals(Object) - Method in class org.qtitools.qti.value.PairValue
 
equals(Object) - Method in class org.qtitools.qti.value.PointValue
 
equals(Object) - Method in class org.qtitools.qti.value.RecordValue
 
equals(Object) - Method in class org.qtitools.qti.value.StringValue
 
equals(Object) - Method in class org.qtitools.qti.value.UriValue
 
evaluate() - Method in class org.qtitools.qti.node.content.BodyElement
Evaluates this block and all its children if any.
evaluate() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
 
evaluate() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
evaluate() - Method in interface org.qtitools.qti.node.expression.Expression
Evaluates this expression.
evaluate() - Method in class org.qtitools.qti.node.item.CorrectResponse
Evaluates value of this defaultValue.
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ExitResponse
 
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
 
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
 
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionChild
Evaluates all child responseRules and returns true.
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionExpressionChild
 
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Evaluates all child outcomeRules.
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessingFragment
 
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseRule
Evaluates this rule and all its children.
evaluate() - Method in class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.ExitTemplate
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.SetDefaultValue
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.SetTemplateValue
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionChild
Evaluates all child templateRules and returns true.
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionExpressionChild
 
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.TemplateProcessing
Evaluates all child templateRules.
evaluate() - Method in class org.qtitools.qti.node.item.template.processing.TemplateRule
Evaluates this rule and all its children.
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.ExitTest
 
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
 
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
 
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionChild
Evaluates all child outcomeRules and returns true.
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionExpressionChild
 
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessing
Evaluates all child outcomeRules.
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessingFragment
 
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeRule
Evaluates this rule and all its children.
evaluate() - Method in class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
 
evaluate() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Evaluates value of this itemVariable.
evaluate() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
Evaluates value of this defaultValue.
evaluate() - Method in class org.qtitools.qti.node.test.AbstractJump
Evaluates condition of this jump.
evaluate(boolean) - Method in class org.qtitools.qti.node.test.flow.BranchRuleNode
 
evaluate() - Method in class org.qtitools.qti.node.test.flow.JumpNode
Evaluates target of this jump node (which node will be next in item flow after this jump).
evaluate(boolean) - Method in class org.qtitools.qti.node.test.flow.JumpNode
Evaluates target of this jump node (which node will be next in item flow after this jump).
evaluate(boolean) - Method in class org.qtitools.qti.node.test.flow.PreConditionNode
 
evaluate() - Method in class org.qtitools.qti.node.test.TemplateDefault
Evaluates this object.
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.AbstractExpression
Evaluates this expression.
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.Correct
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.Default
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.MapResponse
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.MapResponsePoint
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.Null
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.RandomFloat
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.RandomInteger
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.general.Variable
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.And
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.AnyN
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.ContainerSize
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Contains
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Delete
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Divide
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.DurationGte
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.DurationLt
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Equal
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.FieldValue
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Gt
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Gte
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Index
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Inside
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.IntegerDivide
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.IntegerModulus
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.IntegerToFloat
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.IsNull
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Lt
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Lte
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Match
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Member
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Multiple
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Not
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Or
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Ordered
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.PatternMatch
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Power
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Product
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Random
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.RecordEx
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Round
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.StringMatch
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Substring
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Subtract
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Sum
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.operator.Truncate
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.NumberCorrect
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.NumberIncorrect
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.NumberPresented
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.NumberResponded
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.NumberSelected
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMaximum
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMinimum
 
evaluateSelf(int) - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
 
exit(long) - Method in class org.qtitools.qti.node.test.TimeRecord
Enter new exit time.
EXIT_SECTION - Static variable in class org.qtitools.qti.node.test.BranchRule
Special target for exiting assessmentSection.
EXIT_TEST - Static variable in class org.qtitools.qti.node.test.BranchRule
Special target for exiting assessmentTest.
EXIT_TEST_PART - Static variable in class org.qtitools.qti.node.test.BranchRule
Special target for exiting testPart.
ExitResponse - Class in org.qtitools.qti.node.item.response.processing
The exit response rule terminates response processing immediately (for this invocation).
ExitResponse(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.ExitResponse
Constructs object.
ExitTemplate - Class in org.qtitools.qti.node.item.template.processing
exitTemplate - stop template processing immediately.
ExitTemplate(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.ExitTemplate
Constructs object.
ExitTest - Class in org.qtitools.qti.node.outcome.processing
Force processing to stop and the text to exit
ExitTest(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.ExitTest
Constructs object.
Expression - Interface in org.qtitools.qti.node.expression
This interface is definition how to handle all expressions.
ExpressionGroup - Class in org.qtitools.qti.group.expression
Group of expression children.
ExpressionGroup(ExpressionParent, Integer, Integer) - Constructor for class org.qtitools.qti.group.expression.ExpressionGroup
Constructs group.
ExpressionParent - Interface in org.qtitools.qti.node.expression
Every object which contains expression(s) must implement this interface.
ExpressionType - Enum in org.qtitools.qti.node.expression
This class creates all supported expressions from given CLASS_TAG.
ExtendedTextInteraction - Class in org.qtitools.qti.node.item.interaction
An extended text interaction is a blockInteraction that allows the candidate to enter an extended amount of text.
ExtendedTextInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Construct new interaction.

F

FeedbackBlock - Class in org.qtitools.qti.node.content.variable
Block-level feedback
FeedbackBlock(XmlObject) - Constructor for class org.qtitools.qti.node.content.variable.FeedbackBlock
Constructs feedbackBlock element.
FeedbackElement - Class in org.qtitools.qti.node.content.variable
Abstract parent of feedback elements
FeedbackElement(XmlObject) - Constructor for class org.qtitools.qti.node.content.variable.FeedbackElement
Constructs feedback element.
FeedbackInline - Class in org.qtitools.qti.node.content.variable
Inline feedback
FeedbackInline(XmlObject) - Constructor for class org.qtitools.qti.node.content.variable.FeedbackInline
Constructs feedbackInline element.
FIELDS_SEPARATOR - Variable in class org.qtitools.qti.attribute.MultipleAttribute
Values separator.
FIELDS_SEPARATOR - Variable in class org.qtitools.qti.attribute.value.CoordsAttribute
Values separator.
FieldValue - Class in org.qtitools.qti.node.expression.operator
The field-value operator takes A sub-expression with A record container value.
FieldValue(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.FieldValue
Constructs expression.
FieldValue - Class in org.qtitools.qti.node.shared
A class that can represent A single value of any baseType in variable declarations and result reports.
FieldValue(FieldValueParent) - Constructor for class org.qtitools.qti.node.shared.FieldValue
Creates object.
FieldValueGroup - Class in org.qtitools.qti.group.shared
Group of fieldValue children.
FieldValueGroup(FieldValueParent, Integer, Integer) - Constructor for class org.qtitools.qti.group.shared.FieldValueGroup
Constructs group.
FieldValueParent - Interface in org.qtitools.qti.node.shared
Every object which contains FieldValue(s) must implement this interface.
FileValue - Class in org.qtitools.qti.value
Implementation of BaseType file value.
FileValue(String) - Constructor for class org.qtitools.qti.value.FileValue
Constructs FileValue from given String representation.
findPrevItemRef(boolean) - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
finished - Variable in class org.qtitools.qti.node.test.ControlObject
 
FloatAttribute - Class in org.qtitools.qti.attribute.value
Attribute with float value.
FloatAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.FloatAttribute
Constructs attribute.
FloatAttribute(XmlNode, String, Double) - Constructor for class org.qtitools.qti.attribute.value.FloatAttribute
Constructs attribute.
FloatAttribute(XmlNode, String, Double, Double, boolean) - Constructor for class org.qtitools.qti.attribute.value.FloatAttribute
Constructs attribute.
FloatMultipleAttribute - Class in org.qtitools.qti.attribute.value
Attribute with float values.
FloatMultipleAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.FloatMultipleAttribute
Constructs attribute.
FloatMultipleAttribute(XmlNode, String, List<Double>) - Constructor for class org.qtitools.qti.attribute.value.FloatMultipleAttribute
Constructs attribute.
FloatMultipleAttribute(XmlNode, String, List<Double>, List<Double>, boolean) - Constructor for class org.qtitools.qti.attribute.value.FloatMultipleAttribute
Constructs attribute.
FloatValue - Class in org.qtitools.qti.value
Implementation of BaseType float value.
FloatValue(double) - Constructor for class org.qtitools.qti.value.FloatValue
Constructs FloatValue from given double.
FloatValue(String) - Constructor for class org.qtitools.qti.value.FloatValue
Constructs FloatValue from given String representation.
Flow - Interface in org.qtitools.qti.node.content.basic
flow marker interface
FlowGroup - Class in org.qtitools.qti.group.content
Group of flow children.
FlowGroup(XmlObject) - Constructor for class org.qtitools.qti.group.content.FlowGroup
Constructs group.
FlowStatic - Interface in org.qtitools.qti.node.content.basic
flowStatic marker interface
FlowStaticGroup - Class in org.qtitools.qti.group.content
Group of flow children.
FlowStaticGroup(XmlNode) - Constructor for class org.qtitools.qti.group.content.FlowStaticGroup
Constructs group.
flowStaticValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get flowStatic types
flowValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get flow types

G

Gap - Class in org.qtitools.qti.node.item.interaction.content
gap is an inlineStatic element that must only appear within a gapMatchInteraction.
Gap(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.content.Gap
Constructs object.
GapChoice - Class in org.qtitools.qti.node.item.interaction.choice
The choices that are used to fill the gaps in a gapMatchInteraction are either simple runs of text or single image objects, both derived from gapChoice.
GapChoice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.GapChoice
Construct new GapChoice.
GapChoiceContainer - Interface in org.qtitools.qti.node.item.interaction.choice
Interface for marking classes that contain gapChoices
GapChoiceGroup - Class in org.qtitools.qti.group.item.interaction.choice
Group of gapChoice children.
GapChoiceGroup(XmlNode) - Constructor for class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
Constructs group.
GapChoiceGroup(XmlNode, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
Constructs group.
gapChoiceValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get gapChoice types
GapImg - Class in org.qtitools.qti.node.item.interaction.choice
A gap image contains a single image object to be inserted into a gap by the candidate.
GapImg(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.GapImg
Constructs object.
GapImgGroup - Class in org.qtitools.qti.group.item.interaction.choice
Group of GapImg children.
GapImgGroup(XmlObject) - Constructor for class org.qtitools.qti.group.item.interaction.choice.GapImgGroup
Constructs group.
GapImgGroup(XmlObject, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.GapImgGroup
Constructs group.
GapMatchInteraction - Class in org.qtitools.qti.node.item.interaction
A gap match interaction is a blockInteraction that contains a number gaps that the candidate can fill from an associated set of choices.
GapMatchInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Construct new interaction.
GapText - Class in org.qtitools.qti.node.item.interaction.choice
A simple run of text to be inserted into a gap by the user, may be subject to variable value substitution with printedVariable.
GapText(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.GapText
Constructs object.
get(int) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute at given index.
get(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
get(int) - Method in class org.qtitools.qti.group.NodeGroupList
Gets group at given index.
get(String) - Method in class org.qtitools.qti.group.NodeGroupList
Gets group with given name.
get(int) - Method in class org.qtitools.qti.value.ListValue
Returns SingleValue on given index.
get(String) - Method in class org.qtitools.qti.value.RecordValue
Returns SingleValue for given identifier or null.
getAbbr() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Gets value of abbr attribute.
getAdaptive() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of adaptive attribute.
getAll() - Method in class org.qtitools.qti.value.ListValue
Returns a list of SingleValues.
getAllItems() - Method in class org.qtitools.qti.validation.ValidationResult
Gets all validation items (error, warning, info) of this container.
getAllItems(XmlNode) - Method in class org.qtitools.qti.validation.ValidationResult
Gets all validation items (error, warning, info) of this container for given source node.
getAllowComment() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final allowComment value.
getAllowCommentAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of allowComment attribute.
getAllowReview() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final allowReview value.
getAllowReviewAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of allowReview attribute.
getAllowSkipping() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final allowSkipping value.
getAllowSkippingAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of allowSkipping attribute.
getAllSupportedClasses() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getAllSupportedClasses() - Method in interface org.qtitools.qti.group.NodeGroup
Returns list of all possible QTI class names (all possible children in this group).
getAlt() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Gets value of alt attribute.
getAreaMapEntries() - Method in class org.qtitools.qti.group.item.response.declaration.AreaMapEntryGroup
Gets list of all children.
getAreaMapEntries() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Gets areaMapEntry children.
getAreaMapEntryGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets areaMapEntry group.
getAreaMapping() - Method in class org.qtitools.qti.group.item.response.declaration.AreaMappingGroup
Gets child.
getAreaMapping() - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Gets areaMapping child.
getAreaMappingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets areaMapping group.
getAssessmentResult() - Method in class org.qtitools.qti.node.test.AssessmentTest
Returns current result of whole assessment (test and all its items).
getAssessmentSectionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets assessmentSection group.
getAssessmentSections() - Method in class org.qtitools.qti.group.test.AssessmentSectionGroup
Gets list of all children.
getAssessmentSections() - Method in class org.qtitools.qti.node.test.TestPart
Gets assessmentSection children.
getAssociableHotspot(String) - Method in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Gets associableHotspot child with given identifier or null.
getAssociableHotspotGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets associableHotspot group.
getAssociableHotspots() - Method in class org.qtitools.qti.group.item.interaction.graphic.AssociableHotspotGroup
Gets list of all children.
getAssociableHotspots() - Method in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Gets associableHotspot children.
getAssociableHotspots() - Method in class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
Gets associableHotspot children.
getAttributes() - Method in class org.qtitools.qti.node.AbstractNode
 
getAttributes() - Method in interface org.qtitools.qti.node.XmlNode
Gets list (container) of all attributes.
getAutostart() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Gets value of autostart attribute.
getAxis() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Gets value of axis attribute.
getBase() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Gets value of base attribute.
getBase() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getBase() - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Gets value of base attribute.
getBase() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getBaseType() - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
Gets baseType of attribute.
getBaseType() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getBaseType() - Method in interface org.qtitools.qti.node.expression.Expression
Gets baseType of evaluated result.
getBaseType() - Method in class org.qtitools.qti.node.item.CorrectResponse
 
getBaseType() - Method in class org.qtitools.qti.node.result.CandidateResponse
 
getBaseType() - Method in class org.qtitools.qti.node.result.ItemVariable
Gets value of baseType attribute.
getBaseType() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
 
getBaseType() - Method in class org.qtitools.qti.node.shared.FieldValue
Gets baseType of this fieldValue.
getBaseType() - Method in interface org.qtitools.qti.node.shared.FieldValueParent
Gets required baseType of result value (when all FieldValues are put together).
getBaseType() - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Gets value of baseType attribute.
getBaseType() - Method in class org.qtitools.qti.value.BooleanValue
 
getBaseType() - Method in class org.qtitools.qti.value.DirectedPairValue
 
getBaseType() - Method in class org.qtitools.qti.value.DurationValue
 
getBaseType() - Method in class org.qtitools.qti.value.FileValue
 
getBaseType() - Method in class org.qtitools.qti.value.FloatValue
 
getBaseType() - Method in class org.qtitools.qti.value.IdentifierValue
 
getBaseType() - Method in class org.qtitools.qti.value.IntegerValue
 
getBaseType() - Method in class org.qtitools.qti.value.ListValue
 
getBaseType() - Method in class org.qtitools.qti.value.NullValue
 
getBaseType() - Method in class org.qtitools.qti.value.PairValue
 
getBaseType() - Method in class org.qtitools.qti.value.PointValue
 
getBaseType() - Method in class org.qtitools.qti.value.RecordValue
 
getBaseType() - Method in class org.qtitools.qti.value.StringValue
 
getBaseType() - Method in class org.qtitools.qti.value.UriValue
 
getBaseType() - Method in interface org.qtitools.qti.value.Value
Returns baseType of this value.
getBaseTypeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getBaseTypeAttrValue() - Method in class org.qtitools.qti.node.expression.general.BaseValue
Gets value of baseType attribute.
getBaseTypeAttrValue() - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
Gets value of baseType attribute.
getBaseTypeAttrValue() - Method in class org.qtitools.qti.node.shared.FieldValue
Gets value of baseType attribute.
getBlock() - Method in class org.qtitools.qti.group.content.BlockGroup
Gets child.
getBlockGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets block group.
getBlockInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates block element.
getBlocks() - Method in class org.qtitools.qti.group.content.BlockGroup
Gets list of all children.
getBlockStatic() - Method in class org.qtitools.qti.group.content.BlockStaticGroup
Gets child.
getBlockStaticGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets blockStatic group.
getBlockStaticInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates blockStatic element.
getBlockStatics() - Method in class org.qtitools.qti.group.content.BlockStaticGroup
Gets list of all children.
getBlockStatics() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Gets blockStatic children.
getBlockStatics() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
Gets blockStatic children.
getBooleanAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getBranchRule() - Method in class org.qtitools.qti.node.test.flow.BranchRuleNode
Gets assessment object (branch rule) of this node.
getBranchRuleGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets branchRule group.
getBranchRules() - Method in class org.qtitools.qti.group.test.BranchRuleGroup
Gets list of all children.
getBranchRules() - Method in class org.qtitools.qti.node.test.AbstractPart
Gets branchRule children.
getBuilder(boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets document builder.
getCandidateComment() - Method in class org.qtitools.qti.group.result.CandidateCommentGroup
Gets child.
getCandidateComment() - Method in class org.qtitools.qti.node.result.ItemResult
Gets candidateComment child.
getCandidateComment() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets candidate comment.
getCandidateCommentGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets candidateComment group.
getCandidateResponse() - Method in class org.qtitools.qti.group.result.CandidateResponseGroup
Gets child.
getCandidateResponse() - Method in class org.qtitools.qti.node.result.ResponseVariable
Gets candidateResponse child.
getCandidateResponseGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets candidateResponse group.
getCaption() - Method in class org.qtitools.qti.group.content.xhtml.table.CaptionGroup
Gets caption child.
getCaption() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets caption child.
getCaptionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Caption group.
getCardinality() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getCardinality() - Method in interface org.qtitools.qti.node.expression.Expression
Gets cardinality of evaluated result.
getCardinality() - Method in class org.qtitools.qti.node.item.CorrectResponse
 
getCardinality() - Method in class org.qtitools.qti.node.result.CandidateResponse
 
getCardinality() - Method in class org.qtitools.qti.node.result.ItemVariable
Gets value of cardinality attribute.
getCardinality() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
 
getCardinality() - Method in interface org.qtitools.qti.node.shared.FieldValueParent
Gets required cardinality of result value (when all FieldValues are put together).
getCardinality() - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Gets value of cardinality attribute.
getCardinality() - Method in class org.qtitools.qti.value.MultipleValue
 
getCardinality() - Method in class org.qtitools.qti.value.NullValue
 
getCardinality() - Method in class org.qtitools.qti.value.OrderedValue
 
getCardinality() - Method in class org.qtitools.qti.value.RecordValue
 
getCardinality() - Method in class org.qtitools.qti.value.SingleValue
 
getCardinality() - Method in interface org.qtitools.qti.value.Value
Returns cardinality of this value.
getCardinalityAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getCaseSensitive() - Method in class org.qtitools.qti.node.expression.operator.StringMatch
Gets value of caseSensitive attribute.
getCaseSensitive() - Method in class org.qtitools.qti.node.expression.operator.Substring
Gets value of caseSensitive attribute.
getCategories() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets value of category attribute.
getCenterPoint() - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Gets value of centerPoint attribute.
getChild() - Method in class org.qtitools.qti.group.AbstractNodeGroup
Gets first child or null.
getChild(String) - Method in class org.qtitools.qti.node.expression.operator.RecordEx
Gets child of this expression with given identifier or null.
getChildren() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getChildren() - Method in interface org.qtitools.qti.group.NodeGroup
Gets list of all children.
getChildren() - Method in class org.qtitools.qti.node.block.ContainerBlock
Gets children of this block.
getChildren() - Method in class org.qtitools.qti.node.content.basic.AbstractAtomicBlock
 
getChildren() - Method in class org.qtitools.qti.node.content.basic.AbstractSimpleBlock
 
getChildren() - Method in class org.qtitools.qti.node.content.basic.AbstractSimpleInline
 
getChildren() - Method in class org.qtitools.qti.node.content.BodyElement
Get A list of the content child nodes of this element
getChildren() - Method in class org.qtitools.qti.node.content.ItemBody
 
getChildren() - Method in class org.qtitools.qti.node.content.mathml.Math
 
getChildren() - Method in class org.qtitools.qti.node.content.template.TemplateBlock
 
getChildren() - Method in class org.qtitools.qti.node.content.template.TemplateInline
 
getChildren() - Method in class org.qtitools.qti.node.content.variable.FeedbackBlock
 
getChildren() - Method in class org.qtitools.qti.node.content.variable.FeedbackInline
 
getChildren() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
 
getChildren() - Method in class org.qtitools.qti.node.content.variable.RubricBlock
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.list.Dd
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.list.Dl
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.list.Dt
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.list.Li
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.list.Ol
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.list.Ul
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.object.Object
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Hr
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Caption
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Col
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Colgroup
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Tbody
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Tfoot
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Thead
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.table.Tr
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.text.Br
 
getChildren() - Method in class org.qtitools.qti.node.content.xhtml.text.Div
 
getChildren() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getChildren() - Method in interface org.qtitools.qti.node.expression.Expression
Gets all children of this expression.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.BlockInteraction
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.choice.GapImg
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.choice.GapText
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.choice.InlineChoice
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleChoice
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.content.Gap
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.content.Hottext
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.DrawingInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.GraphicInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets an unmodifiable list of the child elements.
getChildren() - Method in class org.qtitools.qti.node.item.interaction.Prompt
 
getChildren() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getChildren() - Method in class org.qtitools.qti.node.item.ModalFeedback
Gets the children of this element.
getChildren() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getChildren() - Method in class org.qtitools.qti.node.test.AssessmentSection
 
getChildren() - Method in class org.qtitools.qti.node.test.AssessmentTest
 
getChildren() - Method in class org.qtitools.qti.node.test.ControlObject
Gets abstractPart children.
getChildren() - Method in class org.qtitools.qti.node.test.TestPart
 
getChoiceSequence() - Method in class org.qtitools.qti.node.result.ResponseVariable
Gets value of choiceSequence attribute.
getCite() - Method in class org.qtitools.qti.node.content.xhtml.text.Blockquote
Gets value of cite attribute.
getCite() - Method in class org.qtitools.qti.node.content.xhtml.text.Q
Gets value of cite attribute.
getClassAttr() - Method in class org.qtitools.qti.node.content.BodyElement
Gets value of class attribute.
getClassAttr() - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
Gets value of class attribute.
getClassTag() - Method in class org.qtitools.qti.node.AbstractNode
 
getClassTag() - Method in class org.qtitools.qti.node.block.UnsupportedBlock
 
getClassTag() - Method in class org.qtitools.qti.node.content.basic.TextRun
 
getClassTag() - Method in enum org.qtitools.qti.node.content.ContentType
Gets CLASS_TAG of this block type.
getClassTag() - Method in class org.qtitools.qti.node.content.ItemBody
 
getClassTag() - Method in class org.qtitools.qti.node.content.mathml.Math
 
getClassTag() - Method in class org.qtitools.qti.node.content.template.TemplateBlock
 
getClassTag() - Method in class org.qtitools.qti.node.content.template.TemplateInline
 
getClassTag() - Method in class org.qtitools.qti.node.content.variable.FeedbackBlock
 
getClassTag() - Method in class org.qtitools.qti.node.content.variable.FeedbackInline
 
getClassTag() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
 
getClassTag() - Method in class org.qtitools.qti.node.content.variable.RubricBlock
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.hypertext.A
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.list.Dd
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.list.Dl
 
getClassTag() - Method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
Gets CLASS_TAG of this dlElement type.
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.list.Dt
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.list.Li
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.list.Ol
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.list.Ul
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.object.Object
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.object.Param
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.B
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Big
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Hr
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.I
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Small
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Sub
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Sup
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.presentation.Tt
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Caption
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Col
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Colgroup
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
 
getClassTag() - Method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
Gets CLASS_TAG of this tableCell type.
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Tbody
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Td
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Tfoot
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Th
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Thead
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.table.Tr
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Abbr
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Acronym
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Address
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Blockquote
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Br
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Cite
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Code
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Dfn
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Div
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Em
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.H1
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.H2
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.H3
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.H4
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.H5
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.H6
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Kbd
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.P
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Pre
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Q
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Samp
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Span
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Strong
 
getClassTag() - Method in class org.qtitools.qti.node.content.xhtml.text.Var
 
getClassTag() - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets CLASS_TAG of this expression type.
getClassTag() - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.Correct
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.Default
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.MapResponse
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.MapResponsePoint
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.Null
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.RandomFloat
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.RandomFloatEx
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.RandomIntegerEx
 
getClassTag() - Method in class org.qtitools.qti.node.expression.general.Variable
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.And
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.AnyN
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.ContainerSize
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Contains
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Delete
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Divide
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.DurationGte
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.DurationLt
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Equal
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.FieldValue
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Gt
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Gte
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Index
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Inside
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.IntegerDivide
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.IntegerModulus
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.IntegerToFloat
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.IsNull
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Lt
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Lte
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Match
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Member
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Multiple
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Not
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Or
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Ordered
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.PatternMatch
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Power
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Product
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Random
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.RandomEx
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.RecordEx
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Round
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.StringMatch
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Substring
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Subtract
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Sum
 
getClassTag() - Method in class org.qtitools.qti.node.expression.operator.Truncate
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.NumberCorrect
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.NumberIncorrect
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.NumberPresented
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.NumberResponded
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.NumberSelected
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMaximum
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMinimum
 
getClassTag() - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
 
getClassTag() - Method in class org.qtitools.qti.node.item.AssessmentItem
 
getClassTag() - Method in class org.qtitools.qti.node.item.CorrectResponse
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.choice.GapImg
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.choice.GapText
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.choice.InlineChoice
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleChoice
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleMatchSet
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.content.Gap
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.content.Hottext
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.content.PositionObjectStage
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.DrawingInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.Prompt
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.interaction.UploadInteraction
 
getClassTag() - Method in class org.qtitools.qti.node.item.ModalFeedback
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.declaration.MapEntry
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ExitResponse
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ResponseElse
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ResponseElseIf
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ResponseIf
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessingFragment
 
getClassTag() - Method in class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
 
getClassTag() - Method in class org.qtitools.qti.node.item.Stylesheet
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.ExitTemplate
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.SetDefaultValue
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.SetTemplateValue
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.TemplateElse
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.TemplateElseIf
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.TemplateIf
 
getClassTag() - Method in class org.qtitools.qti.node.item.template.processing.TemplateProcessing
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTable
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.declaration.MatchTable
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.declaration.MatchTableEntry
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.ExitTest
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeElse
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeElseIf
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeIf
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessing
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessingFragment
 
getClassTag() - Method in class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
 
getClassTag() - Method in class org.qtitools.qti.node.result.AssessmentResult
 
getClassTag() - Method in class org.qtitools.qti.node.result.CandidateComment
 
getClassTag() - Method in class org.qtitools.qti.node.result.CandidateResponse
 
getClassTag() - Method in class org.qtitools.qti.node.result.Context
 
getClassTag() - Method in class org.qtitools.qti.node.result.Identification
 
getClassTag() - Method in class org.qtitools.qti.node.result.ItemResult
 
getClassTag() - Method in class org.qtitools.qti.node.result.OutcomeVariable
 
getClassTag() - Method in class org.qtitools.qti.node.result.ResponseVariable
 
getClassTag() - Method in class org.qtitools.qti.node.result.SessionIdentifier
 
getClassTag() - Method in class org.qtitools.qti.node.result.TemplateVariable
 
getClassTag() - Method in class org.qtitools.qti.node.result.TestResult
 
getClassTag() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
 
getClassTag() - Method in class org.qtitools.qti.node.shared.FieldValue
 
getClassTag() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getClassTag() - Method in class org.qtitools.qti.node.test.AssessmentSection
 
getClassTag() - Method in class org.qtitools.qti.node.test.AssessmentTest
 
getClassTag() - Method in class org.qtitools.qti.node.test.BranchRule
 
getClassTag() - Method in class org.qtitools.qti.node.test.ItemSessionControl
 
getClassTag() - Method in class org.qtitools.qti.node.test.Ordering
 
getClassTag() - Method in class org.qtitools.qti.node.test.PreCondition
 
getClassTag() - Method in class org.qtitools.qti.node.test.Selection
 
getClassTag() - Method in class org.qtitools.qti.node.test.TemplateDefault
 
getClassTag() - Method in class org.qtitools.qti.node.test.TestFeedback
 
getClassTag() - Method in class org.qtitools.qti.node.test.TestPart
 
getClassTag() - Method in class org.qtitools.qti.node.test.TimeLimit
 
getClassTag() - Method in class org.qtitools.qti.node.test.VariableMapping
 
getClassTag() - Method in class org.qtitools.qti.node.test.Weight
 
getClassTag() - Method in interface org.qtitools.qti.node.XmlNode
Gets QTI class name of this node.
getClazz() - Method in enum org.qtitools.qti.node.content.ContentType
Gets QTI class of this block type.
getColGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Col group.
getColgroupGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Colgroup group.
getColgroups() - Method in class org.qtitools.qti.group.content.xhtml.table.ColgroupGroup
Gets list of all children.
getColgroups() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets colgroup children.
getCols() - Method in class org.qtitools.qti.group.content.xhtml.table.ColGroup
Gets list of all children.
getCols() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets col children.
getColspan() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Gets value of colspan attribute.
getContext() - Method in class org.qtitools.qti.group.result.ContextGroup
Gets child.
getContext() - Method in class org.qtitools.qti.node.result.AssessmentResult
Gets context child.
getContextGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets context group.
getCoordinates() - Method in class org.qtitools.qti.node.expression.operator.Inside
Gets value of coords attribute.
getCoordinates() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Gets value of coords attribute.
getCoords() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
getCoords() - Method in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Gets value of coords attribute.
getCoords() - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
getCoordsAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getCorrectResponse() - Method in class org.qtitools.qti.group.item.CorrectResponseGroup
Gets child.
getCorrectResponse() - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Gets correctResponse child.
getCorrectResponse() - Method in class org.qtitools.qti.node.result.ResponseVariable
Gets correctResponse child.
getCorrectResponseGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets correctResponse group.
getCurrentItemRef() - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
getCurrentItemRef() - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Gets current item reference (can be null).
getCurrentSupportedClasses(int) - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getCurrentSupportedClasses(int) - Method in class org.qtitools.qti.group.expression.ExpressionGroup
 
getCurrentSupportedClasses(int) - Method in interface org.qtitools.qti.group.NodeGroup
Returns list of all currently possible QTI class names (all currently possible children in this group).
getCurrentTestPart() - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
getCurrentTestPart() - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Gets parent test part of current item reference (can be null).
getCurrentTime() - Method in class org.qtitools.qti.node.test.Timer
Gets current time.
getData() - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Gets value of data attribute.
getDateAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getDateStamp() - Method in class org.qtitools.qti.node.result.AbstractResult
Gets value of datestamp attribute.
getDefaultEncoding() - Method in class org.qtitools.qti.node.XmlUtils.UnicodeReader
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.OrientationAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.ShapeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.SingleAttribute
Gets default value of attribute.
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.BooleanAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.DateAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.DurationAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.FloatAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.IdentifierAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.IntegerAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.LongAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.StringAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.attribute.value.UriAttribute
 
getDefaultValue() - Method in class org.qtitools.qti.group.outcome.declaration.DefaultValueGroup
Gets child.
getDefaultValue() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Gets value of defaultValue attribute.
getDefaultValue() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Gets value of defaultValue attribute.
getDefaultValue() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
Gets value of defaultValue attribute.
getDefaultValue() - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Gets defaultValue child.
getDefaultValueGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets defaultValue group.
getDefaultValues() - Method in class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
 
getDefaultValues() - Method in class org.qtitools.qti.attribute.MultipleAttribute
Gets default value of attribute.
getDefaultValues() - Method in class org.qtitools.qti.attribute.value.CoordsAttribute
 
getDefaultValues() - Method in class org.qtitools.qti.attribute.value.FloatMultipleAttribute
 
getDefaultValues() - Method in class org.qtitools.qti.attribute.value.IdentifierMultipleAttribute
 
getDefaultValues() - Method in class org.qtitools.qti.attribute.value.StringMultipleAttribute
 
getDefinition() - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
Gets value of definition attribute.
getDlElement() - Method in class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
Gets child.
getDlElementGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets dlElement group.
getDlElements() - Method in class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
Gets list of all children.
getDlElements() - Method in class org.qtitools.qti.group.content.xhtml.table.TableCellGroup
Gets list of all children.
getDocument(File, boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets document from given source file.
getDocument(String, boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets document from given source string.
getDuration() - Method in interface org.qtitools.qti.node.item.ItemTimeRecord
Get the current amount of time spent in the item.
getDuration() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getDuration(int) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets value of duration built-in variable.
getDuration() - Method in class org.qtitools.qti.node.test.ControlObject
Gets value of duration built-in variable.
getDuration() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getDurationAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getEncoding() - Method in class org.qtitools.qti.node.XmlUtils.UnicodeReader
 
getEntered() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getEntries() - Method in class org.qtitools.qti.group.outcome.declaration.InterpolationTableEntryGroup
Gets list of all children.
getEntries() - Method in class org.qtitools.qti.group.outcome.declaration.MatchTableEntryGroup
Gets list of all children.
getErrors() - Method in class org.qtitools.qti.validation.ValidationResult
Gets all errors of this container.
getErrors(XmlNode) - Method in class org.qtitools.qti.validation.ValidationResult
Gets all errors of this container for given source node.
getExcludeCategories() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
Gets value of excludeCategory attribute.
getExited() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getExpectedLength() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getExpectedLength() - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Gets value of expectedLength attribute.
getExpectedLength() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getExpectedLines() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Gets value of expectedLines attribute.
getExpression() - Method in class org.qtitools.qti.group.expression.ExpressionGroup
Gets child.
getExpression() - Method in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
Gets expression child.
getExpression() - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionExpressionChild
Gets expression child (condition).
getExpression() - Method in class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
Gets expression child.
getExpression() - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionExpressionChild
Gets expression child (condition).
getExpression() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionExpressionChild
Gets expression child (condition).
getExpression() - Method in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
Gets expression child.
getExpression() - Method in class org.qtitools.qti.node.test.AbstractJump
Gets expression child.
getExpression() - Method in class org.qtitools.qti.node.test.TemplateDefault
Gets expression child.
getExpressionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets expression group.
getExpressions() - Method in class org.qtitools.qti.group.expression.ExpressionGroup
Gets list of all children.
getFactory(boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets document builder factory.
getFieldValueGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets fieldValue group.
getFieldValues() - Method in class org.qtitools.qti.group.shared.FieldValueGroup
Gets list of all children.
getFieldValues() - Method in class org.qtitools.qti.node.item.CorrectResponse
Gets fieldValue children.
getFieldValues() - Method in class org.qtitools.qti.node.result.CandidateResponse
Gets fieldValue children.
getFieldValues() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets fieldValue children.
getFieldValues() - Method in class org.qtitools.qti.node.result.TemplateVariable
Gets fieldValue children.
getFieldValues() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
Gets fieldValue children.
getFigures() - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
Gets value of figures attribute.
getFinishedCount() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getFinishedCount() - Method in class org.qtitools.qti.node.test.ControlObject
Gets total number of finished item references of this control object.
getFirstChild() - Method in class org.qtitools.qti.node.content.BodyElement
Gets the first child block of this container.
getFirstChild() - Method in class org.qtitools.qti.node.expression.AbstractExpression
Returns first subexpression.
getFirstElementNode(URL, boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets first element node from given source url.
getFirstElementNode(File, boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets first element node from given source file.
getFirstElementNode(String, boolean) - Static method in class org.qtitools.qti.node.XmlUtils
Gets first element node of given source string.
getFirstElementNode(Document) - Static method in class org.qtitools.qti.node.XmlUtils
Gets first element node from given source document.
getFirstPart() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Gets first part of compound identifier or whole identifier if identifier is not compound.
getFirstTolerance() - Method in class org.qtitools.qti.node.expression.operator.Equal
Gets first tolerance if defined; zero otherwise.
getFixed() - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Gets value of fixed attribute.
getFixed() - Method in class org.qtitools.qti.node.test.SectionPart
Gets value of fixed attribute.
getFloatAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getFloatMultipleAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getFlow() - Method in class org.qtitools.qti.group.content.FlowGroup
Gets child.
getFlowGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets flow group.
getFlowInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates flow element.
getFlows() - Method in class org.qtitools.qti.group.content.FlowGroup
Gets list of all children.
getFlowStatic() - Method in class org.qtitools.qti.group.content.FlowStaticGroup
Gets child.
getFlowStaticGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets flowStatic group.
getFlowStaticInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates flowStatic element.
getFlowStatics() - Method in class org.qtitools.qti.group.content.FlowStaticGroup
Gets list of all children.
getFormat() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Gets value of format attribute.
getFormat() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Gets value of format attribute.
getFullName() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
getFullName() - Method in interface org.qtitools.qti.attribute.Attribute
Gets full name of attribute (full path from root node up to node's parent and node's name).
getFullName() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getFullName() - Method in interface org.qtitools.qti.group.NodeGroup
Gets full name of group (full path from root node up to node's parent and node's name).
getFullName() - Method in class org.qtitools.qti.node.AbstractNode
 
getFullName() - Method in interface org.qtitools.qti.node.XmlNode
Gets full name of this node.
getGapChoice() - Method in class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
Gets child.
getGapChoice(String) - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Gets gapChoice child with given identifier or null.
getGapChoiceGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets gapChoice group.
getGapChoiceInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates gapChoice element.
getGapChoices() - Method in class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
Gets list of all children.
getGapChoices() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Gets gapChoice children.
getGapImgGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets gapImg group.
getGapImgs() - Method in class org.qtitools.qti.group.item.interaction.choice.GapImgGroup
Gets list of all children.
getGapImgs() - Method in class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
Gets gapImg children.
getGlobalIndex() - Method in class org.qtitools.qti.node.test.ControlObject
Returns global index (position) of this object in test.
getHeaders() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Gets value of headers attribute.
getHeight() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Gets value of height attribute.
getHeight() - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Gets value of height attribute.
getHotspotChoice(String) - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Gets hotspotChoice child with given identifier or null.
getHotspotChoice(String) - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Gets hotspotChoice child with given identifier or null.
getHotspotChoiceGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets hotspotChoice group.
getHotspotChoices() - Method in class org.qtitools.qti.group.item.interaction.graphic.HotspotChoiceGroup
Gets list of all children.
getHotspotChoices() - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Gets hotspotChoice children.
getHotspotChoices() - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Gets hotspotChoice children.
getHotspotLabel() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
getHotspotLabel() - Method in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Gets value of hotspotLabel attribute.
getHotspotLabel() - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
getHref() - Method in class org.qtitools.qti.node.content.xhtml.hypertext.A
Gets value of href attribute.
getHref() - Method in class org.qtitools.qti.node.item.Stylesheet
Gets value of href attribute.
getHref() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets value of href attribute.
getId() - Method in class org.qtitools.qti.node.content.BodyElement
Gets value of id attribute.
getIdentification() - Method in class org.qtitools.qti.group.result.IdentificationGroup
Gets child.
getIdentification() - Method in class org.qtitools.qti.node.result.Context
Gets identification child.
getIdentificationGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets identification group.
getIdentifier() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.expression.general.MapResponse
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.expression.general.MapResponsePoint
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.expression.operator.FieldValue
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.result.AbstractResult
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.result.ItemVariable
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.result.SessionIdentifier
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.shared.FieldValue
Gets value of fieldIdentifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.test.Weight
Gets value of identifier attribute.
getIdentifier() - Method in class org.qtitools.qti.node.UniqueObject
Gets value of identifier attribute.
getIdentifierAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getIdentifierMultipleAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getIdentifiers() - Method in class org.qtitools.qti.node.expression.operator.RecordEx
Gets value of identifiers attribute.
getIncludeBoundary() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Gets value of includeBoundary attribute.
getIncludeCategories() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
Gets value of includeCategory attribute.
getIncludeLowerBound() - Method in class org.qtitools.qti.node.expression.operator.Equal
Gets value of includeLowerBound attribute.
getIncludeUpperBound() - Method in class org.qtitools.qti.node.expression.operator.Equal
Gets value of includeUpperBound attribute.
getIndent(int) - Static method in class org.qtitools.qti.node.AbstractNode
Prints indent into xml string.
getIndex() - Method in class org.qtitools.qti.node.expression.operator.Index
Gets value of n attribute.
getIndex() - Method in class org.qtitools.qti.node.test.flow.Node
Gets index (position in linked list) of this node.
getInfos() - Method in class org.qtitools.qti.validation.ValidationResult
Gets all infos of this container.
getInfos(XmlNode) - Method in class org.qtitools.qti.validation.ValidationResult
Gets all infos of this container for given source node.
getInline() - Method in class org.qtitools.qti.group.content.InlineGroup
Gets child.
getInlineChoice(String) - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Gets simpleChoice child with given identifier or null.
getInlineChoiceGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets inlineChoice group.
getInlineChoices() - Method in class org.qtitools.qti.group.item.interaction.choice.InlineChoiceGroup
Gets list of all children.
getInlineChoices() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Gets simpleChoice children.
getInlineGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets inline group.
getInlineInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates inline element.
getInlines() - Method in class org.qtitools.qti.group.content.InlineGroup
Gets list of all children.
getInlineStatic() - Method in class org.qtitools.qti.group.content.InlineStaticGroup
Gets child.
getInlineStaticGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets inlineStatic group.
getInlineStaticInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates inlineStatic element.
getInlineStatics() - Method in class org.qtitools.qti.group.content.InlineStaticGroup
Gets list of all children.
getInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates content element.
getInstance(BodyElement, String) - Static method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
Creates dlElement element.
getInstance(Tr, String) - Static method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
Creates tableCell element.
getInstance(ExpressionParent, String) - Static method in enum org.qtitools.qti.node.expression.ExpressionType
Creates expression.
getInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.item.response.processing.ResponseRuleType
Creates response rule.
getInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.item.template.processing.TemplateRuleType
Creates template rule.
getInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.outcome.processing.OutcomeRuleType
Creates outcome rule.
getInstance(AbstractResult, String) - Static method in enum org.qtitools.qti.node.result.ItemVariableType
Creates itemVariable.
getInstance(String) - Static method in enum org.qtitools.qti.node.RootNodeType
Creates root node.
getIntegerAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getInteraction() - Method in class org.qtitools.qti.group.block.InteractionGroup
Gets child.
getInteraction(String) - Method in class org.qtitools.qti.node.content.ItemBody
Get the interaction for a given responseIdentifier.
getInteractionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets interaction group.
getInteractionInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates interaction element.
getInteractions() - Method in class org.qtitools.qti.group.block.InteractionGroup
Gets list of all children.
getInteractions() - Method in class org.qtitools.qti.node.content.ItemBody
Get a snapshot of all the interactions within this itemBody.
getInterpolationEntries() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTable
Gets interpolationTableEntry children.
getInterpolationTableEntryGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets interpolationTableEntry group.
getInterpretation() - Method in class org.qtitools.qti.node.item.CorrectResponse
Gets value of interpretation attribute.
getInterpretation() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets value of interpretation attribute.
getInterpretation() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of interpretation attribute.
getInterpretation() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
Gets value of interpretation attribute.
getItem() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets referenced item (can be null).
getItemBody() - Method in class org.qtitools.qti.group.item.ItemBodyGroup
Gets itemBody child.
getItemBody() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets itemBody child.
getItemBodyGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets itemBody group.
getItemRef() - Method in class org.qtitools.qti.node.test.flow.ItemRefNode
Gets assessment object (item reference) of this node.
getItemResult(String) - Method in class org.qtitools.qti.node.result.AssessmentResult
Gets itemResult for given item.
getItemResult(AssessmentResult, Integer, SessionStatus) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns current result of this item reference.
getItemResultGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets itemResult group.
getItemResults() - Method in class org.qtitools.qti.group.result.ItemResultGroup
Gets list of all children.
getItemResults() - Method in class org.qtitools.qti.node.result.AssessmentResult
Gets itemResult children.
getItemSessionControl() - Method in class org.qtitools.qti.group.test.ItemSessionControlGroup
Gets child.
getItemSessionControl() - Method in class org.qtitools.qti.node.test.AbstractPart
Gets itemSessionControl object for this part.
getItemSessionControl() - Method in class org.qtitools.qti.node.test.SectionPart
 
getItemSessionControl() - Method in class org.qtitools.qti.node.test.TestPart
Gets itemSessionControl child if specified; defaultItemSessionControl otherwise.
getItemSessionControlGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets itemSessionControl group.
getItemSessionControlNode() - Method in class org.qtitools.qti.node.test.AbstractPart
Gets itemSessionControl child.
getItemVariableGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets itemVariable group.
getItemVariables() - Method in class org.qtitools.qti.group.result.ItemVariableGroup
Gets list of all children.
getItemVariables() - Method in class org.qtitools.qti.node.result.AbstractResult
Gets itemVariable children.
getJump() - Method in class org.qtitools.qti.node.test.flow.JumpNode
Gets assessment object (precondition or branch rule) of this node.
getKeepTogether() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets value of keepTogether attribute.
getLabel() - Method in class org.qtitools.qti.node.content.BodyElement
Gets value of label attribute.
getLabel() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of label attribute.
getLang() - Method in class org.qtitools.qti.node.content.BodyElement
Gets value of lang attribute.
getLang() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of lang attribute.
getLastChild() - Method in class org.qtitools.qti.node.content.BodyElement
Gets the last child block of this container.
getLastEntered() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getLiGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets li group.
getLis() - Method in class org.qtitools.qti.group.content.xhtml.list.LiGroup
Gets list of all children.
getLoadedValue() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
getLoadedValue() - Method in interface org.qtitools.qti.attribute.Attribute
Gets loaded attribute's value.
getLoadingProblem() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
getLoadingProblem() - Method in interface org.qtitools.qti.attribute.Attribute
Gets parse exception (if there were problem while loading) or null.
getLongAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getLongdesc() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Gets value of longdesc attribute.
getLongInterpretation() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets value of longInterpretation attribute.
getLongInterpretation() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of longInterpretation attribute.
getLookupEntries() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTable
 
getLookupEntries() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
Gets lookupTableEntry children.
getLookupEntries() - Method in class org.qtitools.qti.node.outcome.declaration.MatchTable
 
getLookupTable() - Method in class org.qtitools.qti.group.outcome.declaration.LookupTableGroup
Gets child.
getLookupTable() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets lookupTable child.
getLookupTableGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets lookupTable group.
getLoop() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Gets value of loop attribute.
getLowerBound() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Gets value of lowerBound attribute.
getLowerBound() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Gets value of lowerBound attribute.
getLowerBound() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Gets value of lowerBound attribute.
getMapEntries() - Method in class org.qtitools.qti.group.item.response.declaration.MapEntryGroup
Gets list of all children.
getMapEntries() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Gets mapEntry children.
getMapEntryGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets mapEntry group.
getMapKey() - Method in class org.qtitools.qti.node.item.response.declaration.MapEntry
Gets value of mapKey attribute.
getMappedValue() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Gets value of mappedValue attribute.
getMappedValue() - Method in class org.qtitools.qti.node.item.response.declaration.MapEntry
Gets value of mappedValue attribute.
getMapping() - Method in class org.qtitools.qti.group.item.response.declaration.MappingGroup
Gets child.
getMapping() - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Gets mapping child.
getMappingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets mapping group.
getMasteryValue() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets value of masteryValue attribute.
getMasteryValue() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of masteryValue attribute.
getMatchEntries() - Method in class org.qtitools.qti.node.outcome.declaration.MatchTable
Gets matchTableEntry children.
getMatchGroup() - Method in class org.qtitools.qti.node.item.interaction.choice.AssociableChoice
Gets value of matchGroup attribute.
getMatchMax() - Method in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Gets value of matchMax attribute.
getMatchMax() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Gets value of matchMax attribute.
getMatchMax() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Gets value of matchMax attribute.
getMatchMin() - Method in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Gets value of matchMin attribute.
getMatchMin() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Gets value of matchMin attribute.
getMatchMin() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Gets value of matchMin attribute.
getMatchTableEntryGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets matchTableEntry group.
getMathVariable() - Method in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Gets value of mathVariable attribute.
getMaxAssociations() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Gets value of maxAssociations attribute.
getMaxAssociations() - Method in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Gets value of maxAssociations attribute.
getMaxAssociations() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Gets value of maxAssociations attribute.
getMaxAttempts() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final maxAttempts value.
getMaxAttemptsAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of maxAttempts attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Gets value of maxChoices attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Gets value of maxChoices attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Gets value of maxChoices attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
Gets value of maxChoices attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets value of maxChoices attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Gets value of maxChoices attribute.
getMaxChoices() - Method in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Gets value of maxChoices attribute.
getMaximum() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getMaximum() - Method in interface org.qtitools.qti.group.NodeGroup
Gets allowed maximum number of children or null.
getMaximum() - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets maximum allowed children or null.
getMaximum() - Method in class org.qtitools.qti.node.expression.general.RandomFloat
Gets value of max attribute.
getMaximum() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
Gets value of max attribute.
getMaximum() - Method in class org.qtitools.qti.node.expression.operator.AnyN
Gets value of max attribute.
getMaximum() - Method in class org.qtitools.qti.node.test.TimeLimit
Gets value of maxTime attribute.
getMaximumMillis() - Method in class org.qtitools.qti.node.test.TimeLimit
Gets value of maxTime attribute in millis.
getMaxPlays() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Gets value of maxPlays attribute.
getMaxStrings() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Gets value of maxStrings attribute.
getMedia() - Method in class org.qtitools.qti.node.item.Stylesheet
Gets value of media attribute.
getMessage() - Method in class org.qtitools.qti.validation.AbstractValidationItem
 
getMessage() - Method in interface org.qtitools.qti.validation.ValidationItem
Gets message of this item.
getMinAssociations() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Gets value of minAssociations attribute.
getMinAssociations() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Gets value of minAssociations attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Gets value of minChoices attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Gets value of minChoices attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Gets value of minChoices attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
Gets value of minChoices attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets value of minChoices attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Gets value of minChoices attribute.
getMinChoices() - Method in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Gets value of minChoices attribute.
getMinimum() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getMinimum() - Method in interface org.qtitools.qti.group.NodeGroup
Gets required minimum number of children or null.
getMinimum() - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets minimum required children or null.
getMinimum() - Method in class org.qtitools.qti.node.expression.general.RandomFloat
Gets value of min attribute.
getMinimum() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
Gets value of min attribute.
getMinimum() - Method in class org.qtitools.qti.node.expression.operator.AnyN
Gets value of min attribute.
getMinimum() - Method in class org.qtitools.qti.node.test.TimeLimit
Gets value of minTime attribute.
getMinimumMillis() - Method in class org.qtitools.qti.node.test.TimeLimit
Gets value of minTime attribute in millis or null.
getMinPlays() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Gets value of minPlays attribute.
getMinStrings() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Gets value of minStrings attribute.
getModalFeedback() - Method in class org.qtitools.qti.group.item.ModalFeedbackGroup
Gets list of all children.
getModalFeedbackGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets modalFeedback group.
getModalFeedbacks() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets modalFeedback children.
getName() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
getName() - Method in interface org.qtitools.qti.attribute.Attribute
Gets name of attribute.
getName() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getName() - Method in interface org.qtitools.qti.group.NodeGroup
Gets name of group.
getName() - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Gets value of name attribute.
getNavigationMode() - Method in class org.qtitools.qti.node.test.TestPart
Gets value of navigationMode attribute.
getNavigationModeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getNext() - Method in class org.qtitools.qti.node.test.flow.Node
Gets next node in linked list (can be null).
getNextItemRef(boolean) - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
getNextItemRef(boolean) - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Gets first next item reference in test (can be null).
getNextItemRef() - Method in class org.qtitools.qti.node.test.flow.ItemRefNode
Gets next item reference node in linked list (can be null).
getNode(URL) - Static method in class org.qtitools.qti.node.AbstractNode
Gets node from given source url.
getNode(File) - Static method in class org.qtitools.qti.node.AbstractNode
Gets node from given source file.
getNode(String) - Static method in class org.qtitools.qti.node.AbstractNode
Gets node from given source string.
getNode() - Method in class org.qtitools.qti.validation.AbstractValidationItem
 
getNode() - Method in interface org.qtitools.qti.validation.ValidationItem
Gets source node of this item.
getNodeGroups() - Method in class org.qtitools.qti.node.AbstractNode
 
getNodeGroups() - Method in interface org.qtitools.qti.node.XmlNode
Gets list (container) of all child groups.
getNormalMaximum() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets value of normalMaximum attribute.
getNormalMaximum() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of normalMaximum attribute.
getNormalMinimum() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets value of normalMinimum attribute.
getNormalMinimum() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of normalMinimum attribute.
getObject() - Method in class org.qtitools.qti.group.content.ObjectGroup
Gets Object child.
getObject() - Method in class org.qtitools.qti.node.item.interaction.choice.GapImg
Gets object child.
getObject() - Method in class org.qtitools.qti.node.item.interaction.content.PositionObjectStage
Gets object child.
getObject() - Method in class org.qtitools.qti.node.item.interaction.DrawingInteraction
Gets object child.
getObject() - Method in class org.qtitools.qti.node.item.interaction.GraphicInteraction
Gets object child.
getObject() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Gets object child.
getObject() - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Gets object child.
getObject() - Method in class org.qtitools.qti.node.test.flow.Node
Gets assessment object (test, test part, section, item reference, precondition or branch rule) of this node.
getObjectFlow() - Method in class org.qtitools.qti.group.content.ObjectFlowGroup
Gets child.
getObjectFlowGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets objectFlow group.
getObjectFlowInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates objectFlow element.
getObjectFlows() - Method in class org.qtitools.qti.group.content.ObjectFlowGroup
Gets list of all children.
getObjectGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets object group.
getObjectLabel() - Method in class org.qtitools.qti.node.item.interaction.choice.GapImg
Gets value of objectLabel attribute.
getOrdering() - Method in class org.qtitools.qti.group.test.OrderingGroup
Gets child.
getOrdering() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets ordering child.
getOrderingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets ordering group.
getOrientation() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets value of orientation attribute.
getOrientation() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Gets value of orientation attribute.
getOrientationAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getOutcomeDeclaration(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets outcomeDeclaration with given identifier or null.
getOutcomeDeclaration(String) - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets outcomeDeclaration with given identifier or null.
getOutcomeDeclarationGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets outcomeDeclaration group.
getOutcomeDeclarations() - Method in class org.qtitools.qti.group.outcome.declaration.OutcomeDeclarationGroup
Gets list of all children.
getOutcomeDeclarations() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets outcomeDeclaration children.
getOutcomeDeclarations() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets outcomeDeclaration children.
getOutcomeElse() - Method in class org.qtitools.qti.group.outcome.processing.OutcomeElseGroup
Gets child.
getOutcomeElse() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Gets ELSE child.
getOutcomeElseGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets outcomeElse group.
getOutcomeElseIfGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets outcomeElseIf group.
getOutcomeElseIfs() - Method in class org.qtitools.qti.group.outcome.processing.OutcomeElseIfGroup
Gets list of all children.
getOutcomeElseIfs() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Gets ELSE-IF children.
getOutcomeIdentifier() - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Gets value of outcomeIdentifier attribute.
getOutcomeIdentifier() - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Gets value of outcomeIdentifier attribute.
getOutcomeIdentifier() - Method in class org.qtitools.qti.node.item.ModalFeedback
Gets value of outcomeIdentifier attribute.
getOutcomeIdentifier() - Method in class org.qtitools.qti.node.test.TestFeedback
Gets value of outcomeIdentifier attribute.
getOutcomeIf() - Method in class org.qtitools.qti.group.outcome.processing.OutcomeIfGroup
Gets child.
getOutcomeIf() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Gets IF child.
getOutcomeIfGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets outcomeIf group.
getOutcomeProcessing() - Method in class org.qtitools.qti.group.outcome.processing.OutcomeProcessingGroup
Gets child.
getOutcomeProcessing() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets outcomeProcessing child.
getOutcomeProcessingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets outcomeProcessing group.
getOutcomeRuleGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets outcomeRule group.
getOutcomeRules() - Method in class org.qtitools.qti.group.outcome.processing.OutcomeRuleGroup
Gets list of all children.
getOutcomeRules() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionChild
Gets outcomeRule children.
getOutcomeRules() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessing
Gets outcomeRule children.
getOutcomeRules() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessingFragment
Gets outcomeRule children.
getOutcomes() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets last submitted outcomes.
getOutcomeValue() - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Gets value of identifier attribute.
getOutcomeValue(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of outcomeDeclaration with given identifier or null.
getOutcomeValue() - Method in class org.qtitools.qti.node.item.ModalFeedback
Gets value of identifier attribute.
getOutcomeValue(String) - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets value of outcomeDeclaration with given identifier or null.
getOutcomeValue() - Method in class org.qtitools.qti.node.test.TestFeedback
Gets value of identifier attribute.
getOutcomeValues() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns an unmodifiable map of outcome identifiers to outcome values.
getOutcomeValues() - Method in class org.qtitools.qti.node.test.AssessmentTest
Returns an unmodifiable map of outcome identifiers to outcome values.
getParamTypeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getParamVariable() - Method in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Gets value of paramVariable attribute.
getParent() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
getParent() - Method in interface org.qtitools.qti.attribute.Attribute
Gets parent node of attribute.
getParent() - Method in class org.qtitools.qti.attribute.AttributeList
Gets parent of this container.
getParent() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
getParent() - Method in class org.qtitools.qti.group.block.InteractionGroup
 
getParent() - Method in class org.qtitools.qti.group.content.BlockGroup
 
getParent() - Method in class org.qtitools.qti.group.content.BlockStaticGroup
 
getParent() - Method in class org.qtitools.qti.group.content.FlowGroup
 
getParent() - Method in class org.qtitools.qti.group.content.FlowStaticGroup
 
getParent() - Method in class org.qtitools.qti.group.content.InlineGroup
 
getParent() - Method in class org.qtitools.qti.group.content.InlineStaticGroup
 
getParent() - Method in class org.qtitools.qti.group.content.ObjectFlowGroup
 
getParent() - Method in class org.qtitools.qti.group.content.TextOrVariableGroup
 
getParent() - Method in class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
 
getParent() - Method in class org.qtitools.qti.group.content.xhtml.table.TableCellGroup
 
getParent() - Method in class org.qtitools.qti.group.expression.ExpressionGroup
 
getParent() - Method in class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
 
getParent() - Method in interface org.qtitools.qti.group.NodeGroup
Gets parent node of group.
getParent() - Method in class org.qtitools.qti.group.NodeGroupList
Gets parent of this container.
getParent() - Method in class org.qtitools.qti.node.AbstractNode
 
getParent() - Method in class org.qtitools.qti.node.AbstractObject
 
getParent() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getParent() - Method in interface org.qtitools.qti.node.expression.Expression
Gets parent of this expression.
getParent() - Method in class org.qtitools.qti.node.item.CorrectResponse
 
getParent() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
 
getParent() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
 
getParent() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
 
getParent() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
 
getParent() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
 
getParent() - Method in class org.qtitools.qti.node.shared.FieldValue
 
getParent() - Method in class org.qtitools.qti.node.test.AbstractJump
 
getParent() - Method in class org.qtitools.qti.node.test.ControlObject
 
getParent() - Method in class org.qtitools.qti.node.test.ItemSessionControl
 
getParent() - Method in class org.qtitools.qti.node.test.Ordering
 
getParent() - Method in class org.qtitools.qti.node.test.SectionPart
 
getParent() - Method in class org.qtitools.qti.node.test.Selection
 
getParent() - Method in class org.qtitools.qti.node.test.TemplateDefault
 
getParent() - Method in class org.qtitools.qti.node.test.TestPart
 
getParent() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getParent() - Method in interface org.qtitools.qti.node.XmlNode
Gets parent of this node or null (if node is root; for example AssessmentTest).
getParent() - Method in interface org.qtitools.qti.node.XmlObject
Gets parent of this object or null (if object is root; for example AssessmentTest).
getParentItem() - Method in class org.qtitools.qti.node.AbstractObject
 
getParentItem() - Method in interface org.qtitools.qti.node.XmlObject
Gets root assessmentItem or null (if root is different type).
getParentRequiredBaseTypes() - Method in class org.qtitools.qti.node.expression.AbstractExpression
Gets list of all acceptable baseTypes for this expression from its parent.
getParentRequiredCardinalities() - Method in class org.qtitools.qti.node.expression.AbstractExpression
Gets list of all acceptable cardinalities for this expression from its parent.
getParentResult() - Method in class org.qtitools.qti.node.AbstractObject
 
getParentResult() - Method in interface org.qtitools.qti.node.XmlObject
Gets root assessmentResult or null (if root is different type).
getParentRoot() - Method in class org.qtitools.qti.node.AbstractNode
 
getParentRoot() - Method in interface org.qtitools.qti.node.XmlNode
Gets root of this node or node itself (if node is root; for example AssessmentTest).
getParentsAllowComment() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final allowComment value or default value if parent of this itemSessionControl is TestPart.
getParentsAllowReview() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final allowReview value or default value if parent of this itemSessionControl is TestPart.
getParentsAllowSkipping() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final allowSkipping value or default value if parent of this itemSessionControl is TestPart.
getParentSection() - Method in class org.qtitools.qti.node.test.SectionPart
Gets parent assessment section of this part or null if parent is test part.
getParentsMaxAttempts() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final maxAttempts value or default value if parent of this itemSessionControl is TestPart.
getParentsShowFeedback() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final showFeedback value or default value if parent of this itemSessionControl is TestPart.
getParentsShowSolution() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final showSolution value or default value if parent of this itemSessionControl is TestPart.
getParentsValidateResponses() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets parent's (parent of parent of this itemSessionControl) final validateResponses value or default value if parent of this itemSessionControl is TestPart.
getParentTest() - Method in class org.qtitools.qti.node.AbstractObject
 
getParentTest() - Method in interface org.qtitools.qti.node.XmlObject
Gets root assessmentTest or null (if root is different type).
getParentTestPart() - Method in class org.qtitools.qti.node.test.AbstractPart
Gets parent test part of this part (returns itself if this part is instance of test part).
getPattern() - Method in class org.qtitools.qti.node.expression.operator.PatternMatch
Gets value of pattern attribute.
getPatternMask() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getPatternMask() - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Gets value of patternMask attribute.
getPatternMask() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getPlaceholderText() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getPlaceholderText() - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Gets value of placeholderText attribute.
getPlaceholderText() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getPositionObjectInteractionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets positionObjectInteraction group.
getPositionObjectInteractions() - Method in class org.qtitools.qti.group.item.interaction.PositionObjectInteractionGroup
Gets list of all children.
getPositionObjectInteractions() - Method in class org.qtitools.qti.node.item.interaction.content.PositionObjectStage
Gets positionObjectInteraction children.
getPreCondition() - Method in class org.qtitools.qti.node.test.flow.PreConditionNode
Gets assessment object (precondition) of this node.
getPreConditionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets preCondition group.
getPreConditions() - Method in class org.qtitools.qti.group.test.PreConditionGroup
Gets list of all children.
getPreConditions() - Method in class org.qtitools.qti.node.test.AbstractPart
Gets preCondition children.
getPresentedCount() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getPresentedCount() - Method in class org.qtitools.qti.node.test.ControlObject
Gets total number of presented item references of this control object.
getPrev() - Method in class org.qtitools.qti.node.test.flow.Node
Gets previous node in linked list (can be null).
getPrevItemRef(boolean) - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
getPrevItemRef(boolean) - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Gets first previous item reference in current test part (can be null).
getPrevItemRef() - Method in class org.qtitools.qti.node.test.flow.ItemRefNode
Gets previous item reference node in linked list (can be null).
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getProducedBaseTypes() - Method in interface org.qtitools.qti.node.expression.Expression
Gets list of all possible produced baseTypes after evaluation (possible baseTypes of evaluated result).
getProducedBaseTypes() - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets list of all produced baseTypes.
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Delete
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.FieldValue
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Index
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Multiple
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Ordered
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Product
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Random
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Subtract
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.operator.Sum
 
getProducedBaseTypes() - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
 
getProducedCardinalities() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getProducedCardinalities() - Method in interface org.qtitools.qti.node.expression.Expression
Gets list of all possible produced cardinalities after evaluation (possible cardinalities of evaluated result).
getProducedCardinalities() - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets list of all produced cardinalities.
getProducedCardinalities() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
 
getProducedCardinalities() - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
getProducedCardinalities() - Method in class org.qtitools.qti.node.expression.operator.Delete
 
getProducedNumericalBaseTypes() - Method in class org.qtitools.qti.node.expression.AbstractExpression
Gets list of all possible produced baseTypes after evaluation (possible baseTypes of evaluated result).
getPrompt() - Method in class org.qtitools.qti.group.item.interaction.PromptGroup
Gets prompt child.
getPrompt() - Method in class org.qtitools.qti.node.item.interaction.BlockInteraction
Gets prompt child.
getPromptGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets prompt group.
getRandomGenerator(int) - Method in class org.qtitools.qti.node.expression.RandomExpression
Gets a random number generator.
getRequired() - Method in class org.qtitools.qti.node.item.interaction.content.Gap
Gets value of required attribute.
getRequired() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Gets value of required attribute.
getRequired() - Method in class org.qtitools.qti.node.test.SectionPart
Gets value of required attribute.
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getRequiredBaseTypes(int) - Method in interface org.qtitools.qti.node.expression.ExpressionParent
Gets list of all acceptable baseTypes which can child expression at given position produce.
getRequiredBaseTypes(int) - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets list of all acceptable baseTypes for given position.
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Contains
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Delete
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Index
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Match
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Member
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Multiple
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Ordered
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.expression.operator.Random
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionExpressionChild
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.template.processing.SetDefaultValue
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.template.processing.SetTemplateValue
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionExpressionChild
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionExpressionChild
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.test.AbstractJump
 
getRequiredBaseTypes(int) - Method in class org.qtitools.qti.node.test.TemplateDefault
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getRequiredCardinalities(int) - Method in interface org.qtitools.qti.node.expression.ExpressionParent
Gets list of all acceptable cardinalities which can child expression at given position produce.
getRequiredCardinalities(int) - Method in enum org.qtitools.qti.node.expression.ExpressionType
Gets list of all acceptable cardinalities for given position.
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.expression.operator.Contains
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.expression.operator.Delete
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.expression.operator.Match
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionExpressionChild
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.template.processing.SetDefaultValue
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.template.processing.SetTemplateValue
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionExpressionChild
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionExpressionChild
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.test.AbstractJump
 
getRequiredCardinalities(int) - Method in class org.qtitools.qti.node.test.TemplateDefault
 
getRequiredSameBaseTypes(int, boolean) - Method in class org.qtitools.qti.node.expression.AbstractExpression
Gets list of all acceptable baseTypes which can child expression at given position produce.
getRequiredSameCardinalities(int, boolean) - Method in class org.qtitools.qti.node.expression.AbstractExpression
Gets list of all acceptable cardinalities which can child expression at given position produce.
getResponseDeclaration(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets responseDeclaration with given identifier or null.
getResponseDeclaration() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
getResponseDeclaration() - Method in class org.qtitools.qti.node.item.interaction.Interaction
Gets the responseDeclaration for this interaction.
getResponseDeclarationGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets responseDeclaration group.
getResponseDeclarations() - Method in class org.qtitools.qti.group.item.response.declaration.ResponseDeclarationGroup
Gets list of all children.
getResponseDeclarations() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets responseDeclaration children.
getResponseElse() - Method in class org.qtitools.qti.group.item.response.processing.ResponseElseGroup
Gets child.
getResponseElse() - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
Gets ELSE child.
getResponseElseGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets responseElse group.
getResponseElseIfGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets responseElseIf group.
getResponseElseIfs() - Method in class org.qtitools.qti.group.item.response.processing.ResponseElseIfGroup
Gets list of all children.
getResponseElseIfs() - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
Gets ELSE-IF children.
getResponseIdentifier() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
getResponseIdentifier() - Method in class org.qtitools.qti.node.item.interaction.Interaction
Gets value of responseIdentifier attribute.
getResponseIf() - Method in class org.qtitools.qti.group.item.response.processing.ResponseIfGroup
Gets child.
getResponseIf() - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
Gets IF child.
getResponseIfGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets responseIf group.
getResponseProcessing() - Method in class org.qtitools.qti.group.item.response.processing.ResponseProcessingGroup
Gets child.
getResponseProcessing() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets responseProcessing child.
getResponseProcessingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets responseProcessing group.
getResponseRuleGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets responseRule group.
getResponseRules() - Method in class org.qtitools.qti.group.item.response.processing.ResponseRuleGroup
Gets list of all children.
getResponseRules() - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionChild
Gets responseRule children.
getResponseRules() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Gets responseRule children.
getResponseRules() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessingFragment
Gets responseRule children.
getResponseTime() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getResponseTime(int) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets total time spent inside this object excluding navigation time for A given state.
getResponseTime() - Method in class org.qtitools.qti.node.test.ControlObject
Gets total time spent inside this object excluding navigation time.
getResponseValue(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets A response variable with given identifier or null
getResponseValues() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns an unmodifiable map of response identifiers to response values.
getResult() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Gets printed result of this block.
getReverse() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Gets value of reverse attribute.
getRoundingMode() - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
Gets value of roundingMode attribute.
getRoundingModeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getRowspan() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Gets value of rowspan attribute.
getRubricBlockGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets rubricBlock group.
getRubricBlocks() - Method in class org.qtitools.qti.group.test.RubricBlockGroup
Gets list of all children.
getRubricBlocks() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets rubricBlock children.
getScope() - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Gets value of scope attribute.
getSecondChild() - Method in class org.qtitools.qti.node.expression.AbstractExpression
Returns second subexpression.
getSecondPart() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Gets second part of compound identifier or null if identifier is not compound.
getSecondTolerance() - Method in class org.qtitools.qti.node.expression.operator.Equal
Gets second tolerance if defined; first tolerance otherwise.
getSectionPartGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets sectionPart group.
getSectionParts() - Method in class org.qtitools.qti.group.test.SectionPartGroup
Gets list of all children.
getSectionParts() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets sectionPart children.
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.general.RandomFloat
 
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.general.RandomFloatEx
 
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
 
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.general.RandomIntegerEx
 
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.operator.Random
 
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.operator.RandomEx
 
getSeedAttributeValue() - Method in class org.qtitools.qti.node.expression.RandomExpression
Gets value of seed attribute.
getSelect() - Method in class org.qtitools.qti.node.test.Selection
Gets value of select attribute.
getSelection() - Method in class org.qtitools.qti.group.test.SelectionGroup
Gets child.
getSelection() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets selection child.
getSelectionGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets selection group.
getSequenceIndex() - Method in class org.qtitools.qti.node.result.ItemResult
Gets value of sequenceIndex attribute.
getSessionIdentifierGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets sessionIdentifier group.
getSessionIdentifiers() - Method in class org.qtitools.qti.group.result.SessionIdentifierGroup
Gets list of all children.
getSessionIdentifiers() - Method in class org.qtitools.qti.node.result.Context
Gets sessionIdentifier children.
getSessionStatus() - Method in class org.qtitools.qti.node.result.ItemResult
Gets value of sessionStatus attribute.
getSessionStatus() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets value of session status.
getSessionStatusAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getShape() - Method in class org.qtitools.qti.node.expression.operator.Inside
Gets value of shape attribute.
getShape() - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
getShape() - Method in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Gets value of shape attribute.
getShape() - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
getShape() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Gets value of shape attribute.
getShapeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getShowFeedback() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final showFeedback value.
getShowFeedbackAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of showFeedback attribute.
getShowSolution() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final showSolution value.
getShowSolutionAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of showSolution attribute.
getShuffle() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Gets value of shuffle attribute.
getShuffle() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Gets value of shuffle attribute.
getShuffle() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Gets value of shuffle attribute.
getShuffle() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Gets value of shuffle attribute.
getShuffle() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Gets value of shuffle attribute.
getShuffle() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets value of shuffle attribute.
getShuffle() - Method in class org.qtitools.qti.node.test.Ordering
Gets value of shuffle attribute.
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
 
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
 
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
 
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
 
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.Interaction
If the interaction supports shuffling, then this method should return an ordered list of the shuffled elements' identifiers.
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
 
getShuffledOrder() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
 
getSimpleAssociableChoice(String) - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Gets simpleAssociableChoice child with given identifier or null.
getSimpleAssociableChoiceGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets simpleAssociableChoice group.
getSimpleAssociableChoices() - Method in class org.qtitools.qti.group.item.interaction.choice.SimpleAssociableChoiceGroup
Gets list of all children.
getSimpleAssociableChoices() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Gets simpleAssociableChoice children.
getSimpleAssociableChoices() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleMatchSet
Gets simpleAssociableChoice children.
getSimpleChoice(String) - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Gets simpleChoice child with given identifier or null.
getSimpleChoice(String) - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets simpleChoice child with given identifier or null.
getSimpleChoiceGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets simpleChoice group.
getSimpleChoices() - Method in class org.qtitools.qti.group.item.interaction.choice.SimpleChoiceGroup
Gets list of all children.
getSimpleChoices() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Gets simpleChoice children.
getSimpleChoices() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Gets simpleChoice children.
getSimpleMatchSetGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets simpleMatchSet group.
getSimpleMatchSets() - Method in class org.qtitools.qti.group.item.interaction.choice.SimpleMatchSetGroup
Gets list of all children.
getSimpleMatchSets() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Gets simpleMatchSet children.
getSimpleName() - Method in class org.qtitools.qti.node.AbstractNode
 
getSimpleName() - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
getSimpleName() - Method in class org.qtitools.qti.node.expression.operator.FieldValue
 
getSimpleName() - Method in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
 
getSimpleName() - Method in class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
 
getSimpleName() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
 
getSimpleName() - Method in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
 
getSimpleName() - Method in class org.qtitools.qti.node.result.AbstractResult
 
getSimpleName() - Method in class org.qtitools.qti.node.result.ItemVariable
 
getSimpleName() - Method in class org.qtitools.qti.node.shared.FieldValue
 
getSimpleName() - Method in class org.qtitools.qti.node.test.BranchRule
 
getSimpleName() - Method in class org.qtitools.qti.node.test.TestFeedback
 
getSimpleName() - Method in class org.qtitools.qti.node.test.Weight
 
getSimpleName() - Method in class org.qtitools.qti.node.UniqueObject
 
getSimpleName() - Method in interface org.qtitools.qti.node.XmlNode
Gets simple name of this node.
getSingleValue() - Method in class org.qtitools.qti.node.expression.general.BaseValue
Gets single value of this baseValue.
getSingleValue() - Method in class org.qtitools.qti.node.shared.FieldValue
Gets single value of this fieldValue.
getSingleValueAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getSkipped() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getSource() - Method in class org.qtitools.qti.validation.AbstractValidationItem
 
getSource() - Method in interface org.qtitools.qti.validation.ValidationItem
Gets source of this item.
getSourceFile() - Method in class org.qtitools.qti.node.AbstractNode
 
getSourceFile() - Method in interface org.qtitools.qti.node.XmlNode
Gets source file of this node.
getSourceId() - Method in class org.qtitools.qti.node.result.SessionIdentifier
Gets value of sourceID attribute.
getSourceIdentifier() - Method in class org.qtitools.qti.node.test.VariableMapping
Gets value of sourceIdentifier attribute.
getSourceNode() - Method in class org.qtitools.qti.node.AbstractNode
 
getSourceNode() - Method in interface org.qtitools.qti.node.XmlNode
Gets source node (DOM) of this node.
getSourceString() - Method in class org.qtitools.qti.node.AbstractNode
 
getSourceString() - Method in interface org.qtitools.qti.node.XmlNode
Gets source string of this node.
getSourceUrl() - Method in class org.qtitools.qti.node.AbstractNode
 
getSourceUrl() - Method in interface org.qtitools.qti.node.XmlNode
Gets source url of this node.
getSourceValue() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Gets value of sourceValue attribute.
getSourceValue() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
Gets numeric value of sourceValue attribute.
getSourceValue() - Method in class org.qtitools.qti.node.outcome.declaration.MatchTableEntry
Gets value of sourceValue attribute.
getSpan() - Method in class org.qtitools.qti.node.content.xhtml.table.Col
Gets value of span attribute.
getSpan() - Method in class org.qtitools.qti.node.content.xhtml.table.Colgroup
Gets value of span attribute.
getSrc() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Gets value of src attribute.
getStates() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets list of item states.
getStep() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
Gets value of step attribute.
getStep() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Gets value of step attribute.
getStepLabel() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Gets value of stepLabel attribute.
getStringAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getStringIdentifier() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getStringIdentifier() - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Gets value of stringIdentifier attribute.
getStringIdentifier() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getStringIdentifierResponseDeclaration() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
getStringIdentifierResponseDeclaration() - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Gets ResponseDeclaration corresponding to the stringIdentifier attribute
getStringIdentifierResponseDeclaration() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
getStringMultipleAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getStylesheetGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets stylesheet group.
getStylesheets() - Method in class org.qtitools.qti.group.item.StylesheetGroup
Gets list of all children.
getStylesheets() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets stylesheet children.
getSubmissionMode() - Method in class org.qtitools.qti.node.test.TestPart
Gets value of submissionMode attribute.
getSubmissionModeAttribuye(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getSubmitted() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getSubString() - Method in class org.qtitools.qti.node.expression.operator.StringMatch
Gets value of substring attribute.
getSummary() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets value of summary attribute.
getSupportedTypes(Cardinality[], BaseType[]) - Static method in enum org.qtitools.qti.node.expression.ExpressionType
Gets all supported expression types for given requirements.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.OrientationAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.ShapeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in interface org.qtitools.qti.attribute.EnumerateAttribute
Gets all supported values of this attribute.
getSupportedValues() - Method in class org.qtitools.qti.attribute.value.BooleanAttribute
Gets all supported values of this attribute.
getTableCellGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets TableCell group.
getTableCellScopeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getTarget() - Method in class org.qtitools.qti.node.test.BranchRule
Gets value of target attribute.
getTarget() - Method in class org.qtitools.qti.node.test.flow.JumpNode
Gets alternative (not default) target of this jump node.
getTargetControlObject() - Method in class org.qtitools.qti.node.test.BranchRule
Gets target ControlOject of this branchRule or null it target doesn't exist.
getTargetIdentifier() - Method in class org.qtitools.qti.node.test.VariableMapping
Gets value of targetIdentifier attribute.
getTargetValue(Value) - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Gets target value for given source value.
getTargetValue(Value) - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Gets target value for given source value.
getTargetValue(NumberValue) - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTable
 
getTargetValue(NumberValue) - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
Gets target value for given source value.
getTargetValue() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
Gets value of targetValue attribute.
getTargetValue(NumberValue) - Method in class org.qtitools.qti.node.outcome.declaration.MatchTable
 
getTargetValueBaseType() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
Gets required baseType of target value.
getTbodyGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Tbody group.
getTbodys() - Method in class org.qtitools.qti.group.content.xhtml.table.TbodyGroup
Gets list of all children.
getTbodys() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets tbody children.
getTemplate() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Gets the value of the template attribute.
getTemplateDeclaration(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets templateDeclaration with given identifier or null.
getTemplateDeclarationGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateDeclaration group.
getTemplateDeclarations() - Method in class org.qtitools.qti.group.item.template.declaration.TemplateDeclarationGroup
Gets list of all children.
getTemplateDeclarations() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets templateDeclaration children.
getTemplateDefaultGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateDefault group.
getTemplateDefaults() - Method in class org.qtitools.qti.group.test.TemplateDefaultGroup
Gets list of all children.
getTemplateDefaults() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets templateDefault children.
getTemplateElse() - Method in class org.qtitools.qti.group.item.template.processing.TemplateElseGroup
Gets child.
getTemplateElse() - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
Gets ELSE child.
getTemplateElseGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateElse group.
getTemplateElseIfGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateElseIf group.
getTemplateElseIfs() - Method in class org.qtitools.qti.group.item.template.processing.TemplateElseIfGroup
Gets list of all children.
getTemplateElseIfs() - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
Gets ELSE-IF children.
getTemplateIdentifier() - Method in class org.qtitools.qti.node.content.template.TemplateElement
Gets value of templateIdentifier attribute.
getTemplateIdentifier() - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Gets value of templateIdentifier attribute.
getTemplateIdentifier() - Method in class org.qtitools.qti.node.test.TemplateDefault
Gets value of templateIdentifier attribute.
getTemplateIf() - Method in class org.qtitools.qti.group.item.template.processing.TemplateIfGroup
Gets child.
getTemplateIf() - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
Gets IF child.
getTemplateIfGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateIf group.
getTemplateLocation() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Gets the value of the templateLocation attribute.
getTemplateProcessing() - Method in class org.qtitools.qti.group.item.template.processing.TemplateProcessingGroup
Gets child.
getTemplateProcessing() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets templateProcessing child.
getTemplateProcessingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateProcessing group.
getTemplateRuleGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets templateRule group.
getTemplateRules() - Method in class org.qtitools.qti.group.item.template.processing.TemplateRuleGroup
Gets list of all children.
getTemplateRules() - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionChild
Gets templateRule children.
getTemplateRules() - Method in class org.qtitools.qti.node.item.template.processing.TemplateProcessing
Gets templateRule children.
getTemplates() - Method in class org.qtitools.qti.node.content.ItemBody
Get a snapshot of all the templates within this itemBody.
getTemplates(String) - Method in class org.qtitools.qti.node.content.ItemBody
Get the templates for a given templateIdentifier.
getTemplateValue() - Method in class org.qtitools.qti.node.content.template.TemplateElement
Gets value of identifier attribute.
getTemplateValue(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of templateDeclaration with given identifier or null.
getTemplateValues() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns an unmodifiable map of template identifiers to template values.
getTest() - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
getTest() - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Gets assessment test of this item flow.
getTestFeedbackAccess() - Method in class org.qtitools.qti.node.test.TestFeedback
Gets value of access attribute.
getTestFeedbackAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getTestFeedbackGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets testFeedback group.
getTestFeedbacks() - Method in class org.qtitools.qti.group.test.TestFeedbackGroup
Gets list of all children.
getTestFeedbacks() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets testFeedback children.
getTestFeedbacks(TestFeedbackAccess) - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets all viewable testFeedbacks with given access.
getTestFeedbacks() - Method in class org.qtitools.qti.node.test.TestPart
Gets testFeedback children.
getTestFeedbacks(TestFeedbackAccess) - Method in class org.qtitools.qti.node.test.TestPart
Gets all viewable testFeedbacks with given access.
getTestPartGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets testPart group.
getTestParts() - Method in class org.qtitools.qti.group.test.TestPartGroup
Gets list of all children.
getTestParts() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets testPart children.
getTestResult() - Method in class org.qtitools.qti.group.result.TestResultGroup
Gets child.
getTestResult() - Method in class org.qtitools.qti.node.result.AssessmentResult
Gets testResult child.
getTestResult(AssessmentResult) - Method in class org.qtitools.qti.node.test.AssessmentTest
Returns current result of this test (only test itself, no items).
getTestResultGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets testResult group.
getTextContent() - Method in class org.qtitools.qti.node.content.basic.TextRun
Gets text content of this block.
getTextContent() - Method in class org.qtitools.qti.node.result.CandidateComment
Gets text content of this block.
getTextFormatAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getTextOrVariable() - Method in class org.qtitools.qti.group.content.TextOrVariableGroup
Gets child.
getTextOrVariableGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets textOrVariable group.
getTextOrVariableInstance(XmlObject, String) - Static method in enum org.qtitools.qti.node.content.ContentType
Creates textOrVariable element.
getTextOrVariables() - Method in class org.qtitools.qti.group.content.TextOrVariableGroup
Gets list of all children.
getTfoot() - Method in class org.qtitools.qti.group.content.xhtml.table.TfootGroup
Gets tfoot child.
getTfoot() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets tfoot child.
getTfootGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Tfoot group.
getThead() - Method in class org.qtitools.qti.group.content.xhtml.table.TheadGroup
Gets thead child.
getThead() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Gets thead child.
getTheadGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Thead group.
getTimeDependent() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of timeDependent attribute.
getTimedOut() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getTimeLimit() - Method in class org.qtitools.qti.group.test.TimeLimitGroup
Gets child.
getTimeLimit() - Method in class org.qtitools.qti.node.test.ControlObject
Gets timeLimit child.
getTimeLimitGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets timeLimit group.
getTimer() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets current timer.
getTimeRecord() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets time record of this item.
getTimeRecord() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets time record of this item reference.
getTitle() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of title attribute.
getTitle() - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
Gets value of title attribute.
getTitle() - Method in class org.qtitools.qti.node.item.Stylesheet
Gets value of title attribute.
getTitle() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets value of title attribute.
getTitle() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets value of title attribute.
getTitle() - Method in class org.qtitools.qti.node.test.TestFeedback
Gets value of title attribute.
getToleranceMode() - Method in class org.qtitools.qti.node.expression.operator.Equal
Gets value of toleranceMode attribute.
getToleranceModeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getTolerances() - Method in class org.qtitools.qti.node.expression.operator.Equal
Gets value of tolerance attribute.
getToolName() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of toolName attribute.
getToolName() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets value of toolName attribute.
getToolVersion() - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets value of toolVersion attribute.
getToolVersion() - Method in class org.qtitools.qti.node.test.AssessmentTest
Gets value of toolVersion attribute.
getTotal() - Method in class org.qtitools.qti.node.test.TimeRecord
 
getTotalCount() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getTotalCount() - Method in class org.qtitools.qti.node.test.ControlObject
Gets total number of item references of this control object.
getTotalTime() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
getTotalTime() - Method in class org.qtitools.qti.node.test.ControlObject
Gets total time spent inside this object including navigation time.
getTrGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets Tr group.
getTrs() - Method in class org.qtitools.qti.group.content.xhtml.table.TrGroup
Gets list of all children.
getType(String) - Static method in enum org.qtitools.qti.node.content.ContentType
Gets content type for given CLASS_TAG.
getType() - Method in class org.qtitools.qti.node.content.xhtml.hypertext.A
Gets value of type attribute.
getType(String) - Static method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
Gets dlElement type for given CLASS_TAG.
getType() - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Gets value of type attribute.
getType() - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Gets value of type attribute.
getType(String) - Static method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
Gets tableCell type for given CLASS_TAG.
getType() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getType() - Method in interface org.qtitools.qti.node.expression.Expression
Gets expression type of this expression.
getType(String) - Static method in enum org.qtitools.qti.node.expression.ExpressionType
Gets expression type for given CLASS_TAG.
getType() - Method in class org.qtitools.qti.node.item.interaction.UploadInteraction
Gets value of type attribute.
getType() - Method in class org.qtitools.qti.node.item.Stylesheet
Gets value of type attribute.
getType() - Method in class org.qtitools.qti.validation.ValidationError
 
getType() - Method in class org.qtitools.qti.validation.ValidationInfo
 
getType() - Method in interface org.qtitools.qti.validation.ValidationItem
Gets type of this item.
getType() - Method in class org.qtitools.qti.validation.ValidationWarning
 
getUpperBound() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Gets value of upperBound attribute.
getUpperBound() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Gets value of upperBound attribute.
getUpperBound() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Gets value of upperBound attribute.
getUriAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getValidateResponses() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets final validateResponses value.
getValidateResponsesAttrValue() - Method in class org.qtitools.qti.node.test.ItemSessionControl
Gets value of validateResponses attribute.
getValue() - Method in class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.OrientationAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.ShapeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.SingleAttribute
Gets value of attribute.
getValue() - Method in class org.qtitools.qti.attribute.value.BooleanAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.DateAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.DurationAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.FloatAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.IdentifierAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.IntegerAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.LongAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.StringAttribute
 
getValue() - Method in class org.qtitools.qti.attribute.value.UriAttribute
 
getValue() - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Gets value of value attribute.
getValue() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
getValue() - Method in interface org.qtitools.qti.node.expression.Expression
Gets evaluated result or null if this expression is not evaluated yet.
getValue(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Gets A template or outcome variable with given identifier or null
getValue() - Method in class org.qtitools.qti.node.item.CorrectResponse
Gets value of this defaultValue.
getValue() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of this variableDeclaration.
getValue() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
Gets value of this defaultValue.
getValue(Cardinality, List<FieldValue>) - Static method in class org.qtitools.qti.node.shared.FieldValue
Constructs value (of any cardinality) from given list of fieldValues (list of single values).
getValue() - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Gets value of this variableDeclaration.
getValue() - Method in class org.qtitools.qti.node.test.TemplateDefault
Gets last result of evaluation or null if this object was not evaluated yet.
getValue() - Method in class org.qtitools.qti.node.test.Weight
Gets value of value attribute.
getValues() - Method in class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
 
getValues() - Method in class org.qtitools.qti.attribute.MultipleAttribute
Gets value of attribute.
getValues() - Method in class org.qtitools.qti.attribute.value.CoordsAttribute
 
getValues() - Method in class org.qtitools.qti.attribute.value.FloatMultipleAttribute
 
getValues() - Method in class org.qtitools.qti.attribute.value.IdentifierMultipleAttribute
 
getValues() - Method in class org.qtitools.qti.attribute.value.StringMultipleAttribute
 
getValues(FieldValueParent, Value) - Static method in class org.qtitools.qti.node.shared.FieldValue
Constructs list of fieldValues (list of single values) from given value (of any cardinality).
getValuetype() - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Gets value of valuetype attribute.
getVariableIdentifier() - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
Gets value of variableIdentifier attribute.
getVariableMappingGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets variableMapping group.
getVariableMappings() - Method in class org.qtitools.qti.group.test.VariableMappingGroup
Gets list of all children.
getVariableMappings() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets variableMapping children.
getViewMultipleAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getViews() - Method in class org.qtitools.qti.node.content.variable.RubricBlock
Gets value of view attribute.
getViews() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Gets value of view attribute.
getViews() - Method in class org.qtitools.qti.node.result.OutcomeVariable
Gets value of view attribute.
getVisibilityMode() - Method in class org.qtitools.qti.node.content.template.TemplateElement
Gets value of showHide attribute.
getVisibilityMode() - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Gets value of showHide attribute.
getVisibilityMode() - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Gets value of showHide attribute.
getVisibilityMode() - Method in class org.qtitools.qti.node.item.ModalFeedback
Gets value of showHide attribute.
getVisibilityMode() - Method in class org.qtitools.qti.node.test.TestFeedback
Gets value of showHide attribute.
getVisibilityModeAttribute(String) - Method in class org.qtitools.qti.attribute.AttributeList
Gets attribute with given name.
getVisible() - Method in class org.qtitools.qti.node.test.AssessmentSection
Gets value of visible attribute.
getWarnings() - Method in class org.qtitools.qti.validation.ValidationResult
Gets all warnings of this container.
getWarnings(XmlNode) - Method in class org.qtitools.qti.validation.ValidationResult
Gets all warnings of this container for given source node.
getWeight(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns weight with given identifier or null.
getWeightGroup() - Method in class org.qtitools.qti.group.NodeGroupList
Gets weight group.
getWeightIdentifier() - Method in class org.qtitools.qti.node.expression.general.Variable
Gets value of weightIdentifier attribute.
getWeightIdentifier() - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Gets value of weightIdentifier attribute.
getWeightIdentifier() - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
Gets value of weightIdentifier attribute.
getWeights() - Method in class org.qtitools.qti.group.test.WeightGroup
Gets list of all children.
getWeights() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Gets weight children.
getWidth() - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Gets value of width attribute.
getWidth() - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Gets value of width attribute.
getWithReplacement() - Method in class org.qtitools.qti.node.test.Selection
Gets value of withReplacement attribute.
GraphicAssociateInteraction - Class in org.qtitools.qti.node.item.interaction
A graphic associate interaction is a graphic interaction with a corresponding set of choices that are defined as areas of the graphic image.
GraphicAssociateInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Construct new interaction.
GraphicGapMatchInteraction - Class in org.qtitools.qti.node.item.interaction
A graphic gap-match interaction is a graphical interaction with a set of gaps that are defined as areas (hotspots) of the graphic image and an additional set of gap choices that are defined outside the image.
GraphicGapMatchInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
Constructs object.
GraphicInteraction - Class in org.qtitools.qti.node.item.interaction
GraphicInteraction abstract class
GraphicInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.GraphicInteraction
Constructs object.
GraphicOrderInteraction - Class in org.qtitools.qti.node.item.interaction
A graphic order interaction is a graphic interaction with a corresponding set of choices that are defined as areas of the graphic image.
GraphicOrderInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Construct new interaction.
Gt - Class in org.qtitools.qti.node.expression.operator
The gt operator takes two sub-expressions which must both have single cardinality and have A numerical base-type.
Gt(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Gt
Constructs expression.
Gte - Class in org.qtitools.qti.node.expression.operator
The gte operator takes two sub-expressions which must both have single cardinality and have A numerical base-type.
Gte(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Gte
Constructs expression.

H

H1 - Class in org.qtitools.qti.node.content.xhtml.text
h1
H1(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.H1
Constructs object.
H2 - Class in org.qtitools.qti.node.content.xhtml.text
h2
H2(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.H2
Constructs object.
H3 - Class in org.qtitools.qti.node.content.xhtml.text
h3
H3(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.H3
Constructs object.
H4 - Class in org.qtitools.qti.node.content.xhtml.text
h4
H4(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.H4
Constructs object.
H5 - Class in org.qtitools.qti.node.content.xhtml.text
h5
H5(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.H5
Constructs object.
H6 - Class in org.qtitools.qti.node.content.xhtml.text
h6
H6(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.H6
Constructs object.
hasChildNodes() - Method in class org.qtitools.qti.node.AbstractNode
 
hasChildNodes() - Method in interface org.qtitools.qti.node.XmlNode
This is A convenience method to allow easy determination of whether A node has any children.
hasFeedback() - Method in class org.qtitools.qti.node.content.ItemBody
Determine if this item has any inline or block feedback.
hashCode() - Method in class org.qtitools.qti.value.AbstractPairValue
 
hashCode() - Method in class org.qtitools.qti.value.BooleanValue
 
hashCode() - Method in class org.qtitools.qti.value.DurationValue
 
hashCode() - Method in class org.qtitools.qti.value.FileValue
 
hashCode() - Method in class org.qtitools.qti.value.FloatValue
 
hashCode() - Method in class org.qtitools.qti.value.IdentifierValue
 
hashCode() - Method in class org.qtitools.qti.value.IntegerValue
 
hashCode() - Method in class org.qtitools.qti.value.ListValue
 
hashCode() - Method in class org.qtitools.qti.value.NullValue
 
hashCode() - Method in class org.qtitools.qti.value.PointValue
 
hashCode() - Method in class org.qtitools.qti.value.RecordValue
 
hashCode() - Method in class org.qtitools.qti.value.StringValue
 
hashCode() - Method in class org.qtitools.qti.value.UriValue
 
hasMoreParts() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Returns true if identifier is compound from two parts separated with dot; false otherwise.
hasNextItemRef(boolean) - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
hasNextItemRef(boolean) - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Returns true if there is any next item reference in current test part; false otherwise.
hasPrevItemRef(boolean) - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
hasPrevItemRef(boolean) - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Returns true if there is any previous item reference in current test part; false otherwise.
horizontalValue() - Method in class org.qtitools.qti.value.PointValue
Returns horizontal value of this point.
Hotspot - Interface in org.qtitools.qti.node.item.interaction.graphic
Some of the graphic interactions involve images with specially defined areas or hotspots.
HotspotChoice - Class in org.qtitools.qti.node.item.interaction.graphic
hotspotChoice
HotspotChoice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
Constructs object.
HotspotChoiceContainer - Interface in org.qtitools.qti.node.item.interaction.graphic
Interface for marking classes that contain hotspotChoices
HotspotChoiceGroup - Class in org.qtitools.qti.group.item.interaction.graphic
Group of hotspotChoice children.
HotspotChoiceGroup(HotspotChoiceContainer) - Constructor for class org.qtitools.qti.group.item.interaction.graphic.HotspotChoiceGroup
Constructs group.
HotspotChoiceGroup(HotspotChoiceContainer, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.graphic.HotspotChoiceGroup
Constructs group.
HotspotInteraction - Class in org.qtitools.qti.node.item.interaction
A hotspot interaction is a graphical interaction with a corresponding set of choices that are defined as areas of the graphic image.
HotspotInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.HotspotInteraction
Construct new interaction.
Hottext - Class in org.qtitools.qti.node.item.interaction.content
A hottext area is used within the content of an hottextInteraction to provide the individual choices.
Hottext(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.content.Hottext
Constructs object.
HottextInteraction - Class in org.qtitools.qti.node.item.interaction
The hottext interaction presents a set of choices to the candidate represented as selectable runs of text embedded within a surrounding context, such as a simple passage of text.
HottextInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.HottextInteraction
Construct new interaction.
Hr - Class in org.qtitools.qti.node.content.xhtml.presentation
hr
Hr(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.Hr
Constructs object.

I

I - Class in org.qtitools.qti.node.content.xhtml.presentation
i
I(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.I
Constructs object.
Identification - Class in org.qtitools.qti.node.result
Information used to identify the candidate.
Identification(Context) - Constructor for class org.qtitools.qti.node.result.Identification
Constructs object.
IdentificationGroup - Class in org.qtitools.qti.group.result
Group of identification child.
IdentificationGroup(Context) - Constructor for class org.qtitools.qti.group.result.IdentificationGroup
Constructs group.
IDENTIFIER_SEPARATOR - Static variable in class org.qtitools.qti.node.expression.general.LookupExpression
Separator between two parts of compound identifier.
IdentifierAttribute - Class in org.qtitools.qti.attribute.value
Attribute with identifier value.
IdentifierAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.IdentifierAttribute
Constructs attribute.
IdentifierAttribute(XmlNode, String, String) - Constructor for class org.qtitools.qti.attribute.value.IdentifierAttribute
Constructs attribute.
IdentifierAttribute(XmlNode, String, String, String, boolean) - Constructor for class org.qtitools.qti.attribute.value.IdentifierAttribute
Constructs attribute.
IdentifierMultipleAttribute - Class in org.qtitools.qti.attribute.value
Attribute with identifier values.
IdentifierMultipleAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.IdentifierMultipleAttribute
Constructs attribute.
IdentifierMultipleAttribute(XmlNode, String, List<String>) - Constructor for class org.qtitools.qti.attribute.value.IdentifierMultipleAttribute
Constructs attribute.
IdentifierMultipleAttribute(XmlNode, String, List<String>, List<String>, boolean) - Constructor for class org.qtitools.qti.attribute.value.IdentifierMultipleAttribute
Constructs attribute.
IdentifierValue - Class in org.qtitools.qti.value
Implementation of BaseType identifier value.
IdentifierValue(String) - Constructor for class org.qtitools.qti.value.IdentifierValue
Constructs IdentifierValue from given String representation.
Img - Class in org.qtitools.qti.node.content.xhtml.image
Attribute : src [1]: uri Attribute : alt [1]: string256 Attribute : longdesc [0..1]: uri Attribute : height [0..1]: length Attribute : width [0..1]: length
Img(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.image.Img
Constructs object.
INDENT - Static variable in interface org.qtitools.qti.node.XmlNode
Default indent.
Index - Class in org.qtitools.qti.node.expression.operator
The index operator takes A sub-expression with an ordered container value and any base-type.
Index(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Index
Constructs expression.
init() - Method in class org.qtitools.qti.node.XmlUtils.UnicodeReader
Read-ahead four bytes and check for BOM marks.
initialize() - Method in class org.qtitools.qti.node.content.ItemBody
Initialize the itemBody by initializing all the child interactions.
initialize(List<TemplateDefault>) - Method in class org.qtitools.qti.node.item.AssessmentItem
Initialize the item by setting the template defaults, resetting variables, and performing templateProcessing An item should only be initialized if it is going to be rendered/presented
initialize() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.interaction.Interaction
Initialize the interaction.
initialize() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
 
initialize() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Initialize responseProcessing by loading any required templates
initialize() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
initialize() - Method in class org.qtitools.qti.node.test.AssessmentSection
 
initialize() - Method in class org.qtitools.qti.node.test.AssessmentTest
 
initialize() - Method in class org.qtitools.qti.node.test.ControlObject
Initialises this object and all its abstractPart children.
initNewState() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Initialize A new item state.
Inline - Interface in org.qtitools.qti.node.content.basic
inline marker interface
InlineChoice - Class in org.qtitools.qti.node.item.interaction.choice
A simple run of text to be displayed to the user, may be subject to variable value substitution with printedVariable.
InlineChoice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.InlineChoice
Construct new inlineChoice.
InlineChoiceGroup - Class in org.qtitools.qti.group.item.interaction.choice
Group of InlineChoice children.
InlineChoiceGroup(InlineChoiceInteraction) - Constructor for class org.qtitools.qti.group.item.interaction.choice.InlineChoiceGroup
Constructs group.
InlineChoiceGroup(InlineChoiceInteraction, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.InlineChoiceGroup
Constructs group.
InlineChoiceInteraction - Class in org.qtitools.qti.node.item.interaction
An inline choice is an inlineInteraction that presents the user with A set of choices, each of which is A simple piece of text.
InlineChoiceInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Construct new interaction.
InlineGroup - Class in org.qtitools.qti.group.content
Group of inline children.
InlineGroup(XmlNode) - Constructor for class org.qtitools.qti.group.content.InlineGroup
Constructs group.
InlineInteraction - Class in org.qtitools.qti.node.item.interaction
An interaction that appears inline.
InlineInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.InlineInteraction
Construct new interaction.
InlineStatic - Interface in org.qtitools.qti.node.content.basic
inlineStatic marker interface
InlineStaticGroup - Class in org.qtitools.qti.group.content
Group of inlineStatic children.
InlineStaticGroup(XmlNode) - Constructor for class org.qtitools.qti.group.content.InlineStaticGroup
Constructs group.
inlineStaticValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get inlineStatic types
inlineValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get inline types
insertBefore(XmlNode, XmlNode) - Method in class org.qtitools.qti.node.content.BodyElement
Inserts the node newChild before the existing child node refChild.
Inside - Class in org.qtitools.qti.node.expression.operator
The inside operator takes A single sub-expression which must have A baseType of point.
Inside(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Inside
Constructs expression.
IntegerAttribute - Class in org.qtitools.qti.attribute.value
Attribute with integer value.
IntegerAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.IntegerAttribute
Constructs attribute.
IntegerAttribute(XmlNode, String, Integer) - Constructor for class org.qtitools.qti.attribute.value.IntegerAttribute
Constructs attribute.
IntegerAttribute(XmlNode, String, Integer, Integer, boolean) - Constructor for class org.qtitools.qti.attribute.value.IntegerAttribute
Constructs attribute.
IntegerDivide - Class in org.qtitools.qti.node.expression.operator
The integer divide operator takes 2 sub-expressions which both have single cardinality and base-type integer.
IntegerDivide(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.IntegerDivide
Constructs expression.
IntegerModulus - Class in org.qtitools.qti.node.expression.operator
The integer modulus operator takes 2 sub-expressions which both have single cardinality and base-type integer.
IntegerModulus(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.IntegerModulus
Constructs expression.
IntegerToFloat - Class in org.qtitools.qti.node.expression.operator
The integer to float conversion operator takes A single sub-expression which must have single cardinality and base-type integer.
IntegerToFloat(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.IntegerToFloat
Constructs expression.
IntegerValue - Class in org.qtitools.qti.value
Implementation of BaseType integer value.
IntegerValue(int) - Constructor for class org.qtitools.qti.value.IntegerValue
Constructs IntegerValue from given int.
IntegerValue(String) - Constructor for class org.qtitools.qti.value.IntegerValue
Constructs IntegerValue from given String representation.
IntegerValue(String, Integer) - Constructor for class org.qtitools.qti.value.IntegerValue
Constructs IntegerValue from given String representation and radix.
Interaction - Class in org.qtitools.qti.node.item.interaction
Interactions allow the candidate to interact with the item.
Interaction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.Interaction
Construct new interaction.
InteractionGroup - Class in org.qtitools.qti.group.block
Group of interaction children.
InteractionGroup(BodyElement) - Constructor for class org.qtitools.qti.group.block.InteractionGroup
Constructs group.
interactionValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get interaction types
InterpolationTable - Class in org.qtitools.qti.node.outcome.declaration
An interpolationTable transforms A source float (or integer) by finding the first interpolationTableEntry with A sourceValue that is less than or equal to (subject to includeBoundary) the source value.
InterpolationTable(OutcomeDeclaration) - Constructor for class org.qtitools.qti.node.outcome.declaration.InterpolationTable
Creates object.
InterpolationTableEntry - Class in org.qtitools.qti.node.outcome.declaration
Entry for interpolationTable.
InterpolationTableEntry(InterpolationTable) - Constructor for class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Creates object.
InterpolationTableEntryGroup - Class in org.qtitools.qti.group.outcome.declaration
Group of interpolationTableEntry children.
InterpolationTableEntryGroup(InterpolationTable) - Constructor for class org.qtitools.qti.group.outcome.declaration.InterpolationTableEntryGroup
Constructs group.
intersection(BaseType[], BaseType[]) - Static method in enum org.qtitools.qti.value.BaseType
Returns intersection of two given baseTypes sets (order is not important).
intersection(Cardinality[], Cardinality[]) - Static method in enum org.qtitools.qti.value.Cardinality
Returns intersection of two given cardinalities sets (order is not important).
intersection(ParamType[], ParamType[]) - Static method in enum org.qtitools.qti.value.ParamType
Returns intersection of two given types sets (order is not important).
intersection(TableCellScope[], TableCellScope[]) - Static method in enum org.qtitools.qti.value.TableCellScope
Returns intersection of two given types sets (order is not important).
intersection(TextFormat[], TextFormat[]) - Static method in enum org.qtitools.qti.value.TextFormat
Returns intersection of two given types sets (order is not important).
intValue() - Method in class org.qtitools.qti.value.FloatValue
 
intValue() - Method in class org.qtitools.qti.value.IntegerValue
 
intValue() - Method in class org.qtitools.qti.value.NumberValue
Returns the value of this NumberValue as A int.
isAnyChildNull() - Method in class org.qtitools.qti.node.expression.AbstractExpression
Returns true if any subexpression is NULL; false otherwise.
isBoolean() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is boolean; false otherwise.
isBorder() - Method in class org.qtitools.qti.node.test.flow.BorderNode
 
isBorder() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is border node; false otherwise.
isBranchRule() - Method in class org.qtitools.qti.node.test.flow.BranchRuleNode
 
isBranchRule() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is branch rule node; false otherwise.
isBuiltInVariable(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
isBuiltInVariable(String) - Method in class org.qtitools.qti.node.test.ControlObject
Returns true if given identifier is identifier of one of built-in variables; false otherwise.
isChildOf(ControlObject) - Method in class org.qtitools.qti.node.test.ControlObject
Returns true if given parameter is direct or indirect parent of this object; false otherwise.
isCol() - Method in enum org.qtitools.qti.value.TableCellScope
Returns true if this tableCellScope is col; false otherwise.
isColgroup() - Method in enum org.qtitools.qti.value.TableCellScope
Returns true if this tableCellScope is colgroup; false otherwise.
isCorrect() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns true if this item reference was correctly responded; Correctly responded means ALL defined responseVars match their associated correctResponse.
isCorrect() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns true if this item reference was correctly responded; Correctly responded means ALL defined responseVars match their associated correctResponse.
isCorrectResponse() - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Returns true if this declarations value matches its correctValue.
isData() - Method in enum org.qtitools.qti.value.ParamType
Returns true if this paramType is DATA; false otherwise.
isDirected() - Method in class org.qtitools.qti.value.AbstractPairValue
Returns true if this pair is directed false otherwise.
isDirected() - Method in class org.qtitools.qti.value.DirectedPairValue
 
isDirected() - Method in class org.qtitools.qti.value.PairValue
 
isDirectedPair() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is directedPair; false otherwise.
isDuration() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is duration; false otherwise.
isEnd() - Method in class org.qtitools.qti.node.test.flow.EndNode
 
isEnd() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is end node; false otherwise.
isEqual(double, double, int) - Method in enum org.qtitools.qti.node.expression.operator.RoundingMode
Returns true if given two numbers are equal after rounding; false otherwise.
isEqual(double, double, double, double, boolean, boolean) - Method in enum org.qtitools.qti.node.expression.operator.ToleranceMode
Returns true if given numbers are equal; false otherwise.
isExitSection() - Method in class org.qtitools.qti.node.test.BranchRule
Returns true is target is EXIT_SECTION; false otherwise.
isExitTest() - Method in class org.qtitools.qti.node.test.BranchRule
Returns true is target is EXIT_TEST; false otherwise.
isExitTestPart() - Method in class org.qtitools.qti.node.test.BranchRule
Returns true is target is EXIT_TEST_PART; false otherwise.
isFile() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is file; false otherwise.
isFinished() - Method in class org.qtitools.qti.node.test.ControlObject
Returns true if this object is finished; false otherwise.
isFinished() - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
isFinished() - Method in interface org.qtitools.qti.node.test.flow.ItemFlow
Returns true if there are no more item references to be presented; false otherwise.
isFloat() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is float; false otherwise.
isGeneral() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
isGeneral() - Method in class org.qtitools.qti.group.block.InteractionGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.BlockGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.BlockStaticGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.FlowGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.FlowStaticGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.InlineGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.InlineStaticGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.ObjectFlowGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.TextOrVariableGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
 
isGeneral() - Method in class org.qtitools.qti.group.content.xhtml.table.TableCellGroup
 
isGeneral() - Method in class org.qtitools.qti.group.expression.ExpressionGroup
 
isGeneral() - Method in class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
 
isGeneral() - Method in class org.qtitools.qti.group.item.response.processing.ResponseRuleGroup
 
isGeneral() - Method in class org.qtitools.qti.group.item.template.processing.TemplateRuleGroup
 
isGeneral() - Method in interface org.qtitools.qti.group.NodeGroup
Returns true if group can contain children with different QTI class name; false otherwise.
isGeneral() - Method in class org.qtitools.qti.group.outcome.declaration.LookupTableGroup
 
isGeneral() - Method in class org.qtitools.qti.group.outcome.processing.OutcomeRuleGroup
 
isGeneral() - Method in class org.qtitools.qti.group.result.ItemVariableGroup
 
isGeneral() - Method in class org.qtitools.qti.group.test.SectionPartGroup
 
isHorizontal() - Method in enum org.qtitools.qti.value.Orientation
Returns true if this orientation is horizontal; false otherwise.
isIdentifier() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is identifier; false otherwise.
isIncorrect() - Method in class org.qtitools.qti.node.item.AssessmentItem
Returns true if this item reference was incorrectly responded; Incorrectly responded means ANY defined responseVars didn't match their associated correctResponse.
isIncorrect() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns true if this item reference was incorrectly responded; Incorrectly responded means ANY defined responseVars didn't match their associated correctResponse.
isInside(int[], PointValue) - Method in enum org.qtitools.qti.node.expression.operator.Shape
Returns true if given PointValue is inside this Shape; false otherwise.
isInteger() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is integer; false otherwise.
isItemRef() - Method in class org.qtitools.qti.node.test.flow.ItemRefNode
 
isItemRef() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is item reference node; false otherwise.
isJump() - Method in class org.qtitools.qti.node.test.flow.JumpNode
 
isJump() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is jump node; false otherwise.
isJumpSafeSource() - Method in class org.qtitools.qti.node.test.AbstractPart
Returns true if it is safe to jump from this object; false otherwise.
isJumpSafeSource() - Method in class org.qtitools.qti.node.test.SectionPart
 
isJumpSafeTarget() - Method in class org.qtitools.qti.node.test.AbstractPart
Returns true if this object is safe target of jump; false otherwise.
isJumpSafeTarget() - Method in class org.qtitools.qti.node.test.SectionPart
 
isList() - Method in enum org.qtitools.qti.value.Cardinality
Returns true if this cardinality is multiple or ordered; false otherwise.
isMiddle() - Method in class org.qtitools.qti.node.test.flow.MiddleNode
 
isMiddle() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is middle node; false otherwise.
isMultiple() - Method in enum org.qtitools.qti.value.Cardinality
Returns true if this cardinality is multiple; false otherwise.
isNull() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
isNull() - Method in interface org.qtitools.qti.node.expression.Expression
Returns true if evaluated result of this expression is NULL; false otherwise.
IsNull - Class in org.qtitools.qti.node.expression.operator
The isNull operator takes A sub-expression with any base-type and cardinality.
IsNull(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.IsNull
Constructs expression.
isNull() - Method in class org.qtitools.qti.value.ListValue
 
isNull() - Method in class org.qtitools.qti.value.NullValue
 
isNull() - Method in class org.qtitools.qti.value.RecordValue
 
isNull() - Method in class org.qtitools.qti.value.SingleValue
 
isNull() - Method in interface org.qtitools.qti.value.Value
Returns true if this value is NULL or false otherwise.
isNumeric() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is integer or float; false otherwise.
isOrdered() - Method in enum org.qtitools.qti.value.Cardinality
Returns true if this cardinality is ordered; false otherwise.
isOrdered() - Method in class org.qtitools.qti.value.ListValue
Returns true if this container is ordered; false otherwise.
isOrdered() - Method in class org.qtitools.qti.value.MultipleValue
 
isOrdered() - Method in class org.qtitools.qti.value.OrderedValue
 
isPair() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is pair; false otherwise.
isPlain() - Method in enum org.qtitools.qti.value.TextFormat
Returns true if this textFormat is plain; false otherwise.
isPoint() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is point; false otherwise.
isPreCondition() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is precondition node; false otherwise.
isPreCondition() - Method in class org.qtitools.qti.node.test.flow.PreConditionNode
 
isPreFormatted() - Method in enum org.qtitools.qti.value.TextFormat
Returns true if this textFormat is preFormatted; false otherwise.
isPresented() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
isPresented() - Method in class org.qtitools.qti.node.test.ControlObject
Returns true if at least one child item reference was already presented to user; false otherwise.
isRecord() - Method in enum org.qtitools.qti.value.Cardinality
Returns true if this cardinality is record; false otherwise.
isRef() - Method in enum org.qtitools.qti.value.ParamType
Returns true if this paramType is REF; false otherwise.
isRequired() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
isRequired() - Method in interface org.qtitools.qti.attribute.Attribute
Returns true if attribute is mandatory; false otherwise (attribute is optional).
isResponded() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns true if this item reference was responded; false otherwise.
isRow() - Method in enum org.qtitools.qti.value.TableCellScope
Returns true if this tableCellScope is row; false otherwise.
isRowgroup() - Method in enum org.qtitools.qti.value.TableCellScope
Returns true if this tableCellScope is rowgroup; false otherwise.
isSingle() - Method in enum org.qtitools.qti.value.Cardinality
Returns true if this cardinality is single; false otherwise.
isSkipped() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns true if this item reference was skipped; false otherwise.
isSpecial() - Method in class org.qtitools.qti.node.test.BranchRule
Returns true is target is EXIT_TEST or EXIT_TEST_PART or EXIT_SECTION; false otherwise.
isSpecial(String) - Static method in class org.qtitools.qti.node.test.BranchRule
Returns true if given target is special (EXIT_TEST, EXIT_TESTPART, EXIT_SECTION); false otherwise.
isStart() - Method in class org.qtitools.qti.node.test.flow.Node
Returns true if this node is start node; false otherwise.
isStart() - Method in class org.qtitools.qti.node.test.flow.StartNode
 
isString() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is string; false otherwise.
isSupported() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
isSupported() - Method in interface org.qtitools.qti.attribute.Attribute
Returns true if attribute is supported; false otherwise (attribute is not supported).
isTimedOut() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns true if this item reference was timed out; false otherwise.
isUri() - Method in enum org.qtitools.qti.value.BaseType
Returns true if this baseType is uri; false otherwise.
isValid(ValidationResult) - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Returns true if identifier is valid; false otherwise.
isVariable() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
isVariable() - Method in interface org.qtitools.qti.node.expression.Expression
Returns true if value of evaluation can change every evaluation call; false otherwise.
isVariable() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.MapResponse
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.MapResponsePoint
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.RandomFloat
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.RandomFloatEx
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.RandomIntegerEx
 
isVariable() - Method in class org.qtitools.qti.node.expression.general.Variable
 
isVariable() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
 
isVertical() - Method in enum org.qtitools.qti.value.Orientation
Returns true if this orientation is vertical; false otherwise.
isVisible() - Method in class org.qtitools.qti.node.content.template.TemplateElement
Returns true if this feedback can be displayed.
isVisible() - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Returns true if this feedback can be displayed.
isVisible() - Method in class org.qtitools.qti.node.item.ModalFeedback
Returns true if this feedback can be displayed.
isVisible(TestFeedbackAccess) - Method in class org.qtitools.qti.node.test.TestFeedback
Returns true if this feedback can be displayed for given requested access; false otherwise.
isXhtml() - Method in enum org.qtitools.qti.value.TextFormat
Returns true if this textFormat is xhtml; false otherwise.
ItemBody - Class in org.qtitools.qti.node.content
The item body contains the text, graphics, media objects, and interactions that describe the item's content and information about how it is structured.
ItemBody(XmlObject) - Constructor for class org.qtitools.qti.node.content.ItemBody
Constructs assessmentItem.
ItemBodyGroup - Class in org.qtitools.qti.group.item
Group of itemBody child.
ItemBodyGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.ItemBodyGroup
Constructs group.
ItemFlow - Interface in org.qtitools.qti.node.test.flow
Item flow interface.
ItemFlowValidationError - Class in org.qtitools.qti.validation
Error validation item for item flow problems.
ItemFlowValidationError(XmlNode, String) - Constructor for class org.qtitools.qti.validation.ItemFlowValidationError
Constructs validation item.
ItemRefNode - Class in org.qtitools.qti.node.test.flow
Item reference node is middle node with item reference object.
ItemRefNode(Node, AssessmentItemRef) - Constructor for class org.qtitools.qti.node.test.flow.ItemRefNode
Constructs node.
ItemResult - Class in org.qtitools.qti.node.result
Result of one selected assessmentItem.
ItemResult(AssessmentResult) - Constructor for class org.qtitools.qti.node.result.ItemResult
Constructs object.
ItemResultGroup - Class in org.qtitools.qti.group.result
Group of itemResult children.
ItemResultGroup(AssessmentResult) - Constructor for class org.qtitools.qti.group.result.ItemResultGroup
Constructs group.
ItemSessionControl - Class in org.qtitools.qti.node.test
When items are referenced as part of A test, the test may impose constraints on how many attempts and which states are allowed.
ItemSessionControl(AbstractPart) - Constructor for class org.qtitools.qti.node.test.ItemSessionControl
Constructs object.
ItemSessionControlGroup - Class in org.qtitools.qti.group.test
Group of itemSessionControl child.
ItemSessionControlGroup(AbstractPart) - Constructor for class org.qtitools.qti.group.test.ItemSessionControlGroup
Constructs group.
ItemSubset - Class in org.qtitools.qti.node.expression.outcome
This class defines the concept of A sub-set of the items selected in an assessmentTest.
ItemSubset(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.ItemSubset
Constructs expression.
ItemTimeRecord - Interface in org.qtitools.qti.node.item
Record of an amount of time in an assessmentItem
ItemVariable - Class in org.qtitools.qti.node.result
Variable is value (of any cardinality and/or baseType) with identifier.
ItemVariable(AbstractResult) - Constructor for class org.qtitools.qti.node.result.ItemVariable
Creates object.
ItemVariableGroup - Class in org.qtitools.qti.group.result
Group of assessmentSection children.
ItemVariableGroup(AbstractResult) - Constructor for class org.qtitools.qti.group.result.ItemVariableGroup
Constructs group.
ItemVariableType - Enum in org.qtitools.qti.node.result
This class creates all supported item variables from given CLASS_TAG.
iterator() - Method in class org.qtitools.qti.attribute.AttributeList
 
iterator() - Method in class org.qtitools.qti.group.NodeGroupList
 
iterator() - Method in class org.qtitools.qti.value.ListValue
 

J

JQTI - Class in org.qtitools.qti
Placeholder class for static JQTI information
JQTI() - Constructor for class org.qtitools.qti.JQTI
 
JumpNode - Class in org.qtitools.qti.node.test.flow
Jump node is middle node with precondition or branch rule assessment object.
JumpNode(Node, AbstractJump) - Constructor for class org.qtitools.qti.node.test.flow.JumpNode
Constructs node.

K

Kbd - Class in org.qtitools.qti.node.content.xhtml.text
kbd
Kbd(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Kbd
Constructs object.
KEY_EXPONENT_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of exponent key if response is bound to A record container.
KEY_FLOAT_VALUE_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of floatValue key if response is bound to A record container.
KEY_INTEGER_VALUE_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of integerValue key if response is bound to A record container.
KEY_LEFT_DIGITS_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of leftDigits key if response is bound to A record container.
KEY_NDP_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of ndp key if response is bound to A record container.
KEY_NSF_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of nsf key if response is bound to A record container.
KEY_RIGHT_DIGITS_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of rightDigits key if response is bound to A record container.
KEY_STRING_VALUE_NAME - Static variable in interface org.qtitools.qti.node.item.interaction.StringInteraction
Name of stringValue key if response is bound to A record container.
keySet() - Method in class org.qtitools.qti.value.RecordValue
Returns A set view of the keys contained in this container.

L

Li - Class in org.qtitools.qti.node.content.xhtml.list
li
Li(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.Li
Constructs object.
LiGroup - Class in org.qtitools.qti.group.content.xhtml.list
Group of li children.
LiGroup(BodyElement) - Constructor for class org.qtitools.qti.group.content.xhtml.list.LiGroup
Constructs group.
LINE_WRAP_LIMIT - Static variable in class org.qtitools.qti.attribute.AttributeList
Line wrap limit while printing attributes.
ListValue - Class in org.qtitools.qti.value
Superclass for multiple and ordered containers.
ListValue() - Constructor for class org.qtitools.qti.value.ListValue
Constructs empty (NULL) ListValue container.
ListValue(SingleValue) - Constructor for class org.qtitools.qti.value.ListValue
Constructs empty (NULL) ListValue container and adds given SingleValue into it.
ListValue(SingleValue[]) - Constructor for class org.qtitools.qti.value.ListValue
Constructs empty (NULL) ListValue container and adds all given SingleValues into it.
load(Node) - Method in interface org.qtitools.qti.attribute.Attribute
Loads attribute's value from given source node.
load(String) - Method in interface org.qtitools.qti.attribute.Attribute
Loads attribute's value from given source string.
load(Node) - Method in class org.qtitools.qti.attribute.AttributeList
Loads attribute's values from given source node.
load(Node) - Method in class org.qtitools.qti.attribute.MultipleAttribute
 
load(String) - Method in class org.qtitools.qti.attribute.MultipleAttribute
 
load(Node) - Method in class org.qtitools.qti.attribute.SingleAttribute
 
load(String) - Method in class org.qtitools.qti.attribute.SingleAttribute
 
load(Node) - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
load(Node) - Method in class org.qtitools.qti.group.content.AbstractContentNodeGroup
 
load(Node) - Method in interface org.qtitools.qti.group.NodeGroup
Loads children from given source node (DOM).
load(Node) - Method in class org.qtitools.qti.group.NodeGroupList
Loads group's children from given source node.
load(URL) - Method in class org.qtitools.qti.node.AbstractNode
 
load(File) - Method in class org.qtitools.qti.node.AbstractNode
 
load(String) - Method in class org.qtitools.qti.node.AbstractNode
 
load(Node) - Method in class org.qtitools.qti.node.AbstractNode
 
load(Node) - Method in class org.qtitools.qti.node.content.basic.TextRun
 
load(Node) - Method in class org.qtitools.qti.node.content.mathml.Math
 
load(Node) - Method in class org.qtitools.qti.node.item.CorrectResponse
 
load(Node) - Method in class org.qtitools.qti.node.result.OutcomeVariable
 
load(URL) - Static method in enum org.qtitools.qti.node.RootNodeType
Loads root node from given source url.
load(File) - Static method in enum org.qtitools.qti.node.RootNodeType
Loads root node from given source file.
load(String) - Static method in enum org.qtitools.qti.node.RootNodeType
Loads root node from given source string.
load(Node) - Static method in enum org.qtitools.qti.node.RootNodeType
Loads root node from given source node.
load(Node) - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
 
load(URL) - Method in interface org.qtitools.qti.node.XmlNode
Loads this node from given source url.
load(File) - Method in interface org.qtitools.qti.node.XmlNode
Loads this node from given source file.
load(String) - Method in interface org.qtitools.qti.node.XmlNode
Loads this node from given source string.
load(Node) - Method in interface org.qtitools.qti.node.XmlNode
Loads this node from given source node (DOM).
loadAttributes(Node) - Method in class org.qtitools.qti.node.AbstractNode
Loads all attributes from given xml source.
loadAttributes(Node) - Method in class org.qtitools.qti.node.block.UnsupportedBlock
 
loadAttributes(Node) - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
logger - Static variable in class org.qtitools.qti.attribute.AbstractAttribute
Logger.
logger - Static variable in class org.qtitools.qti.node.expression.AbstractExpression
Expression logger.
logger - Static variable in class org.qtitools.qti.node.item.AssessmentItem
logger.
logger - Static variable in class org.qtitools.qti.node.test.flow.Node
Logger.
LongAttribute - Class in org.qtitools.qti.attribute.value
Attribute with long value.
LongAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.LongAttribute
Constructs attribute.
LongAttribute(XmlNode, String, Long) - Constructor for class org.qtitools.qti.attribute.value.LongAttribute
Constructs attribute.
LongAttribute(XmlNode, String, Long, Long, boolean) - Constructor for class org.qtitools.qti.attribute.value.LongAttribute
Constructs attribute.
lookup(String) - Method in class org.qtitools.qti.node.test.ControlObject
Lookups for object with given identifier.
lookupDeclaration(AssessmentItem, String) - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Looks up for variable declaration.
lookupDeclaration() - Method in class org.qtitools.qti.node.expression.general.LookupExpression
 
LookupExpression - Class in org.qtitools.qti.node.expression.general
Parent of correct, default and variable expression.
LookupExpression(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.LookupExpression
Constructs expression.
lookupItemRef(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
lookupItemRef(String) - Method in class org.qtitools.qti.node.test.ControlObject
Lookups for item reference with given identifier.
lookupItemRefs() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
Gets list of all items references which fulfils requirements (sectionIdentifier, includeCategory, excludeCategory).
lookupItemRefs(String, List<String>, List<String>) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
lookupItemRefs(String) - Method in class org.qtitools.qti.node.test.ControlObject
Returns all item references of given parent (identifier).
lookupItemRefs(String, List<String>, List<String>) - Method in class org.qtitools.qti.node.test.ControlObject
Returns all item references of given parent (identifier) with given conditions.
LookupOutcomeValue - Class in org.qtitools.qti.node.item.response.processing
The lookupResponseValue rule sets the value of an response variable to the value obtained by looking up the value of the associated expression in the lookupTable associated with the response's declaration.
LookupOutcomeValue(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
Constructs rule.
LookupOutcomeValue - Class in org.qtitools.qti.node.outcome.processing
The lookupOutcomeValue rule sets the value of an outcome variable to the value obtained by looking up the value of the associated expression in the lookupTable associated with the outcome's declaration.
LookupOutcomeValue(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
Constructs rule.
LookupTable - Class in org.qtitools.qti.node.outcome.declaration
An abstract class associated with an outcomeDeclaration used to create A lookup table from A numeric source value to A single outcome value in the declared value set.
LookupTable(OutcomeDeclaration) - Constructor for class org.qtitools.qti.node.outcome.declaration.LookupTable
Creates object.
LookupTableEntry - Class in org.qtitools.qti.node.outcome.declaration
Abstract entry for lookupTable.
LookupTableEntry(LookupTable) - Constructor for class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
Creates object.
LookupTableGroup - Class in org.qtitools.qti.group.outcome.declaration
Group of lookupTable child.
LookupTableGroup(OutcomeDeclaration) - Constructor for class org.qtitools.qti.group.outcome.declaration.LookupTableGroup
Constructs group.
lookupValue(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
lookupValue(String, int) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Lookups for value of variable with given identifier in A particular state.
lookupValue(String) - Method in class org.qtitools.qti.node.test.ControlObject
Lookups for value of variable with given identifier.
lookupWeight(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Returns value of weight with given identifier or default weight value (if weight was not found).
Lt - Class in org.qtitools.qti.node.expression.operator
The lt operator takes two sub-expressions which must both have single cardinality and have A numerical base-type.
Lt(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Lt
Constructs expression.
Lte - Class in org.qtitools.qti.node.expression.operator
The lte operator takes two sub-expressions which must both have single cardinality and have A numerical base-type.
Lte(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Lte
Constructs expression.

M

main(String[]) - Static method in class org.qtitools.qti.node.result.AssessmentResult
Shows how to use assessmentResult outside of library.
MapEntry - Class in org.qtitools.qti.node.item.response.declaration
 
MapEntry(Mapping) - Constructor for class org.qtitools.qti.node.item.response.declaration.MapEntry
Construct A new MapEntry.
MapEntryGroup - Class in org.qtitools.qti.group.item.response.declaration
Group of MapEntry elements
MapEntryGroup(Mapping) - Constructor for class org.qtitools.qti.group.item.response.declaration.MapEntryGroup
Constructs group.
Mapping - Class in org.qtitools.qti.node.item.response.declaration
A special class used to create A mapping from A source set of any baseType (except file and duration) to A single float.
Mapping(ResponseDeclaration) - Constructor for class org.qtitools.qti.node.item.response.declaration.Mapping
Creates object.
MappingGroup - Class in org.qtitools.qti.group.item.response.declaration
Group of Mapping children.
MappingGroup(ResponseDeclaration) - Constructor for class org.qtitools.qti.group.item.response.declaration.MappingGroup
Constructs group.
MapResponse - Class in org.qtitools.qti.node.expression.general
This expression looks up the value of A response variable and then transforms it using the associated mapping, which must have been declared.
MapResponse(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.MapResponse
Constructs expression.
MapResponsePoint - Class in org.qtitools.qti.node.expression.general
This expression looks up the value of A response variable that must be of base-type point, and transforms it using the associated areaMapping.
MapResponsePoint(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.MapResponsePoint
Constructs expression.
Match - Class in org.qtitools.qti.node.expression.operator
The match operator takes two sub-expressions which must both have the same base-type and cardinality.
Match(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Match
Constructs expression.
MatchInteraction - Class in org.qtitools.qti.node.item.interaction
A match interaction is a blockInteraction that presents candidates with two sets of choices and allows them to create associates between pairs of choices in the two sets, but not between pairs of choices in the same set.
MatchInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.MatchInteraction
Construct new interaction.
MatchTable - Class in org.qtitools.qti.node.outcome.declaration
A matchTable transforms A source integer by finding the first matchTableEntry with an exact match to the source.
MatchTable(OutcomeDeclaration) - Constructor for class org.qtitools.qti.node.outcome.declaration.MatchTable
Creates object.
MatchTableEntry - Class in org.qtitools.qti.node.outcome.declaration
Entry for matchTable.
MatchTableEntry(MatchTable) - Constructor for class org.qtitools.qti.node.outcome.declaration.MatchTableEntry
Creates object.
MatchTableEntryGroup - Class in org.qtitools.qti.group.outcome.declaration
Group of matchTableEntry children.
MatchTableEntryGroup(MatchTable) - Constructor for class org.qtitools.qti.group.outcome.declaration.MatchTableEntryGroup
Constructs group.
Math - Class in org.qtitools.qti.node.content.mathml
Implements a QTI MathML block.
Math(XmlObject) - Constructor for class org.qtitools.qti.node.content.mathml.Math
Constructs object.
MAX_ATTEMPTS_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getMaxAttempts method.
MediaInteraction - Class in org.qtitools.qti.node.item.interaction
The media interaction allows more control over the way the candidate interacts with a time-based media object and allows the number of times the media object was experienced to be reported in the value of the associated response variable, which must be of base-type integer and single cardinality.
MediaInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.MediaInteraction
Construct new interaction.
Member - Class in org.qtitools.qti.node.expression.operator
The member operator takes two sub-expressions which must both have the same base-type.
Member(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Member
Constructs expression.
MiddleNode - Class in org.qtitools.qti.node.test.flow
Middle node is node which is between start and end node.
MiddleNode(Node, XmlObject) - Constructor for class org.qtitools.qti.node.test.flow.MiddleNode
Constructs node.
ModalFeedback - Class in org.qtitools.qti.node.item
Modal Feedback: i.e.
ModalFeedback(AssessmentItem) - Constructor for class org.qtitools.qti.node.item.ModalFeedback
Constructs object.
ModalFeedbackGroup - Class in org.qtitools.qti.group.item
Group of modalFeedback children.
ModalFeedbackGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.ModalFeedbackGroup
Constructs group.
Multiple - Class in org.qtitools.qti.node.expression.operator
The multiple operator takes 0 or more sub-expressions all of which must have either single or multiple cardinality.
Multiple(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Multiple
Constructs expression.
MultipleAttribute - Class in org.qtitools.qti.attribute
Implementation of attribute with multiple value (e.g.
MultipleAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.MultipleAttribute
Constructs attribute.
MultipleAttribute(XmlNode, String, List<? extends Object>) - Constructor for class org.qtitools.qti.attribute.MultipleAttribute
Constructs attribute.
MultipleAttribute(XmlNode, String, List<? extends Object>, List<? extends Object>, boolean) - Constructor for class org.qtitools.qti.attribute.MultipleAttribute
Constructs attribute.
MultipleValue - Class in org.qtitools.qti.value
Implementation of "bag-type" container.
MultipleValue() - Constructor for class org.qtitools.qti.value.MultipleValue
Constructs empty (NULL) MultipleValue container.
MultipleValue(SingleValue) - Constructor for class org.qtitools.qti.value.MultipleValue
Constructs empty (NULL) MultipleValue container and adds given SingleValue into it.
MultipleValue(SingleValue[]) - Constructor for class org.qtitools.qti.value.MultipleValue
Constructs empty (NULL) MultipleValue container and adds all given SingleValues into it.
MultipleValue(MultipleValue) - Constructor for class org.qtitools.qti.value.MultipleValue
Constructs empty (NULL) MultipleValue container and adds given MultipleValue into it.
MultiValue - Interface in org.qtitools.qti.value
Represents any JQTI non single value object (container).

N

NavigationMode - Enum in org.qtitools.qti.node.test
The navigation mode determines the general paths that the candidate may take.
NavigationModeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with navigationMode value.
NavigationModeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
Constructs attribute.
NavigationModeAttribute(XmlNode, String, NavigationMode) - Constructor for class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
Constructs attribute.
NavigationModeAttribute(XmlNode, String, NavigationMode, NavigationMode, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
Constructs attribute.
NEW_LINE - Static variable in interface org.qtitools.qti.node.XmlNode
New line string.
Node - Class in org.qtitools.qti.node.test.flow
Basic abstract node of linked list.
Node(Node, XmlObject) - Constructor for class org.qtitools.qti.node.test.flow.Node
Constructs node.
NodeGroup - Interface in org.qtitools.qti.group
Container for one node type.
NodeGroupList - Class in org.qtitools.qti.group
Container for all node groups of one node.
NodeGroupList(XmlNode) - Constructor for class org.qtitools.qti.group.NodeGroupList
Constructs container.
Not - Class in org.qtitools.qti.node.expression.operator
The not operator takes A single sub-expression with A base-type of boolean and single cardinality.
Not(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Not
Constructs expression.
Null - Class in org.qtitools.qti.node.expression.general
Null is A simple expression that returns the NULL value—the null value is treated as if it is of any desired baseType.
Null(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.Null
Constructs expression.
NullValue - Class in org.qtitools.qti.value
Represents NULL value.
NullValue() - Constructor for class org.qtitools.qti.value.NullValue
 
NumberCorrect - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, calculates the number of items in A given sub-set, for which the all defined response variables match their associated correctResponse.
NumberCorrect(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.NumberCorrect
Constructs expression.
NumberIncorrect - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, calculates the number of items in A given sub-set, for which at least one of the defined response variables does not match its associated correctResponse.
NumberIncorrect(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.NumberIncorrect
Constructs expression.
NumberPresented - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, calculates the number of items in A given sub-set that have been attempted (at least once).
NumberPresented(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.NumberPresented
Constructs expression.
NumberResponded - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, calculates the number of items in A given sub-set that have been attempted (at least once) and for which A response was given.
NumberResponded(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.NumberResponded
Constructs expression.
NumberSelected - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, calculates the number of items in A given sub-set that have been selected for presentation to the candidate, regardless of whether the candidate has attempted them or not.
NumberSelected(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.NumberSelected
Constructs expression.
NumberValue - Class in org.qtitools.qti.value
Superclass for all numeric BaseTypes.
NumberValue() - Constructor for class org.qtitools.qti.value.NumberValue
 

O

Object - Class in org.qtitools.qti.node.content.xhtml.object
Contains : objectFlow [*] Attribute : data [1]: string The data attribute provides A URI for locating the data associated with the object.
Object(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.object.Object
Constructs object.
ObjectFlow - Interface in org.qtitools.qti.node.content.basic
objectFlow marker interface
ObjectFlowGroup - Class in org.qtitools.qti.group.content
Group of objectFlow children.
ObjectFlowGroup(XmlNode) - Constructor for class org.qtitools.qti.group.content.ObjectFlowGroup
Constructs group.
objectFlowValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get objectFlow types
ObjectGroup - Class in org.qtitools.qti.group.content
Group of correctResponse child.
ObjectGroup(XmlObject) - Constructor for class org.qtitools.qti.group.content.ObjectGroup
Constructs group.
ObjectGroup(XmlObject, boolean) - Constructor for class org.qtitools.qti.group.content.ObjectGroup
Constructs group.
Ol - Class in org.qtitools.qti.node.content.xhtml.list
ol
Ol(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.Ol
Constructs object.
Or - Class in org.qtitools.qti.node.expression.operator
The or operator takes one or more sub-expressions each with A base-type of boolean and single cardinality.
Or(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Or
Constructs expression.
Ordered - Class in org.qtitools.qti.node.expression.operator
The ordered operator takes 0 or more sub-expressions all of which must have either single or ordered cardinality.
Ordered(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Ordered
Constructs expression.
OrderedValue - Class in org.qtitools.qti.value
Implementation of "sequence-type" container.
OrderedValue() - Constructor for class org.qtitools.qti.value.OrderedValue
Constructs empty (NULL) OrderedValue container.
OrderedValue(SingleValue) - Constructor for class org.qtitools.qti.value.OrderedValue
Constructs empty (NULL) OrderedValue container and adds given SingleValue into it.
OrderedValue(SingleValue[]) - Constructor for class org.qtitools.qti.value.OrderedValue
Constructs empty (NULL) OrderedValue container and adds all given SingleValues into it.
OrderedValue(OrderedValue) - Constructor for class org.qtitools.qti.value.OrderedValue
Constructs empty (NULL) OrderedValue container and adds given OrderedValue into it.
Ordering - Class in org.qtitools.qti.node.test
The ordering class specifies the rule used to arrange the child elements of A section following selection.
Ordering(AssessmentSection) - Constructor for class org.qtitools.qti.node.test.Ordering
Constructs object.
OrderingGroup - Class in org.qtitools.qti.group.test
Group of ordering child.
OrderingGroup(AssessmentSection) - Constructor for class org.qtitools.qti.group.test.OrderingGroup
Constructs group.
OrderInteraction - Class in org.qtitools.qti.node.item.interaction
In an order interaction the candidate's task is to reorder the choices, the order in which the choices are displayed initially is significant.
OrderInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.OrderInteraction
Construct new interaction.
org.qtitools.qti - package org.qtitools.qti
 
org.qtitools.qti.attribute - package org.qtitools.qti.attribute
QTItools JQTI library.
org.qtitools.qti.attribute.enumerate - package org.qtitools.qti.attribute.enumerate
QTItools JQTI library.
org.qtitools.qti.attribute.value - package org.qtitools.qti.attribute.value
QTItools JQTI library.
org.qtitools.qti.exception - package org.qtitools.qti.exception
QTItools JQTI library.
org.qtitools.qti.group - package org.qtitools.qti.group
QTItools JQTI library.
org.qtitools.qti.group.block - package org.qtitools.qti.group.block
 
org.qtitools.qti.group.content - package org.qtitools.qti.group.content
 
org.qtitools.qti.group.content.xhtml.list - package org.qtitools.qti.group.content.xhtml.list
 
org.qtitools.qti.group.content.xhtml.table - package org.qtitools.qti.group.content.xhtml.table
 
org.qtitools.qti.group.expression - package org.qtitools.qti.group.expression
QTItools JQTI library.
org.qtitools.qti.group.item - package org.qtitools.qti.group.item
QTItools JQTI library.
org.qtitools.qti.group.item.interaction - package org.qtitools.qti.group.item.interaction
 
org.qtitools.qti.group.item.interaction.choice - package org.qtitools.qti.group.item.interaction.choice
 
org.qtitools.qti.group.item.interaction.graphic - package org.qtitools.qti.group.item.interaction.graphic
 
org.qtitools.qti.group.item.response.declaration - package org.qtitools.qti.group.item.response.declaration
 
org.qtitools.qti.group.item.response.processing - package org.qtitools.qti.group.item.response.processing
 
org.qtitools.qti.group.item.template.declaration - package org.qtitools.qti.group.item.template.declaration
 
org.qtitools.qti.group.item.template.processing - package org.qtitools.qti.group.item.template.processing
 
org.qtitools.qti.group.outcome.declaration - package org.qtitools.qti.group.outcome.declaration
QTItools JQTI library.
org.qtitools.qti.group.outcome.processing - package org.qtitools.qti.group.outcome.processing
QTItools JQTI library.
org.qtitools.qti.group.result - package org.qtitools.qti.group.result
QTItools JQTI library.
org.qtitools.qti.group.shared - package org.qtitools.qti.group.shared
QTItools JQTI library.
org.qtitools.qti.group.test - package org.qtitools.qti.group.test
QTItools JQTI library.
org.qtitools.qti.node - package org.qtitools.qti.node
QTItools JQTI library.
org.qtitools.qti.node.block - package org.qtitools.qti.node.block
QTItools JQTI library.
org.qtitools.qti.node.content - package org.qtitools.qti.node.content
 
org.qtitools.qti.node.content.basic - package org.qtitools.qti.node.content.basic
 
org.qtitools.qti.node.content.mathml - package org.qtitools.qti.node.content.mathml
 
org.qtitools.qti.node.content.template - package org.qtitools.qti.node.content.template
 
org.qtitools.qti.node.content.variable - package org.qtitools.qti.node.content.variable
 
org.qtitools.qti.node.content.xhtml.hypertext - package org.qtitools.qti.node.content.xhtml.hypertext
 
org.qtitools.qti.node.content.xhtml.image - package org.qtitools.qti.node.content.xhtml.image
 
org.qtitools.qti.node.content.xhtml.list - package org.qtitools.qti.node.content.xhtml.list
 
org.qtitools.qti.node.content.xhtml.object - package org.qtitools.qti.node.content.xhtml.object
 
org.qtitools.qti.node.content.xhtml.presentation - package org.qtitools.qti.node.content.xhtml.presentation
 
org.qtitools.qti.node.content.xhtml.table - package org.qtitools.qti.node.content.xhtml.table
 
org.qtitools.qti.node.content.xhtml.text - package org.qtitools.qti.node.content.xhtml.text
 
org.qtitools.qti.node.expression - package org.qtitools.qti.node.expression
QTItools JQTI library.
org.qtitools.qti.node.expression.general - package org.qtitools.qti.node.expression.general
QTItools JQTI library.
org.qtitools.qti.node.expression.operator - package org.qtitools.qti.node.expression.operator
QTItools JQTI library.
org.qtitools.qti.node.expression.outcome - package org.qtitools.qti.node.expression.outcome
QTItools JQTI library.
org.qtitools.qti.node.item - package org.qtitools.qti.node.item
QTItools JQTI library.
org.qtitools.qti.node.item.interaction - package org.qtitools.qti.node.item.interaction
 
org.qtitools.qti.node.item.interaction.choice - package org.qtitools.qti.node.item.interaction.choice
 
org.qtitools.qti.node.item.interaction.content - package org.qtitools.qti.node.item.interaction.content
 
org.qtitools.qti.node.item.interaction.graphic - package org.qtitools.qti.node.item.interaction.graphic
 
org.qtitools.qti.node.item.response.declaration - package org.qtitools.qti.node.item.response.declaration
 
org.qtitools.qti.node.item.response.processing - package org.qtitools.qti.node.item.response.processing
 
org.qtitools.qti.node.item.template.declaration - package org.qtitools.qti.node.item.template.declaration
 
org.qtitools.qti.node.item.template.processing - package org.qtitools.qti.node.item.template.processing
 
org.qtitools.qti.node.outcome.declaration - package org.qtitools.qti.node.outcome.declaration
QTItools JQTI library.
org.qtitools.qti.node.outcome.processing - package org.qtitools.qti.node.outcome.processing
QTItools JQTI library.
org.qtitools.qti.node.result - package org.qtitools.qti.node.result
QTItools JQTI library.
org.qtitools.qti.node.shared - package org.qtitools.qti.node.shared
QTItools JQTI library.
org.qtitools.qti.node.shared.declaration - package org.qtitools.qti.node.shared.declaration
 
org.qtitools.qti.node.test - package org.qtitools.qti.node.test
QTItools JQTI library.
org.qtitools.qti.node.test.flow - package org.qtitools.qti.node.test.flow
QTItools JQTI library.
org.qtitools.qti.validation - package org.qtitools.qti.validation
QTItools JQTI library.
org.qtitools.qti.value - package org.qtitools.qti.value
QTItools JQTI library.
Orientation - Enum in org.qtitools.qti.value
This class describes orientation.
OrientationAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with baseType value.
OrientationAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.OrientationAttribute
Constructs attribute.
OrientationAttribute(XmlNode, String, Orientation) - Constructor for class org.qtitools.qti.attribute.enumerate.OrientationAttribute
Constructs attribute.
OrientationAttribute(XmlNode, String, Orientation, Orientation, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.OrientationAttribute
Constructs attribute.
OutcomeCondition - Class in org.qtitools.qti.node.outcome.processing
Implementation of if-elseif-else outcome rule (behaviour is same like in other programming languages).
OutcomeCondition(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Constructs rule.
OutcomeConditionChild - Class in org.qtitools.qti.node.outcome.processing
Abstract parent for all outcomeCondition children (IF, ELSE-IF, ELSE).
OutcomeConditionChild(OutcomeCondition) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeConditionChild
Constructs condition rule child.
OutcomeConditionExpressionChild - Class in org.qtitools.qti.node.outcome.processing
Abstract parent for all outcomeCondition children with condition (IF, ELSE-IF).
OutcomeConditionExpressionChild(OutcomeCondition) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeConditionExpressionChild
Construct condition rule child.
OutcomeDeclaration - Class in org.qtitools.qti.node.outcome.declaration
Outcome variables are declared by outcome declarations.
OutcomeDeclaration(UniqueObject) - Constructor for class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Creates object.
OutcomeDeclarationGroup - Class in org.qtitools.qti.group.outcome.declaration
Group of outcomeDeclaration children.
OutcomeDeclarationGroup(UniqueObject) - Constructor for class org.qtitools.qti.group.outcome.declaration.OutcomeDeclarationGroup
Constructs group.
OutcomeElse - Class in org.qtitools.qti.node.outcome.processing
Implementation of ELSE outcomeCondition child.
OutcomeElse(OutcomeCondition) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeElse
Constructs ELSE outcomeCondition child.
OutcomeElseGroup - Class in org.qtitools.qti.group.outcome.processing
Group of outcomeElse child.
OutcomeElseGroup(OutcomeCondition) - Constructor for class org.qtitools.qti.group.outcome.processing.OutcomeElseGroup
Constructs group.
OutcomeElseIf - Class in org.qtitools.qti.node.outcome.processing
Implementation of ELSE-IF outcomeCondition child.
OutcomeElseIf(OutcomeCondition) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeElseIf
Constructs ELSE-IF outcomeCondition child.
OutcomeElseIfGroup - Class in org.qtitools.qti.group.outcome.processing
Group of outcomeElseIf children.
OutcomeElseIfGroup(OutcomeCondition) - Constructor for class org.qtitools.qti.group.outcome.processing.OutcomeElseIfGroup
Constructs group.
OutcomeIf - Class in org.qtitools.qti.node.outcome.processing
Implementation of IF outcomeCondition child.
OutcomeIf(OutcomeCondition) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeIf
Constructs IF outcomeCondition child.
OutcomeIfGroup - Class in org.qtitools.qti.group.outcome.processing
Group of outcomeIf child.
OutcomeIfGroup(OutcomeCondition) - Constructor for class org.qtitools.qti.group.outcome.processing.OutcomeIfGroup
Constructs group.
OutcomeMaximum - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, simultaneously looks up the normalMaximum value of an outcome variable in A sub-set of the items referred to in A test.
OutcomeMaximum(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.OutcomeMaximum
Constructs expression.
OutcomeMinimum - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, simultaneously looks up the normalMinimum value of an outcome variable in A sub-set of the items referred to in A test.
OutcomeMinimum(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.OutcomeMinimum
Constructs expression.
OutcomeMinMax - Class in org.qtitools.qti.node.expression.outcome
Super class for outcomeMaximum and outcomeMinimum expressions.
OutcomeMinMax(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Constructs expression.
OutcomeProcessing - Class in org.qtitools.qti.node.outcome.processing
Outcome processing takes place each time the candidate submits the responses for an item (when in individual submission mode) or A group of items (when in simultaneous submission mode).
OutcomeProcessing(AssessmentTest) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeProcessing
Constructs object.
OutcomeProcessingFragment - Class in org.qtitools.qti.node.outcome.processing
An outcomeProcessingFragment is A simple group of outcomeRules which are grouped together in order to allow them to be managed as A separate resource.
OutcomeProcessingFragment(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeProcessingFragment
Constructs rule.
OutcomeProcessingGroup - Class in org.qtitools.qti.group.outcome.processing
Group of outcomeProcessing child.
OutcomeProcessingGroup(AssessmentTest) - Constructor for class org.qtitools.qti.group.outcome.processing.OutcomeProcessingGroup
Constructs group.
OutcomeRule - Class in org.qtitools.qti.node.outcome.processing
Abstract parent of all outcome rules.
OutcomeRule(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.OutcomeRule
Creates rule.
OutcomeRuleGroup - Class in org.qtitools.qti.group.outcome.processing
Group of outcomeRule children.
OutcomeRuleGroup(XmlObject) - Constructor for class org.qtitools.qti.group.outcome.processing.OutcomeRuleGroup
Constructs group.
OutcomeRuleType - Enum in org.qtitools.qti.node.outcome.processing
This class creates all supported outcome rules from given CLASS_TAG.
OutcomeVariable - Class in org.qtitools.qti.node.result
Outcome variables are declared by outcome declarations.
OutcomeVariable(AbstractResult) - Constructor for class org.qtitools.qti.node.result.OutcomeVariable
Creates new outcomeVariable.
OutcomeVariable(AbstractResult, OutcomeDeclaration, Value) - Constructor for class org.qtitools.qti.node.result.OutcomeVariable
Creates new outcomeVariable from given outcomeDeclaration.
OutcomeVariable(AbstractResult, String, Value) - Constructor for class org.qtitools.qti.node.result.OutcomeVariable
Creates new outcomeVariable from given identifier and value.

P

P - Class in org.qtitools.qti.node.content.xhtml.text
p
P(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.P
Constructs object.
PairValue - Class in org.qtitools.qti.value
Implementation of BaseType pair value.
PairValue(String, String) - Constructor for class org.qtitools.qti.value.PairValue
Constructs PairValue from given pair of identifiers.
PairValue(String) - Constructor for class org.qtitools.qti.value.PairValue
Constructs PairValue from given String representation.
Param - Class in org.qtitools.qti.node.content.xhtml.object
Attribute : name [1]: string The name of the parameter, as interpreted by the object.
Param(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.object.Param
Constructs object.
ParamType - Enum in org.qtitools.qti.value
This class describes paramType of A param.
ParamTypeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with paramType value.
ParamTypeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
Constructs attribute.
ParamTypeAttribute(XmlNode, String, ParamType) - Constructor for class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
Constructs attribute.
ParamTypeAttribute(XmlNode, String, ParamType, ParamType, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
Constructs attribute.
parseBaseType(String) - Static method in enum org.qtitools.qti.value.BaseType
Returns parsed BaseType from given String.
parseBoolean(String) - Static method in class org.qtitools.qti.value.BooleanValue
Parses the String argument as A boolean.
parseCardinality(String) - Static method in enum org.qtitools.qti.value.Cardinality
Returns parsed Cardinality from given String.
parseFloat(String) - Static method in class org.qtitools.qti.value.FloatValue
Parses the String argument as A double.
parseIdentifier(String) - Static method in class org.qtitools.qti.value.IdentifierValue
Parses the String argument as A identifier.
parseInteger(String) - Static method in class org.qtitools.qti.value.IntegerValue
Parses the String argument as A int.
parseInteger(String, int) - Static method in class org.qtitools.qti.value.IntegerValue
Parses the String argument as A int.
parseNavigationMode(String) - Static method in enum org.qtitools.qti.node.test.NavigationMode
Returns parsed NavigationMode from given String.
parseOrientation(String) - Static method in enum org.qtitools.qti.value.Orientation
Returns parsed Orientation from given String.
parseParamType(String) - Static method in enum org.qtitools.qti.value.ParamType
Returns parsed ParamType from given String.
parseRoundingMode(String) - Static method in enum org.qtitools.qti.node.expression.operator.RoundingMode
Parses string representation of RoundingMode.
parseSessionStatus(String) - Static method in enum org.qtitools.qti.node.result.SessionStatus
Returns parsed SessionStatus from given String.
parseShape(String) - Static method in enum org.qtitools.qti.node.expression.operator.Shape
Parses string representation of Shape.
parseSingleValue(String) - Method in enum org.qtitools.qti.value.BaseType
Parses the String argument as A SingleValue.
parseSubmissionMode(String) - Static method in enum org.qtitools.qti.node.test.SubmissionMode
Returns parsed SubmissionMode from given String.
parseTableCellScope(String) - Static method in enum org.qtitools.qti.value.TableCellScope
Returns parsed TableCellScopeType from given String.
parseTestFeedbackAccess(String) - Static method in enum org.qtitools.qti.node.test.TestFeedbackAccess
Returns parsed TestFeedbackAccess from given String.
parseTextFormat(String) - Static method in enum org.qtitools.qti.value.TextFormat
Returns parsed TextFormat from given String.
parseToleranceMode(String) - Static method in enum org.qtitools.qti.node.expression.operator.ToleranceMode
Parses string representation of ToleranceMode.
parseUri(String) - Static method in class org.qtitools.qti.value.UriValue
Parses the String argument as A URI.
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.OrientationAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.ShapeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.MultipleAttribute
Parses value from given string.
parseValue(String) - Method in class org.qtitools.qti.attribute.SingleAttribute
Parses value from given string.
parseValue(String) - Method in class org.qtitools.qti.attribute.value.BooleanAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.CoordsAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.DateAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.DurationAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.FloatAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.FloatMultipleAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.IdentifierAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.IdentifierMultipleAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.IntegerAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.LongAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.StringAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.StringMultipleAttribute
 
parseValue(String) - Method in class org.qtitools.qti.attribute.value.UriAttribute
 
parseView(String) - Static method in enum org.qtitools.qti.node.test.View
Returns parsed View from given String.
parseVisibilityMode(String) - Static method in enum org.qtitools.qti.node.test.VisibilityMode
Returns parsed VisibilityMode from given String.
passMaximumTimeLimit() - Method in class org.qtitools.qti.node.test.ControlObject
Returns true if time used by this control object is lower or equal than maximum time limit; false otherwise.
passMinimumTimeLimit() - Method in class org.qtitools.qti.node.test.ControlObject
Returns true if time used by this control object is higher or equal than minimum time limit; false otherwise.
PatternMatch - Class in org.qtitools.qti.node.expression.operator
The patternMatch operator takes A sub-expression which must have single cardinality and A base-type of string.
PatternMatch(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.PatternMatch
Constructs expression.
PointValue - Class in org.qtitools.qti.value
Implementation of BaseType point value.
PointValue(int, int) - Constructor for class org.qtitools.qti.value.PointValue
Constructs PointValue from given horizontal and vertical values.
PointValue(String) - Constructor for class org.qtitools.qti.value.PointValue
Constructs PointValue from given String representation.
PositionObjectInteraction - Class in org.qtitools.qti.node.item.interaction
The position object interaction consists of a single image which must be positioned on another graphic image (the stage) by the candidate.
PositionObjectInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Constructs object.
PositionObjectInteractionGroup - Class in org.qtitools.qti.group.item.interaction
Group of PositionObjectInteraction children.
PositionObjectInteractionGroup(PositionObjectStage) - Constructor for class org.qtitools.qti.group.item.interaction.PositionObjectInteractionGroup
Constructs group.
PositionObjectInteractionGroup(PositionObjectStage, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.PositionObjectInteractionGroup
Constructs group.
PositionObjectStage - Class in org.qtitools.qti.node.item.interaction.content
positionObjectStage
PositionObjectStage(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.content.PositionObjectStage
Constructs object.
Power - Class in org.qtitools.qti.node.expression.operator
The power operator takes 2 sub-expression which both have single cardinality and numerical base-types.
Power(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Power
Constructs expression.
Pre - Class in org.qtitools.qti.node.content.xhtml.text
pre
Pre(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Pre
Constructs object.
PreCondition - Class in org.qtitools.qti.node.test
A preCondition is A simple expression attached to testPart or assessmentSection or assessmentItemRef.
PreCondition(AbstractPart) - Constructor for class org.qtitools.qti.node.test.PreCondition
Constructs object.
PreConditionGroup - Class in org.qtitools.qti.group.test
Group of preCondition children.
PreConditionGroup(AbstractPart) - Constructor for class org.qtitools.qti.group.test.PreConditionGroup
Constructs group.
PreConditionNode - Class in org.qtitools.qti.node.test.flow
Precondition node is jump node with precondition assessment object.
PreConditionNode(Node, PreCondition) - Constructor for class org.qtitools.qti.node.test.flow.PreConditionNode
Constructs node.
PrintedVariable - Class in org.qtitools.qti.node.content.variable
This is the only way how to show variables to actor.
PrintedVariable(XmlObject) - Constructor for class org.qtitools.qti.node.content.variable.PrintedVariable
Constructs block.
process() - Method in class org.qtitools.qti.node.test.Ordering
Applies this ordering to its parent children.
process() - Method in class org.qtitools.qti.node.test.Selection
Applies this selection to its parent children.
processOutcome() - Method in class org.qtitools.qti.node.test.AssessmentTest
Evaluates outcome processing.
ProcessOutcomeValue - Class in org.qtitools.qti.node.outcome.processing
Abstract parent for setOutcomeValue and lookupOutcomeValue classes.
ProcessOutcomeValue(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
Creates rule.
processResponse(List<String>) - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
processResponse(String) - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
processResponse(List<String>, ResponseDeclaration) - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
 
processResponse(List<String>) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
processResponse(String) - Method in class org.qtitools.qti.node.item.interaction.Interaction
Given the user response to the interaction in the form of A string set the appropriate response variables.
processResponse(List<String>) - Method in class org.qtitools.qti.node.item.interaction.Interaction
Given the user response to the interaction in the form of A string set the appropriate response variables.
processResponse(List<String>, ResponseDeclaration) - Method in class org.qtitools.qti.node.item.interaction.Interaction
 
processResponse(List<String>) - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
 
processResponse(List<String>) - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
processResponses() - Method in class org.qtitools.qti.node.item.AssessmentItem
Process the responses
ProcessResponseValue - Class in org.qtitools.qti.node.item.response.processing
Abstract parent for setResponseValue and lookupResponseValue classes.
ProcessResponseValue(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
Creates rule.
ProcessTemplateValue - Class in org.qtitools.qti.node.item.template.processing
Abstract parent for setTemplateValue class.
ProcessTemplateValue(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
Creates rule.
Product - Class in org.qtitools.qti.node.expression.operator
The product operator takes 1 or more sub-expressions which all have single cardinality and have numerical base-types.
Product(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Product
Constructs expression.
Prompt - Class in org.qtitools.qti.node.item.interaction
Prompt for interaction
Prompt(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.Prompt
Construct new prompt.
PromptGroup - Class in org.qtitools.qti.group.item.interaction
Group of prompt child.
PromptGroup(BlockInteraction) - Constructor for class org.qtitools.qti.group.item.interaction.PromptGroup
Constructs group.

Q

Q - Class in org.qtitools.qti.node.content.xhtml.text
q
Q(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Q
Constructs object.
QTIAttributeException - Exception in org.qtitools.qti.exception
This exception is used for reporting problems with attributes.
QTIAttributeException(String) - Constructor for exception org.qtitools.qti.exception.QTIAttributeException
Constructs A new exception with the specified detailed message.
QTIBaseTypeException - Exception in org.qtitools.qti.exception
This exception is used for reporting problems with baseType.
QTIBaseTypeException(String) - Constructor for exception org.qtitools.qti.exception.QTIBaseTypeException
Constructs A new exception with the specified detailed message.
QTICardinalityException - Exception in org.qtitools.qti.exception
This exception is used for reporting problems with cardinality.
QTICardinalityException(String) - Constructor for exception org.qtitools.qti.exception.QTICardinalityException
Constructs A new exception with the specified detailed message.
QTIEvaluationException - Exception in org.qtitools.qti.exception
This exception is used for propagating errors during execution of assessment.
QTIEvaluationException() - Constructor for exception org.qtitools.qti.exception.QTIEvaluationException
Constructs A new exception with null as its detailed message.
QTIEvaluationException(String) - Constructor for exception org.qtitools.qti.exception.QTIEvaluationException
Constructs A new exception with the specified detailed message.
QTIEvaluationException(String, Throwable) - Constructor for exception org.qtitools.qti.exception.QTIEvaluationException
Constructs A new exception with the specified detailed message and cause.
QTIEvaluationException(Throwable) - Constructor for exception org.qtitools.qti.exception.QTIEvaluationException
Constructs A new exception with the specified cause.
QTIException - Exception in org.qtitools.qti.exception
Superclass of all checked exceptions (currently not used anywhere).
QTIException() - Constructor for exception org.qtitools.qti.exception.QTIException
Constructs A new QTIException with null as its detailed message.
QTIException(String) - Constructor for exception org.qtitools.qti.exception.QTIException
Constructs A new exception with the specified detailed message.
QTIException(String, Throwable) - Constructor for exception org.qtitools.qti.exception.QTIException
Constructs A new exception with the specified detailed message and cause.
QTIException(Throwable) - Constructor for exception org.qtitools.qti.exception.QTIException
Constructs A new exception with the specified cause.
QTIItemFlowException - Exception in org.qtitools.qti.exception
This exception is used for propagating errors during item flow.
QTIItemFlowException(XmlNode, String) - Constructor for exception org.qtitools.qti.exception.QTIItemFlowException
Constructs A new exception with the specified detailed message.
QTINodeGroupException - Exception in org.qtitools.qti.exception
This exception is used for reporting problems with node groups.
QTINodeGroupException(String) - Constructor for exception org.qtitools.qti.exception.QTINodeGroupException
Constructs A new exception with the specified detailed message.
QTINotImplementedException - Error in org.qtitools.qti.exception
This exception is used for marking not implemented parts of code.
QTINotImplementedException() - Constructor for error org.qtitools.qti.exception.QTINotImplementedException
Constructs A new QTINotImplementedException with "Not implemented." text as its detailed message.
QTIParseException - Exception in org.qtitools.qti.exception
This exception is used for propagating parsing errors and errors during conversion values from String to some BaseType type.
QTIParseException() - Constructor for exception org.qtitools.qti.exception.QTIParseException
Constructs A new exception with null as its detailed message.
QTIParseException(String) - Constructor for exception org.qtitools.qti.exception.QTIParseException
Constructs A new exception with the specified detailed message.
QTIParseException(String, Throwable) - Constructor for exception org.qtitools.qti.exception.QTIParseException
Constructs A new exception with the specified detailed message and cause.
QTIParseException(Throwable) - Constructor for exception org.qtitools.qti.exception.QTIParseException
Constructs A new exception with the specified cause.
QTIProcessingInterrupt - Exception in org.qtitools.qti.exception
This exception is thrown if something requires any processing (template, response, outcome) needs to be immediately stopped for any reason.
QTIProcessingInterrupt() - Constructor for exception org.qtitools.qti.exception.QTIProcessingInterrupt
 
QTIRuntimeException - Exception in org.qtitools.qti.exception
Superclass of all unchecked exceptions.
QTIRuntimeException() - Constructor for exception org.qtitools.qti.exception.QTIRuntimeException
Constructs A new exception with null as its detailed message.
QTIRuntimeException(String) - Constructor for exception org.qtitools.qti.exception.QTIRuntimeException
Constructs A new exception with the specified detailed message.
QTIRuntimeException(String, Throwable) - Constructor for exception org.qtitools.qti.exception.QTIRuntimeException
Constructs A new exception with the specified detailed message and cause.
QTIRuntimeException(Throwable) - Constructor for exception org.qtitools.qti.exception.QTIRuntimeException
Constructs A new exception with the specified cause.
QTIValidationException - Exception in org.qtitools.qti.exception
This exception is used for propagating validation problems.
QTIValidationException(ValidationItem) - Constructor for exception org.qtitools.qti.exception.QTIValidationException
Constructs A new exception with the specified detailed message.
QTIValidationException(ValidationResult) - Constructor for exception org.qtitools.qti.exception.QTIValidationException
Constructs A new exception with the specified detailed message.

R

Random - Class in org.qtitools.qti.node.expression.operator
The random operator takes A sub-expression with A multiple or ordered container value and any base-type.
Random(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Random
Constructs expression.
RandomEx - Class in org.qtitools.qti.node.expression.operator
Extends random expression - supports seed attribute.
RandomEx(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.RandomEx
Constructs expression.
RandomExpression - Class in org.qtitools.qti.node.expression
Parent of all expressions with random values.
RandomExpression(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.RandomExpression
Constructs expression.
RandomFloat - Class in org.qtitools.qti.node.expression.general
Selects A random float from the specified range [min,max].
RandomFloat(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.RandomFloat
Constructs expression.
RandomFloatEx - Class in org.qtitools.qti.node.expression.general
Extends randomFloat expression - supports seed attribute.
RandomFloatEx(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.RandomFloatEx
Constructs expression.
RandomInteger - Class in org.qtitools.qti.node.expression.general
Selects A random integer from the specified range [min,max] satisfying min + step * n for some integer n.
RandomInteger(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.RandomInteger
Constructs expression.
RandomIntegerEx - Class in org.qtitools.qti.node.expression.general
Extends randomInteger expression - supports seed attribute.
RandomIntegerEx(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.RandomIntegerEx
Constructs expression.
read(char[], int, int) - Method in class org.qtitools.qti.node.XmlUtils.UnicodeReader
 
readChild(Node) - Method in class org.qtitools.qti.node.AbstractNode
Reads one child from given xml source.
readChild(Node) - Method in class org.qtitools.qti.node.block.ContainerBlock
 
readChild(Node) - Method in class org.qtitools.qti.node.content.mathml.Math
 
readChildren(Node) - Method in class org.qtitools.qti.node.AbstractNode
Reads all children nodes and/or content from given xml source.
readChildren(Node) - Method in class org.qtitools.qti.node.block.ContainerBlock
 
readChildren(Node) - Method in class org.qtitools.qti.node.content.mathml.Math
 
readChildren(Node) - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
readChildren(Node) - Method in class org.qtitools.qti.node.result.CandidateComment
 
readChildren(Node) - Method in class org.qtitools.qti.node.shared.FieldValue
 
RecordEx - Class in org.qtitools.qti.node.expression.operator
The record operator takes 0 or more single sub-expressions of any base-type.
RecordEx(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.RecordEx
Constructs expression.
RecordValue - Class in org.qtitools.qti.value
Implementation of "record-type" container.
RecordValue() - Constructor for class org.qtitools.qti.value.RecordValue
Constructs empty (NULL) RecordValue container.
RecordValue(String, SingleValue) - Constructor for class org.qtitools.qti.value.RecordValue
Constructs empty (NULL) RecordValue container and adds given SingleValue into it.
RecordValue(RecordValue) - Constructor for class org.qtitools.qti.value.RecordValue
Constructs empty (NULL) RecordValue container and adds given RecordValue into it.
remove(Attribute) - Method in class org.qtitools.qti.attribute.AttributeList
Removes given attribute from this container.
removeAll(SingleValue) - Method in class org.qtitools.qti.value.ListValue
Removes all occurrences of given SingleValue from this container.
removeChild(XmlNode) - Method in class org.qtitools.qti.node.content.BodyElement
Removes the child block indicated by oldChild from the list of children, and returns it.
replaceChild(XmlNode, XmlNode) - Method in class org.qtitools.qti.node.content.BodyElement
Replaces the child block oldChild with newChild in the list of children, and returns the oldChild block.
reset() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
reset() - Method in interface org.qtitools.qti.node.expression.Expression
Resets this expression and all its children state (set same state like before first evaluation).
resetValue() - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Resets value of this variableDeclaration to default.
ResponseCondition - Class in org.qtitools.qti.node.item.response.processing
Implementation of if-elseif-else response rule (behaviour is same like in other programming languages).
ResponseCondition(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseCondition
Constructs rule.
ResponseConditionChild - Class in org.qtitools.qti.node.item.response.processing
Abstract parent for all responseCondition children (IF, ELSE-IF, ELSE).
ResponseConditionChild(ResponseCondition) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseConditionChild
Constructs condition rule child.
ResponseConditionExpressionChild - Class in org.qtitools.qti.node.item.response.processing
Abstract parent for all responseCondition children with condition (IF, ELSE-IF).
ResponseConditionExpressionChild(ResponseCondition) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseConditionExpressionChild
Construct condition rule child.
ResponseDeclaration - Class in org.qtitools.qti.node.item.response.declaration
Response variables are declared by response declarations and bound to interactions in the itemBody.
ResponseDeclaration(AssessmentItem) - Constructor for class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Creates object.
ResponseDeclarationGroup - Class in org.qtitools.qti.group.item.response.declaration
Group of responseDeclaration children.
ResponseDeclarationGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.response.declaration.ResponseDeclarationGroup
Constructs group.
ResponseElse - Class in org.qtitools.qti.node.item.response.processing
Implementation of ELSE responseCondition child.
ResponseElse(ResponseCondition) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseElse
Constructs ELSE responseCondition child.
ResponseElseGroup - Class in org.qtitools.qti.group.item.response.processing
Group of responseElse child.
ResponseElseGroup(ResponseCondition) - Constructor for class org.qtitools.qti.group.item.response.processing.ResponseElseGroup
Constructs group.
ResponseElseIf - Class in org.qtitools.qti.node.item.response.processing
Implementation of ELSE-IF responseCondition child.
ResponseElseIf(ResponseCondition) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseElseIf
Constructs ELSE-IF responseCondition child.
ResponseElseIfGroup - Class in org.qtitools.qti.group.item.response.processing
Group of responseElseIf children.
ResponseElseIfGroup(ResponseCondition) - Constructor for class org.qtitools.qti.group.item.response.processing.ResponseElseIfGroup
Constructs group.
ResponseIf - Class in org.qtitools.qti.node.item.response.processing
Implementation of IF responseCondition child.
ResponseIf(ResponseCondition) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseIf
Constructs IF responseCondition child.
ResponseIfGroup - Class in org.qtitools.qti.group.item.response.processing
Group of responseIf child.
ResponseIfGroup(ResponseCondition) - Constructor for class org.qtitools.qti.group.item.response.processing.ResponseIfGroup
Constructs group.
ResponseProcessing - Class in org.qtitools.qti.node.item.response.processing
Response processing takes place each time the candidate submits the responses for an item (when in individual submission mode) or A group of items (when in simultaneous submission mode).
ResponseProcessing(AssessmentItem) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseProcessing
Constructs object.
ResponseProcessingFragment - Class in org.qtitools.qti.node.item.response.processing
An responseProcessingFragment is A simple group of responseRules which are grouped together in order to allow them to be managed as A separate resource.
ResponseProcessingFragment(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseProcessingFragment
Constructs rule.
ResponseProcessingGroup - Class in org.qtitools.qti.group.item.response.processing
Group of correctResponse child.
ResponseProcessingGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.response.processing.ResponseProcessingGroup
Constructs group.
ResponseRule - Class in org.qtitools.qti.node.item.response.processing
Abstract parent of all response rules.
ResponseRule(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.ResponseRule
Creates rule.
ResponseRuleGroup - Class in org.qtitools.qti.group.item.response.processing
Group of responseRule children.
ResponseRuleGroup(XmlObject) - Constructor for class org.qtitools.qti.group.item.response.processing.ResponseRuleGroup
Constructs group.
ResponseRuleType - Enum in org.qtitools.qti.node.item.response.processing
This class creates all supported response rules from given CLASS_TAG.
ResponseVariable - Class in org.qtitools.qti.node.result
Response variables are declared by response declarations.
ResponseVariable(AbstractResult) - Constructor for class org.qtitools.qti.node.result.ResponseVariable
Creates new responseVariable.
ResponseVariable(AbstractResult, ResponseDeclaration) - Constructor for class org.qtitools.qti.node.result.ResponseVariable
Creates new responseVariable from given responseDeclaration.
ResponseVariable(AbstractResult, String, Value) - Constructor for class org.qtitools.qti.node.result.ResponseVariable
Creates new responseVariable from given identifier and value.
RootNodeType - Enum in org.qtitools.qti.node
This class creates all supported root nodes.
Round - Class in org.qtitools.qti.node.expression.operator
The round operator takes A single sub-expression which must have single cardinality and base-type float.
Round(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Round
Constructs expression.
round(double, int) - Method in enum org.qtitools.qti.node.expression.operator.RoundingMode
Rounds given number for given number of figures.
RoundingMode - Enum in org.qtitools.qti.node.expression.operator
Enumeration for equalRounded expression.
RoundingModeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with roundingMode value.
RoundingModeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
Constructs attribute.
RoundingModeAttribute(XmlNode, String, RoundingMode) - Constructor for class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
Constructs attribute.
RoundingModeAttribute(XmlNode, String, RoundingMode, RoundingMode, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
Constructs attribute.
RubricBlock - Class in org.qtitools.qti.node.content.variable
A rubric block contains instructions to one or more of the actors.
RubricBlock(XmlObject) - Constructor for class org.qtitools.qti.node.content.variable.RubricBlock
Constructs block.
RubricBlockGroup - Class in org.qtitools.qti.group.test
Group of rubricBlock children.
RubricBlockGroup(AssessmentSection) - Constructor for class org.qtitools.qti.group.test.RubricBlockGroup
Constructs group.

S

Samp - Class in org.qtitools.qti.node.content.xhtml.text
samp
Samp(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Samp
Constructs object.
search(Class<?>) - Method in class org.qtitools.qti.node.content.BodyElement
Search the children of this node for instances of the given class
search(Class<?>, List<XmlNode>) - Method in class org.qtitools.qti.node.content.BodyElement
 
search(List<? extends XmlNode>, Class<?>, List<XmlNode>) - Method in class org.qtitools.qti.node.content.BodyElement
 
SectionPart - Class in org.qtitools.qti.node.test
Abstract super class for assessmentSection and assessmentItemRef.
SectionPart(AbstractPart) - Constructor for class org.qtitools.qti.node.test.SectionPart
Constructs part.
SectionPartGroup - Class in org.qtitools.qti.group.test
Group of sectionPart children.
SectionPartGroup(AssessmentSection) - Constructor for class org.qtitools.qti.group.test.SectionPartGroup
Constructs group.
Selection - Class in org.qtitools.qti.node.test
The selection class specifies the rules used to select the child elements of A section for each test session.
Selection(AssessmentSection) - Constructor for class org.qtitools.qti.node.test.Selection
Constructs object.
SelectionGroup - Class in org.qtitools.qti.group.test
Group of selection child.
SelectionGroup(AssessmentSection) - Constructor for class org.qtitools.qti.group.test.SelectionGroup
Constructs group.
SelectPointInteraction - Class in org.qtitools.qti.node.item.interaction
Like hotspotInteraction, a select point interaction is a graphic interaction.
SelectPointInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Construct new interaction.
SessionIdentifier - Class in org.qtitools.qti.node.result
The system that creates the result (for example, the test delivery system) should assign A session identifier that it can use to identify the session.
SessionIdentifier(Context) - Constructor for class org.qtitools.qti.node.result.SessionIdentifier
Constructs object.
SessionIdentifierGroup - Class in org.qtitools.qti.group.result
Group of sessionIdentifier children.
SessionIdentifierGroup(Context) - Constructor for class org.qtitools.qti.group.result.SessionIdentifierGroup
Constructs group.
SessionStatus - Enum in org.qtitools.qti.node.result
The session status is used to keep track of the status of the item variables in an item session.
SessionStatusAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with sessionStatus value.
SessionStatusAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
Constructs attribute.
SessionStatusAttribute(XmlNode, String, SessionStatus) - Constructor for class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
Constructs attribute.
SessionStatusAttribute(XmlNode, String, SessionStatus, SessionStatus, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
Constructs attribute.
setAbbr(String) - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Sets new value of abbr attribute.
setAdaptive(Boolean) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of adaptive attribute.
setAllowCommentAttrValue(Boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of allowComment attribute.
setAllowReviewAttrValue(Boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of allowReview attribute.
setAllowSkippingAttrValue(Boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of allowSkipping attribute.
setAlt(String) - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Sets new value of alt attribute.
setAreaMapping(AreaMapping) - Method in class org.qtitools.qti.group.item.response.declaration.AreaMappingGroup
Sets new child.
setAreaMapping(AreaMapping) - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Sets new areaMapping child.
setAutostart(Boolean) - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Sets new value of autostart attribute.
setAxis(String) - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Sets new value of axis attribute.
setBase(Integer) - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Sets new value of base attribute.
setBase(Integer) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
setBase(Integer) - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Sets new value of base attribute.
setBase(Integer) - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
setBaseType(BaseType) - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
Sets new baseType of attribute.
setBaseType(BaseType) - Method in class org.qtitools.qti.node.result.ItemVariable
Sets new value of baseType attribute.
setBaseType(BaseType) - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Sets new value of baseType attribute.
setBaseTypeAttrValue(BaseType) - Method in class org.qtitools.qti.node.expression.general.BaseValue
Sets new value of baseType attribute.
setBaseTypeAttrValue(BaseType) - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
Sets new value of baseType attribute.
setBaseTypeAttrValue(BaseType) - Method in class org.qtitools.qti.node.shared.FieldValue
Sets new value of baseType attribute.
setBlock(Block) - Method in class org.qtitools.qti.group.content.BlockGroup
Sets new child.
setBlockStatic(BlockStatic) - Method in class org.qtitools.qti.group.content.BlockStaticGroup
Sets new child.
setCandidateComment(CandidateComment) - Method in class org.qtitools.qti.group.result.CandidateCommentGroup
Sets new child.
setCandidateComment(CandidateComment) - Method in class org.qtitools.qti.node.result.ItemResult
Sets new candidateComment child.
setCandidateComment(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets new candidate comment.
setCandidateResponse(CandidateResponse) - Method in class org.qtitools.qti.group.result.CandidateResponseGroup
Sets new child.
setCandidateResponse(CandidateResponse) - Method in class org.qtitools.qti.node.result.ResponseVariable
Sets new candidateResponse child.
setCaption(Caption) - Method in class org.qtitools.qti.group.content.xhtml.table.CaptionGroup
Sets new caption child.
setCaption(Caption) - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Sets caption child.
setCardinality(Cardinality) - Method in class org.qtitools.qti.node.result.ItemVariable
Sets new value of cardinality attribute.
setCardinality(Cardinality) - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Sets new value of cardinality attribute.
setCaseSensitive(Boolean) - Method in class org.qtitools.qti.node.expression.operator.StringMatch
Sets new value of caseSensitive attribute.
setCaseSensitive(Boolean) - Method in class org.qtitools.qti.node.expression.operator.Substring
Sets new value of caseSensitive attribute.
setChild(XmlNode) - Method in class org.qtitools.qti.group.AbstractNodeGroup
Sets new child.
setCite(URI) - Method in class org.qtitools.qti.node.content.xhtml.text.Blockquote
Sets new value of cite attribute.
setCite(URI) - Method in class org.qtitools.qti.node.content.xhtml.text.Q
Sets new value of cite attribute.
setClassAttr(String) - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
Sets value of class attribute.
setColspan(Integer) - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Sets new value of colspan attribute.
setCompletionStatus(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Set the completionStatus to the given value.
setContext(Context) - Method in class org.qtitools.qti.group.result.ContextGroup
Sets new child.
setContext(Context) - Method in class org.qtitools.qti.node.result.AssessmentResult
Sets new context child.
setCorrectResponse(CorrectResponse) - Method in class org.qtitools.qti.group.item.CorrectResponseGroup
Sets new child.
setCorrectResponse(CorrectResponse) - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Sets new correctResponse child.
SetCorrectResponse - Class in org.qtitools.qti.node.item.template.processing
 
SetCorrectResponse(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
Constructs rule.
setCorrectResponse(CorrectResponse) - Method in class org.qtitools.qti.node.result.ResponseVariable
Sets new correctResponse child.
setData(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Sets new value of data attribute.
setDateStamp(Date) - Method in class org.qtitools.qti.node.result.AbstractResult
Sets new value of datestamp attribute.
setDefaultValue(BaseType) - Method in class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
Sets new default value of attribute.
setDefaultValue(Cardinality) - Method in class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
Sets new default value of attribute.
setDefaultValue(NavigationMode) - Method in class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
Sets new default value of attribute.
setDefaultValue(Orientation) - Method in class org.qtitools.qti.attribute.enumerate.OrientationAttribute
Sets new default value of attribute.
setDefaultValue(ParamType) - Method in class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
Sets new default value of attribute.
setDefaultValue(RoundingMode) - Method in class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
Sets new default value of attribute.
setDefaultValue(SessionStatus) - Method in class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
Sets new default value of attribute.
setDefaultValue(Shape) - Method in class org.qtitools.qti.attribute.enumerate.ShapeAttribute
Sets new default value of attribute.
setDefaultValue(SubmissionMode) - Method in class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
Sets new default value of attribute.
setDefaultValue(TableCellScope) - Method in class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
Sets new default value of attribute.
setDefaultValue(TestFeedbackAccess) - Method in class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
Sets new default value of attribute.
setDefaultValue(TextFormat) - Method in class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
Sets new default value of attribute.
setDefaultValue(ToleranceMode) - Method in class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
Sets new default value of attribute.
setDefaultValue(VisibilityMode) - Method in class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
Sets new default value of attribute.
setDefaultValue(Object) - Method in class org.qtitools.qti.attribute.SingleAttribute
Sets new default value of attribute.
setDefaultValue(Boolean) - Method in class org.qtitools.qti.attribute.value.BooleanAttribute
Sets new default value of attribute.
setDefaultValue(Date) - Method in class org.qtitools.qti.attribute.value.DateAttribute
Sets new default value of attribute.
setDefaultValue(Double) - Method in class org.qtitools.qti.attribute.value.DurationAttribute
Sets new default value of attribute.
setDefaultValue(Double) - Method in class org.qtitools.qti.attribute.value.FloatAttribute
Sets new default value of attribute.
setDefaultValue(String) - Method in class org.qtitools.qti.attribute.value.IdentifierAttribute
Sets new default value of attribute.
setDefaultValue(Integer) - Method in class org.qtitools.qti.attribute.value.IntegerAttribute
Sets new default value of attribute.
setDefaultValue(Long) - Method in class org.qtitools.qti.attribute.value.LongAttribute
Sets new default value of attribute.
setDefaultValue(SingleValue) - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
Sets new default value of attribute.
setDefaultValue(String) - Method in class org.qtitools.qti.attribute.value.StringAttribute
Sets new default value of attribute.
setDefaultValue(URI) - Method in class org.qtitools.qti.attribute.value.UriAttribute
Sets new default value of attribute.
setDefaultValue(DefaultValue) - Method in class org.qtitools.qti.group.outcome.declaration.DefaultValueGroup
Sets new child.
setDefaultValue(Double) - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Sets new value of defaultValue attribute.
setDefaultValue(Double) - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Sets new value of defaultValue attribute.
SetDefaultValue - Class in org.qtitools.qti.node.item.template.processing
 
SetDefaultValue(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.SetDefaultValue
Constructs rule.
setDefaultValue(SingleValue) - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
Sets new value of defaultValue attribute.
setDefaultValue(DefaultValue) - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Sets new defaultValue child.
setDefinition(String) - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
Sets value of definition attribute.
setDlElement(DlElement) - Method in class org.qtitools.qti.group.content.xhtml.list.DlElementGroup
Sets new child.
setExpectedLength(Integer) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
setExpectedLength(Integer) - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Sets new value of expectedLength attribute.
setExpectedLength(Integer) - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
setExpectedLines(Integer) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Sets new value of expectedLines attribute.
setExpression(Expression) - Method in class org.qtitools.qti.group.expression.ExpressionGroup
Sets new child.
setExpression(Expression) - Method in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
Sets new expression child.
setExpression(Expression) - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionExpressionChild
Sets new expression child (condition).
setExpression(Expression) - Method in class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
Sets new expression child.
setExpression(Expression) - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionExpressionChild
Sets new expression child (condition).
setExpression(Expression) - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionExpressionChild
Sets new expression child (condition).
setExpression(Expression) - Method in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
Sets new expression child.
setExpression(Expression) - Method in class org.qtitools.qti.node.test.AbstractJump
Sets new expression child.
setExpression(Expression) - Method in class org.qtitools.qti.node.test.TemplateDefault
Sets new expression child.
setFigures(Integer) - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
Sets new value of figures attribute.
setFinished() - Method in class org.qtitools.qti.node.test.ControlObject
Sets this object to finished state.
setFixed(Boolean) - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Sets new value of fixed attribute.
setFixed(Boolean) - Method in class org.qtitools.qti.node.test.SectionPart
Sets new value of fixed attribute.
setFlow(Flow) - Method in class org.qtitools.qti.group.content.FlowGroup
Sets new child.
setFlowStatic(FlowStatic) - Method in class org.qtitools.qti.group.content.FlowStaticGroup
Sets new child.
setFormat(String) - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Sets new value of format attribute.
setFormat(TextFormat) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Sets new value of format attribute.
setGapChoice(GapChoice) - Method in class org.qtitools.qti.group.item.interaction.choice.GapChoiceGroup
Sets new child.
setHeight(String) - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Sets new value of height attribute.
setHeight(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Sets new value of width attribute.
setHotspotLabel(String) - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
setHotspotLabel(String) - Method in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Sets new value of hotspotLabel attribute.
setHotspotLabel(String) - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
setHref(URI) - Method in class org.qtitools.qti.node.content.xhtml.hypertext.A
Sets new value of href attribute.
setHref(URI) - Method in class org.qtitools.qti.node.item.Stylesheet
Sets new value of href attribute.
setHref(URI) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets new value of href attribute.
setHref(String) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets new value of href attribute.
setId(String) - Method in class org.qtitools.qti.node.content.BodyElement
Sets new value of id attribute.
setIdentification(Identification) - Method in class org.qtitools.qti.group.result.IdentificationGroup
Sets new child.
setIdentification(Identification) - Method in class org.qtitools.qti.node.result.Context
Sets new identification child.
setIdentifier(String) - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.expression.general.LookupExpression
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.expression.general.MapResponse
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.expression.general.MapResponsePoint
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.expression.operator.FieldValue
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.item.template.processing.ProcessTemplateValue
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.result.AbstractResult
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.result.ItemVariable
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.result.SessionIdentifier
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.shared.FieldValue
Sets new value of fieldIdentifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.test.Weight
Sets new value of identifier attribute.
setIdentifier(String) - Method in class org.qtitools.qti.node.UniqueObject
Sets new value of identifier attribute.
setIncludeBoundary(Boolean) - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Sets new value of includeBoundary attribute.
setIncludeLowerBound(Boolean) - Method in class org.qtitools.qti.node.expression.operator.Equal
Sets new value of includeLowerBound attribute.
setIncludeUpperBound(Boolean) - Method in class org.qtitools.qti.node.expression.operator.Equal
Sets new value of includeUpperBound attribute.
setIndex(Integer) - Method in class org.qtitools.qti.node.expression.operator.Index
Sets new value of n attribute.
setInline(Inline) - Method in class org.qtitools.qti.group.content.InlineGroup
Sets new child.
setInlineStatic(InlineStatic) - Method in class org.qtitools.qti.group.content.InlineStaticGroup
Sets new child.
setInteraction(Interaction) - Method in class org.qtitools.qti.group.block.InteractionGroup
Sets new child.
setInterpretation(String) - Method in class org.qtitools.qti.node.item.CorrectResponse
Sets new value of interpretation attribute.
setInterpretation(String) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets new value of interpretation attribute.
setInterpretation(String) - Method in class org.qtitools.qti.node.result.OutcomeVariable
Sets new value of interpretation attribute.
setInterpretation(String) - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
Sets new value of interpretation attribute.
setItem(AssessmentItem) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets new referenced item.
setItemBody(ItemBody) - Method in class org.qtitools.qti.group.item.ItemBodyGroup
Sets new itemBody child.
setItemBody(ItemBody) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new itemBody child.
setItemSessionControl(ItemSessionControl) - Method in class org.qtitools.qti.group.test.ItemSessionControlGroup
Sets new child.
setItemSessionControlNode(ItemSessionControl) - Method in class org.qtitools.qti.node.test.AbstractPart
Sets new itemSessionControl child.
setKeepTogether(Boolean) - Method in class org.qtitools.qti.node.test.AssessmentSection
Sets new value of keepTogether attribute.
setLabel(String) - Method in class org.qtitools.qti.node.content.BodyElement
Sets new value of label attribute.
setLabel(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of label attribute.
setLang(String) - Method in class org.qtitools.qti.node.content.BodyElement
Sets new value of lang attribute.
setLang(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of lang attribute.
setLoadedValue(String) - Method in class org.qtitools.qti.attribute.AbstractAttribute
Sets new loaded value.
setLoadingProblem(QTIParseException) - Method in class org.qtitools.qti.attribute.AbstractAttribute
Sets new loading problem.
setLongdesc(URI) - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Sets new value of longdesc attribute.
setLongInterpretation(URI) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets new value of longInterpretation attribute.
setLongInterpretation(URI) - Method in class org.qtitools.qti.node.result.OutcomeVariable
Sets new value of longInterpretation attribute.
setLookupTable(LookupTable) - Method in class org.qtitools.qti.group.outcome.declaration.LookupTableGroup
Sets new child.
setLookupTable(LookupTable) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets new lookupTable child.
setLoop(Boolean) - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Sets new value of loop attribute.
setLowerBound(Double) - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Sets new value of lowerBound attribute.
setLowerBound(Double) - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Sets new value of lowerBound attribute.
setLowerBound(Double) - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Sets new value of lowerBound attribute.
setMapKey(SingleValue) - Method in class org.qtitools.qti.node.item.response.declaration.MapEntry
Sets new value of mappedValue attribute.
setMappedValue(Double) - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Sets new value of mappedValue attribute.
setMappedValue(Double) - Method in class org.qtitools.qti.node.item.response.declaration.MapEntry
Sets new value of mappedValue attribute.
setMapping(Mapping) - Method in class org.qtitools.qti.group.item.response.declaration.MappingGroup
Sets new child.
setMapping(Mapping) - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
Sets new mapping child.
setMasteryValue(Double) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets new value of masteryValue attribute.
setMasteryValue(Double) - Method in class org.qtitools.qti.node.result.OutcomeVariable
Sets new value of masteryValue attribute.
setMatchMax(Integer) - Method in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Sets new value of matchMax attribute.
setMatchMax(Integer) - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Sets new value of matchMax attribute.
setMatchMax(Integer) - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Sets new value of matchMax attribute.
setMatchMin(Integer) - Method in class org.qtitools.qti.node.item.interaction.choice.GapChoice
Sets new value of matchMin attribute.
setMatchMin(Integer) - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Sets new value of matchMin attribute.
setMatchMin(Integer) - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
Sets new value of matchMin attribute.
setMathVariable(Boolean) - Method in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Sets new value of mathVariable attribute.
setMaxAssociations(Integer) - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Sets new value of maxAssociations attribute.
setMaxAssociations(Integer) - Method in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
Sets new value of maxAssociations attribute.
setMaxAssociations(Integer) - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Sets new value of maxAssociations attribute.
setMaxAttemptsAttrValue(Integer) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of maxAttempts attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Sets new value of maxChoices attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Sets new value of maxChoices attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Sets new value of maxChoices attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
Sets new value of maxChoices attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Sets new value of maxChoices attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Sets new value of maxChoices attribute.
setMaxChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Sets new value of maxChoices attribute.
setMaximum(Double) - Method in class org.qtitools.qti.node.expression.general.RandomFloat
Sets new value of max attribute.
setMaximum(Integer) - Method in class org.qtitools.qti.node.expression.general.RandomInteger
Sets new value of max attribute.
setMaximum(Integer) - Method in class org.qtitools.qti.node.expression.operator.AnyN
Sets new value of max attribute.
setMaximum(Double) - Method in class org.qtitools.qti.node.test.TimeLimit
Sets new value of maxTime attribute.
setMaxPlays(Integer) - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Sets new value of maxPlays attribute.
setMaxStrings(Integer) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Sets new value of maxStrings attribute.
setMedia(String) - Method in class org.qtitools.qti.node.item.Stylesheet
Sets new value of media attribute.
setMinAssociations(Integer) - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Sets new value of minAssociations attribute.
setMinAssociations(Integer) - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Sets new value of minAssociations attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Sets new value of minChoices attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
Sets new value of minChoices attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
Sets new value of minChoices attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
Sets new value of minChoices attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Sets new value of minChoices attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Sets new value of minChoices attribute.
setMinChoices(Integer) - Method in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
Sets new value of minChoices attribute.
setMinimum(Double) - Method in class org.qtitools.qti.node.expression.general.RandomFloat
Sets new value of min attribute.
setMinimum(Integer) - Method in class org.qtitools.qti.node.expression.general.RandomInteger
Sets new value of min attribute.
setMinimum(Integer) - Method in class org.qtitools.qti.node.expression.operator.AnyN
Sets new value of min attribute.
setMinimum(Double) - Method in class org.qtitools.qti.node.test.TimeLimit
Sets new value of minTime attribute.
setMinPlays(Integer) - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Sets new value of minPlays attribute.
setMinStrings(Integer) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
Sets new value of minStrings attribute.
setName(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Sets new value of name attribute.
setNavigationMode(NavigationMode) - Method in class org.qtitools.qti.node.test.TestPart
Sets new value of navigationMode attribute.
setNextItemRef(ItemRefNode) - Method in class org.qtitools.qti.node.test.flow.ItemRefNode
Sets new next item reference node in linked list.
setNode(XmlNode) - Method in class org.qtitools.qti.validation.AbstractValidationItem
 
setNode(XmlNode) - Method in interface org.qtitools.qti.validation.ValidationItem
 
setNormalMaximum(Double) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets new value of normalMaximum attribute.
setNormalMaximum(Double) - Method in class org.qtitools.qti.node.result.OutcomeVariable
Sets new value of normalMaximum attribute.
setNormalMinimum(Double) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets new value of normalMinimum attribute.
setNormalMinimum(Double) - Method in class org.qtitools.qti.node.result.OutcomeVariable
Sets new value of normalMinimum attribute.
setObject(Object) - Method in class org.qtitools.qti.group.content.ObjectGroup
Sets new Object child.
setObject(Object) - Method in class org.qtitools.qti.node.item.interaction.choice.GapImg
Sets new object child.
setObject(Object) - Method in class org.qtitools.qti.node.item.interaction.content.PositionObjectStage
Sets new object child.
setObject(Object) - Method in class org.qtitools.qti.node.item.interaction.DrawingInteraction
Sets new object child.
setObject(Object) - Method in class org.qtitools.qti.node.item.interaction.GraphicInteraction
Sets new object child.
setObject(Object) - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
Sets new object child.
setObject(Object) - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
Sets new object child.
setObjectFlow(ObjectFlow) - Method in class org.qtitools.qti.group.content.ObjectFlowGroup
Sets new child.
setObjectLabel(String) - Method in class org.qtitools.qti.node.item.interaction.choice.GapImg
Sets new value of objectLabel attribute.
setOrdering(Ordering) - Method in class org.qtitools.qti.group.test.OrderingGroup
Sets new child.
setOrdering(Ordering) - Method in class org.qtitools.qti.node.test.AssessmentSection
Sets new ordering child.
setOrientation(Orientation) - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Sets new value of orientation attribute.
setOrientation(Orientation) - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Sets new value of orientation attribute.
setOutcomeElse(OutcomeElse) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeElseGroup
Sets new child.
setOutcomeElse(OutcomeElse) - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Sets new ELSE child.
setOutcomeIdentifier(String) - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Sets new value of outcomeIdentifier attribute.
setOutcomeIdentifier(String) - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Sets new value of outcomeIdentifier attribute.
setOutcomeIdentifier(String) - Method in class org.qtitools.qti.node.item.ModalFeedback
Sets new value of outcomeIdentifier attribute.
setOutcomeIdentifier(String) - Method in class org.qtitools.qti.node.test.TestFeedback
Sets new value of outcomeIdentifier attribute.
setOutcomeIf(OutcomeIf) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeIfGroup
Sets new child.
setOutcomeIf(OutcomeIf) - Method in class org.qtitools.qti.node.outcome.processing.OutcomeCondition
Sets new IF child.
setOutcomeProcessing(OutcomeProcessing) - Method in class org.qtitools.qti.group.outcome.processing.OutcomeProcessingGroup
Sets new child.
setOutcomeProcessing(OutcomeProcessing) - Method in class org.qtitools.qti.node.test.AssessmentTest
Sets new outcomeProcessing child.
setOutcomes(Map<String, Value>) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets new outcomes (submit this item reference).
setOutcomeValue(String) - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Sets new value of identifier attribute.
setOutcomeValue(String) - Method in class org.qtitools.qti.node.item.ModalFeedback
Sets new value of identifier attribute.
SetOutcomeValue - Class in org.qtitools.qti.node.item.response.processing
The setOutcomeValue rule sets the value of an outcome variable to the value obtained from the associated expression.
SetOutcomeValue(XmlObject) - Constructor for class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
Constructs rule.
SetOutcomeValue - Class in org.qtitools.qti.node.outcome.processing
The setOutcomeValue rule sets the value of an outcome variable to the value obtained from the associated expression.
SetOutcomeValue(XmlObject) - Constructor for class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
Constructs rule.
setOutcomeValue(String) - Method in class org.qtitools.qti.node.test.TestFeedback
Sets new value of identifier attribute.
setParamVariable(Boolean) - Method in class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Sets new value of paramVariable attribute.
setParent(XmlNode) - Method in class org.qtitools.qti.node.AbstractNode
Sets new parent of this node.
setParent(XmlObject) - Method in class org.qtitools.qti.node.AbstractObject
 
setParent(AbstractPart) - Method in class org.qtitools.qti.node.test.SectionPart
Sets new parent of this part.
setParent(XmlObject) - Method in interface org.qtitools.qti.node.XmlObject
Sets the parent of this object.
setPattern(String) - Method in class org.qtitools.qti.node.expression.operator.PatternMatch
Sets new value of pattern attribute.
setPatternMask(String) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
setPatternMask(String) - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Sets new value of patternMask attribute.
setPatternMask(String) - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
setPlaceholderText(String) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
setPlaceholderText(String) - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Sets new value of placeholderText attribute.
setPlaceholderText(String) - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
setPresented() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets this object to presented state.
setPrevItemRef(ItemRefNode) - Method in class org.qtitools.qti.node.test.flow.ItemRefNode
Sets new previous item reference node in linked list.
setPrompt(Prompt) - Method in class org.qtitools.qti.group.item.interaction.PromptGroup
Sets prompt child.
setPrompt(Prompt) - Method in class org.qtitools.qti.node.item.interaction.BlockInteraction
Sets new prompt child.
setRequired(Boolean) - Method in class org.qtitools.qti.node.item.interaction.content.Gap
Sets new value of required attribute.
setRequired(Boolean) - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Sets new value of required attribute.
setRequired(Boolean) - Method in class org.qtitools.qti.node.test.SectionPart
Sets new value of required attribute.
setResponseElse(ResponseElse) - Method in class org.qtitools.qti.group.item.response.processing.ResponseElseGroup
Sets new child.
setResponseElse(ResponseElse) - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
Sets new ELSE child.
setResponseIdentifier(String) - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
setResponseIdentifier(String) - Method in class org.qtitools.qti.node.item.interaction.Interaction
Sets new value of responseIdentifier attribute.
setResponseIf(ResponseIf) - Method in class org.qtitools.qti.group.item.response.processing.ResponseIfGroup
Sets new child.
setResponseIf(ResponseIf) - Method in class org.qtitools.qti.node.item.response.processing.ResponseCondition
Sets new IF child.
setResponseProcessing(ResponseProcessing) - Method in class org.qtitools.qti.group.item.response.processing.ResponseProcessingGroup
Sets new child.
setResponseProcessing(ResponseProcessing) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new responseProcessing child.
setResponses(Map<String, List<String>>) - Method in class org.qtitools.qti.node.item.AssessmentItem
Set the responses for this assessmentItem.
setReverse(Boolean) - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Sets new value of reverse attribute.
setRoundingMode(RoundingMode) - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
Sets new value of roundingMode attribute.
setRowspan(Integer) - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Sets new value of rowspan attribute.
setScope(TableCellScope) - Method in class org.qtitools.qti.node.content.xhtml.table.TableCell
Sets new value of scope attribute.
setSeedAttributeValue(Long) - Method in class org.qtitools.qti.node.expression.general.RandomFloatEx
Sets new value of seed attribute.
setSeedAttributeValue(Long) - Method in class org.qtitools.qti.node.expression.general.RandomIntegerEx
Sets new value of seed attribute.
setSeedAttributeValue(Long) - Method in class org.qtitools.qti.node.expression.operator.RandomEx
Sets new value of seed attribute.
setSelect(Integer) - Method in class org.qtitools.qti.node.test.Selection
Sets new value of select attribute.
setSelection(Selection) - Method in class org.qtitools.qti.group.test.SelectionGroup
Sets new child.
setSelection(Selection) - Method in class org.qtitools.qti.node.test.AssessmentSection
Sets new selection child.
setSequenceIndex(Integer) - Method in class org.qtitools.qti.node.result.ItemResult
Sets new value of sequenceIndex attribute.
setSessionStatus(SessionStatus) - Method in class org.qtitools.qti.node.result.ItemResult
Sets new value of sessionStatus attribute.
setSessionStatus(SessionStatus) - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Sets new value of session status.
setShape(Shape) - Method in class org.qtitools.qti.node.expression.operator.Inside
Sets new value of shape attribute.
setShape(Shape) - Method in class org.qtitools.qti.node.item.interaction.graphic.AssociableHotspot
 
setShape(Shape) - Method in interface org.qtitools.qti.node.item.interaction.graphic.Hotspot
Sets new value of shape attribute.
setShape(Shape) - Method in class org.qtitools.qti.node.item.interaction.graphic.HotspotChoice
 
setShape(Shape) - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
Sets new value of shape attribute.
setShowFeedbackAttrValue(Boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of showFeedback attribute.
setShowSolutionAttrValue(Boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of showSolution attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
Sets new value of shuffle attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
Sets new value of shuffle attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
Sets new value of shuffle attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
Sets new value of shuffle attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
Sets new value of shuffle attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
Sets new value of shuffle attribute.
setShuffle(Boolean) - Method in class org.qtitools.qti.node.test.Ordering
Sets new value of shuffle attribute.
setSingleValue(SingleValue) - Method in class org.qtitools.qti.node.expression.general.BaseValue
Sets new single value of this baseValue.
setSingleValue(SingleValue) - Method in class org.qtitools.qti.node.shared.FieldValue
Sets new single value of this fieldValue.
setSourceFile(File) - Method in class org.qtitools.qti.node.AbstractNode
 
setSourceFile(File) - Method in interface org.qtitools.qti.node.XmlNode
Sets new source file of this node.
setSourceId(URI) - Method in class org.qtitools.qti.node.result.SessionIdentifier
Sets new value of sourceID attribute.
setSourceIdentifier(String) - Method in class org.qtitools.qti.node.test.VariableMapping
Sets new value of sourceIdentifier attribute.
setSourceNode(Node) - Method in class org.qtitools.qti.node.AbstractNode
 
setSourceNode(Node) - Method in interface org.qtitools.qti.node.XmlNode
Sets new source node (DOM) of this node.
setSourceString(String) - Method in class org.qtitools.qti.node.AbstractNode
 
setSourceString(String) - Method in interface org.qtitools.qti.node.XmlNode
Sets new source string of this node.
setSourceUrl(URL) - Method in class org.qtitools.qti.node.AbstractNode
 
setSourceUrl(URL) - Method in interface org.qtitools.qti.node.XmlNode
Sets new source url of this node.
setSourceValue(Double) - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTableEntry
Sets new value of sourceValue attribute.
setSourceValue(Integer) - Method in class org.qtitools.qti.node.outcome.declaration.MatchTableEntry
Sets new value of sourceValue attribute.
setSpan(Integer) - Method in class org.qtitools.qti.node.content.xhtml.table.Col
Sets new value of span attribute.
setSpan(Integer) - Method in class org.qtitools.qti.node.content.xhtml.table.Colgroup
Sets new value of span attribute.
setSrc(URI) - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Sets new value of src attribute.
setStep(Integer) - Method in class org.qtitools.qti.node.expression.general.RandomInteger
Sets new value of step attribute.
setStep(Integer) - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Sets new value of step attribute.
setStepLabel(Boolean) - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Sets new value of stepLabel attribute.
setStringIdentifier(String) - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
setStringIdentifier(String) - Method in interface org.qtitools.qti.node.item.interaction.StringInteraction
Sets new value of stringIdentifier attribute.
setStringIdentifier(String) - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
setSubmissionMode(SubmissionMode) - Method in class org.qtitools.qti.node.test.TestPart
Sets new value of submissionMode attribute.
setSubString(Boolean) - Method in class org.qtitools.qti.node.expression.operator.StringMatch
Sets new value of substring attribute.
setSummary(String) - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Sets new value of summary attribute.
setSupported(boolean) - Method in class org.qtitools.qti.attribute.AbstractAttribute
Sets whenever this attribute is supported or not.
setSupported(boolean) - Method in interface org.qtitools.qti.attribute.Attribute
Sets whenever this attribute is supported or not.
setTarget(String) - Method in class org.qtitools.qti.node.test.BranchRule
Sets new value of target attribute.
setTarget(Node) - Method in class org.qtitools.qti.node.test.flow.JumpNode
Sets new alternative (not default) target of this jump node.
setTargetIdentifier(String) - Method in class org.qtitools.qti.node.test.VariableMapping
Sets new value of targetIdentifier attribute.
setTargetValue(SingleValue) - Method in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
Sets new value of targetValue attribute.
setTemplateElse(TemplateElse) - Method in class org.qtitools.qti.group.item.template.processing.TemplateElseGroup
Sets new child.
setTemplateElse(TemplateElse) - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
Sets new ELSE child.
setTemplateIdentifier(String) - Method in class org.qtitools.qti.node.content.template.TemplateElement
Sets new value of templateIdentifier attribute.
setTemplateIdentifier(String) - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Sets new value of templateIdentifier attribute.
setTemplateIdentifier(String) - Method in class org.qtitools.qti.node.test.TemplateDefault
Sets new value of templateIdentifier attribute.
setTemplateIf(TemplateIf) - Method in class org.qtitools.qti.group.item.template.processing.TemplateIfGroup
Sets new child.
setTemplateIf(TemplateIf) - Method in class org.qtitools.qti.node.item.template.processing.TemplateCondition
Sets new IF child.
setTemplateProcessing(TemplateProcessing) - Method in class org.qtitools.qti.group.item.template.processing.TemplateProcessingGroup
Sets new child.
setTemplateProcessing(TemplateProcessing) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new templateProcessing child.
setTemplateValue(String) - Method in class org.qtitools.qti.node.content.template.TemplateElement
Sets new value of identifier attribute.
SetTemplateValue - Class in org.qtitools.qti.node.item.template.processing
The setTemplateValue rule sets the value of A template variable to the value obtained from the associated expression.
SetTemplateValue(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.SetTemplateValue
Constructs rule.
setTestFeedbackAccess(TestFeedbackAccess) - Method in class org.qtitools.qti.node.test.TestFeedback
Sets new value of access attribute.
setTestResult(TestResult) - Method in class org.qtitools.qti.group.result.TestResultGroup
Sets new child.
setTestResult(TestResult) - Method in class org.qtitools.qti.node.result.AssessmentResult
Sets new testResult child.
setTextContent(String) - Method in class org.qtitools.qti.node.result.CandidateComment
Sets new text content of this block.
setTextOrVariable(TextOrVariable) - Method in class org.qtitools.qti.group.content.TextOrVariableGroup
Sets new child.
setTfoot(Tfoot) - Method in class org.qtitools.qti.group.content.xhtml.table.TfootGroup
Sets new tfoot child.
setTfoot(Tfoot) - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Sets Tfoot child.
setThead(Thead) - Method in class org.qtitools.qti.group.content.xhtml.table.TheadGroup
Sets new thead child.
setThead(Thead) - Method in class org.qtitools.qti.node.content.xhtml.table.Table
Sets Thead child.
setTimeDependent(Boolean) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of timeDependent attribute.
setTimeLimit(TimeLimit) - Method in class org.qtitools.qti.group.test.TimeLimitGroup
Sets new child.
setTimeLimit(TimeLimit) - Method in class org.qtitools.qti.node.test.ControlObject
Sets new timeLimit child.
setTimer(Timer) - Method in class org.qtitools.qti.node.test.AssessmentTest
Sets new timer.
setTimeRecord(ItemTimeRecord) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets time record of this item.
setTitle(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of title attribute.
setTitle(String) - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
Sets new value of title attribute.
setTitle(String) - Method in class org.qtitools.qti.node.item.Stylesheet
Sets new value of title attribute.
setTitle(String) - Method in class org.qtitools.qti.node.test.AssessmentSection
Sets new value of title attribute.
setTitle(String) - Method in class org.qtitools.qti.node.test.AssessmentTest
Sets new value of title attribute.
setTitle(String) - Method in class org.qtitools.qti.node.test.TestFeedback
Sets new value of title attribute.
setToleranceMode(ToleranceMode) - Method in class org.qtitools.qti.node.expression.operator.Equal
Sets new value of toleranceMode attribute.
setToolName(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of toolName attribute.
setToolName(String) - Method in class org.qtitools.qti.node.test.AssessmentTest
Sets new value of toolName attribute.
setToolVersion(String) - Method in class org.qtitools.qti.node.item.AssessmentItem
Sets new value of toolVersion attribute.
setToolVersion(String) - Method in class org.qtitools.qti.node.test.AssessmentTest
Sets new value of toolVersion attribute.
setType(String) - Method in class org.qtitools.qti.node.content.xhtml.hypertext.A
Sets new value of type attribute.
setType(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Sets new value of type attribute.
setType(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Sets new value of type attribute.
setType(String) - Method in class org.qtitools.qti.node.item.interaction.UploadInteraction
Sets new value of type attribute.
setType(String) - Method in class org.qtitools.qti.node.item.Stylesheet
Sets new value of type attribute.
setUpperBound(Double) - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
Sets new value of upperBound attribute.
setUpperBound(Double) - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
Sets new value of upperBound attribute.
setUpperBound(Double) - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
Sets new value of upperBound attribute.
setValidateResponsesAttrValue(Boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
Sets new value of validateResponses attribute.
setValue(BaseType) - Method in class org.qtitools.qti.attribute.enumerate.BaseTypeAttribute
Sets new value of attribute.
setValue(Cardinality) - Method in class org.qtitools.qti.attribute.enumerate.CardinalityAttribute
Sets new value of attribute.
setValue(NavigationMode) - Method in class org.qtitools.qti.attribute.enumerate.NavigationModeAttribute
Sets new value of attribute.
setValue(Orientation) - Method in class org.qtitools.qti.attribute.enumerate.OrientationAttribute
Sets new value of attribute.
setValue(ParamType) - Method in class org.qtitools.qti.attribute.enumerate.ParamTypeAttribute
Sets new value of attribute.
setValue(RoundingMode) - Method in class org.qtitools.qti.attribute.enumerate.RoundingModeAttribute
Sets new value of attribute.
setValue(SessionStatus) - Method in class org.qtitools.qti.attribute.enumerate.SessionStatusAttribute
Sets new value of attribute.
setValue(Shape) - Method in class org.qtitools.qti.attribute.enumerate.ShapeAttribute
Sets new value of attribute.
setValue(SubmissionMode) - Method in class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
Sets new value of attribute.
setValue(TableCellScope) - Method in class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
Sets new value of attribute.
setValue(TestFeedbackAccess) - Method in class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
Sets new value of attribute.
setValue(TextFormat) - Method in class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
Sets new value of attribute.
setValue(ToleranceMode) - Method in class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
Sets new value of attribute.
setValue(VisibilityMode) - Method in class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
Sets new value of attribute.
setValue(Object) - Method in class org.qtitools.qti.attribute.SingleAttribute
Sets new value of attribute.
setValue(Boolean) - Method in class org.qtitools.qti.attribute.value.BooleanAttribute
Sets new value of attribute.
setValue(Date) - Method in class org.qtitools.qti.attribute.value.DateAttribute
Sets new value of attribute.
setValue(Double) - Method in class org.qtitools.qti.attribute.value.DurationAttribute
Sets new value of attribute.
setValue(Double) - Method in class org.qtitools.qti.attribute.value.FloatAttribute
Sets new value of attribute.
setValue(String) - Method in class org.qtitools.qti.attribute.value.IdentifierAttribute
Sets new value of attribute.
setValue(Integer) - Method in class org.qtitools.qti.attribute.value.IntegerAttribute
Sets new value of attribute.
setValue(Long) - Method in class org.qtitools.qti.attribute.value.LongAttribute
Sets new value of attribute.
setValue(SingleValue) - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
Sets new value of attribute.
setValue(String) - Method in class org.qtitools.qti.attribute.value.StringAttribute
Sets new value of attribute.
setValue(URI) - Method in class org.qtitools.qti.attribute.value.UriAttribute
Sets new value of attribute.
setValue(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Sets new value of value attribute.
setValue(Value) - Method in class org.qtitools.qti.node.shared.VariableDeclaration
Sets new value of this variableDeclaration.
setValue(Double) - Method in class org.qtitools.qti.node.test.Weight
Sets new value of value attribute.
setValueFromLookupTable(NumberValue) - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
Sets value of this outcomeDeclaration from its lookupTable.
setValuetype(ParamType) - Method in class org.qtitools.qti.node.content.xhtml.object.Param
Sets new value of valuetype attribute.
setVariableIdentifier(String) - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
Sets new value of variableIdentifier attribute.
setVisibilityMode(VisibilityMode) - Method in class org.qtitools.qti.node.content.template.TemplateElement
Sets new value of showHide attribute.
setVisibilityMode(VisibilityMode) - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
Sets new value of showHide attribute.
setVisibilityMode(VisibilityMode) - Method in class org.qtitools.qti.node.item.interaction.choice.Choice
Sets new value of showHide attribute.
setVisibilityMode(VisibilityMode) - Method in class org.qtitools.qti.node.item.ModalFeedback
Sets new value of showHide attribute.
setVisibilityMode(VisibilityMode) - Method in class org.qtitools.qti.node.test.TestFeedback
Sets new value of showHide attribute.
setVisible(Boolean) - Method in class org.qtitools.qti.node.test.AssessmentSection
Sets new value of visible attribute.
setWeightIdentifier(String) - Method in class org.qtitools.qti.node.expression.general.Variable
Sets new value of weightIdentifier attribute.
setWeightIdentifier(String) - Method in class org.qtitools.qti.node.expression.outcome.OutcomeMinMax
Sets new value of weightIdentifier attribute.
setWeightIdentifier(String) - Method in class org.qtitools.qti.node.expression.outcome.TestVariables
Sets new value of weightIdentifier attribute.
setWidth(String) - Method in class org.qtitools.qti.node.content.xhtml.image.Img
Sets new value of width attribute.
setWidth(String) - Method in class org.qtitools.qti.node.content.xhtml.object.Object
Sets new value of width attribute.
setWithReplacement(Boolean) - Method in class org.qtitools.qti.node.test.Selection
Sets new value of withReplacement attribute.
Shape - Enum in org.qtitools.qti.node.expression.operator
Enumeration for inside expression.
ShapeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with shape value.
ShapeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.ShapeAttribute
Constructs attribute.
ShapeAttribute(XmlNode, String, Shape) - Constructor for class org.qtitools.qti.attribute.enumerate.ShapeAttribute
Constructs attribute.
ShapeAttribute(XmlNode, String, Shape, Shape, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.ShapeAttribute
Constructs attribute.
SHOW_FEEDBACK_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getShowFeedback method.
SHOW_SOLUTION_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getShowSolution method.
shuffle() - Method in class org.qtitools.qti.node.item.interaction.choice.SimpleMatchSet
Shuffle the simpleAssociableChoice children
SIMPLE_NAME_INNER_SEPARATOR - Static variable in interface org.qtitools.qti.node.XmlNode
Separator between parts of name.
SIMPLE_NAMES_SEPARATOR - Static variable in interface org.qtitools.qti.node.XmlNode
Separator between names (nodes).
SimpleAssociableChoice - Class in org.qtitools.qti.node.item.interaction.choice
Attribute : matchMax [1]: integer The maximum number of choices this choice may be associated with.
SimpleAssociableChoice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.SimpleAssociableChoice
Construct new SimpleAssociableChoice.
SimpleAssociableChoiceContainer - Interface in org.qtitools.qti.node.item.interaction.choice
Interface for marking classes that contain simpleAssociableChoices
SimpleAssociableChoiceGroup - Class in org.qtitools.qti.group.item.interaction.choice
Group of simpleAssociableChoice children.
SimpleAssociableChoiceGroup(SimpleAssociableChoiceContainer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.SimpleAssociableChoiceGroup
Constructs group.
SimpleAssociableChoiceGroup(SimpleAssociableChoiceContainer, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.SimpleAssociableChoiceGroup
Constructs group.
SimpleBlock - Interface in org.qtitools.qti.node.content.basic
simpleBlock marker interface
SimpleChoice - Class in org.qtitools.qti.node.item.interaction.choice
simpleChoice is A choice that contains flowStatic objects.
SimpleChoice(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.SimpleChoice
Construct new simpleChoice.
SimpleChoiceContainer - Interface in org.qtitools.qti.node.item.interaction.choice
Interface for marking classes that contain simpleChoices
SimpleChoiceGroup - Class in org.qtitools.qti.group.item.interaction.choice
Group of simpleChoice children.
SimpleChoiceGroup(SimpleChoiceContainer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.SimpleChoiceGroup
Constructs group.
SimpleChoiceGroup(SimpleChoiceContainer, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.SimpleChoiceGroup
Constructs group.
SimpleInline - Interface in org.qtitools.qti.node.content.basic
simpleInline marker interface
SimpleMatchSet - Class in org.qtitools.qti.node.item.interaction.choice
Contains : simpleAssociableChoice [*] An ordered set of choices for the set.
SimpleMatchSet(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.choice.SimpleMatchSet
Constructs object.
SimpleMatchSetContainer - Interface in org.qtitools.qti.node.item.interaction.choice
Interface for marking classes that contain simpleMatchSets
SimpleMatchSetGroup - Class in org.qtitools.qti.group.item.interaction.choice
Group of simpleMatchSet children.
SimpleMatchSetGroup(SimpleMatchSetContainer, Integer, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.SimpleMatchSetGroup
Constructs group.
SimpleMatchSetGroup(SimpleMatchSetContainer, Integer) - Constructor for class org.qtitools.qti.group.item.interaction.choice.SimpleMatchSetGroup
Constructs group.
SingleAttribute - Class in org.qtitools.qti.attribute
Implementation of attribute with single value (normal attribute).
SingleAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.SingleAttribute
Constructs attribute.
SingleAttribute(XmlNode, String, Object) - Constructor for class org.qtitools.qti.attribute.SingleAttribute
Constructs attribute.
SingleAttribute(XmlNode, String, Object, Object, boolean) - Constructor for class org.qtitools.qti.attribute.SingleAttribute
Constructs attribute.
SingleValue - Class in org.qtitools.qti.value
Superclass for all single values.
SingleValue() - Constructor for class org.qtitools.qti.value.SingleValue
 
SingleValueAttribute - Class in org.qtitools.qti.attribute.value
Attribute with single value.
SingleValueAttribute(XmlNode, String, BaseType) - Constructor for class org.qtitools.qti.attribute.value.SingleValueAttribute
Constructs attribute.
SingleValueAttribute(XmlNode, String, BaseType, SingleValue) - Constructor for class org.qtitools.qti.attribute.value.SingleValueAttribute
Constructs attribute.
SingleValueAttribute(XmlNode, String, BaseType, SingleValue, SingleValue, boolean) - Constructor for class org.qtitools.qti.attribute.value.SingleValueAttribute
Constructs attribute.
size() - Method in class org.qtitools.qti.attribute.AttributeList
Gets number of attributes in this container.
size() - Method in class org.qtitools.qti.group.NodeGroupList
Gets number of groups in this container.
size() - Method in class org.qtitools.qti.value.ListValue
 
size() - Method in interface org.qtitools.qti.value.MultiValue
Returns number of values in this value.
size() - Method in class org.qtitools.qti.value.RecordValue
 
skip() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Skips this item reference and sets state to finished.
skip(long) - Method in class org.qtitools.qti.node.test.TimeRecord
Enter new skip time
SliderInteraction - Class in org.qtitools.qti.node.item.interaction
The slider interaction presents the candidate with A control for selecting A numerical value between A lower and upper bound.
SliderInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.SliderInteraction
Construct new interaction.
Small - Class in org.qtitools.qti.node.content.xhtml.presentation
small
Small(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.Small
Constructs object.
sourceValue - Variable in class org.qtitools.qti.value.AbstractPairValue
Source value.
sourceValue() - Method in class org.qtitools.qti.value.AbstractPairValue
Returns source (first) identifier.
Span - Class in org.qtitools.qti.node.content.xhtml.text
span
Span(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Span
Constructs object.
STANDARD_TEMPLATES - Static variable in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
 
start - Variable in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
StartNode - Class in org.qtitools.qti.node.test.flow
Start node is node on beginning of test, test part, section or item reference.
StartNode(AssessmentTest) - Constructor for class org.qtitools.qti.node.test.flow.StartNode
Constructs node.
StartNode(Node, AbstractPart) - Constructor for class org.qtitools.qti.node.test.flow.StartNode
Constructs node.
StringAttribute - Class in org.qtitools.qti.attribute.value
Attribute with string value.
StringAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.StringAttribute
Constructs attribute.
StringAttribute(XmlNode, String, String) - Constructor for class org.qtitools.qti.attribute.value.StringAttribute
Constructs attribute.
StringAttribute(XmlNode, String, String, String, boolean) - Constructor for class org.qtitools.qti.attribute.value.StringAttribute
Constructs attribute.
StringInteraction - Interface in org.qtitools.qti.node.item.interaction
String interactions can be bound to numeric response variables, instead of strings, if desired.
StringMatch - Class in org.qtitools.qti.node.expression.operator
The stringMatch operator takes two sub-expressions which must have single and A base-type of string.
StringMatch(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.StringMatch
Constructs expression.
StringMultipleAttribute - Class in org.qtitools.qti.attribute.value
Attribute with string values.
StringMultipleAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.StringMultipleAttribute
Constructs attribute.
StringMultipleAttribute(XmlNode, String, List<String>) - Constructor for class org.qtitools.qti.attribute.value.StringMultipleAttribute
Constructs attribute.
StringMultipleAttribute(XmlNode, String, List<String>, List<String>, boolean) - Constructor for class org.qtitools.qti.attribute.value.StringMultipleAttribute
Constructs attribute.
stringValue() - Method in class org.qtitools.qti.value.FileValue
Returns the value of this FileValue as A String.
stringValue() - Method in class org.qtitools.qti.value.IdentifierValue
Returns the value of this IdentifierValue as A String.
StringValue - Class in org.qtitools.qti.value
Implementation of BaseType string value.
StringValue(String) - Constructor for class org.qtitools.qti.value.StringValue
Constructs StringValue from given String representation.
stringValue() - Method in class org.qtitools.qti.value.StringValue
Returns the value of this StringValue as A String.
Strong - Class in org.qtitools.qti.node.content.xhtml.text
strong
Strong(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Strong
Constructs object.
Stylesheet - Class in org.qtitools.qti.node.item
Used to associate an external stylesheet with an assessmentItem.
Stylesheet(AssessmentItem) - Constructor for class org.qtitools.qti.node.item.Stylesheet
Construct A stylesheet
StylesheetGroup - Class in org.qtitools.qti.group.item
Group of stylesheet children.
StylesheetGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.StylesheetGroup
Constructs group.
Sub - Class in org.qtitools.qti.node.content.xhtml.presentation
sub
Sub(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.Sub
Constructs object.
SubmissionMode - Enum in org.qtitools.qti.node.test
The submission mode determines when the candidate's responses are submitted for response processing.
SubmissionModeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with submissionMode value.
SubmissionModeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
Constructs attribute.
SubmissionModeAttribute(XmlNode, String, SubmissionMode) - Constructor for class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
Constructs attribute.
SubmissionModeAttribute(XmlNode, String, SubmissionMode, SubmissionMode, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.SubmissionModeAttribute
Constructs attribute.
submit(long) - Method in class org.qtitools.qti.node.test.TimeRecord
Enter new submit time.
Substring - Class in org.qtitools.qti.node.expression.operator
The substring operator takes two sub-expressions which must both have an effective base-type of string and single cardinality.
Substring(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Substring
Constructs expression.
Subtract - Class in org.qtitools.qti.node.expression.operator
The subtract operator takes 2 sub-expressions which all have single cardinality and numerical base-types.
Subtract(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Subtract
Constructs expression.
Sum - Class in org.qtitools.qti.node.expression.operator
The sum operator takes one or more sub-expressions which have single or multiple or ordered cardinality (it is possible to mix different cardinalities) and have numerical base-types.
Sum(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Sum
Constructs expression.
Sup - Class in org.qtitools.qti.node.content.xhtml.presentation
sup
Sup(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.Sup
Constructs object.

T

Table - Class in org.qtitools.qti.node.content.xhtml.table
Attribute : summary [0..1]: string Contains : caption [0..1] Contains : col [*] If A table directly contains A col then it must not contain any colgroup elements.
Table(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Table
Constructs object.
TableCell - Class in org.qtitools.qti.node.content.xhtml.table
In XHTML, table cells are represented by either th or td and these share the following attributes and content model: Attribute : headers [*]: identifier Attribute : scope [0..1]: tableCellScope Attribute : abbr [0..1]: string Attribute : axis [0..1]: string Attribute : rowspan [0..1]: integer Attribute : colspan [0..1]: integer Contains : flow [*]
TableCell(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.TableCell
Constructs object.
TableCellGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of tableCell children.
TableCellGroup(Tr) - Constructor for class org.qtitools.qti.group.content.xhtml.table.TableCellGroup
Constructs group.
TableCellScope - Enum in org.qtitools.qti.value
row
TableCellScopeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with tableCellScope value.
TableCellScopeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
Constructs attribute.
TableCellScopeAttribute(XmlNode, String, TableCellScope) - Constructor for class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
Constructs attribute.
TableCellScopeAttribute(XmlNode, String, TableCellScope, TableCellScope, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.TableCellScopeAttribute
Constructs attribute.
TableCellType - Enum in org.qtitools.qti.node.content.xhtml.table
tableCell types
Tbody - Class in org.qtitools.qti.node.content.xhtml.table
colgroup
Tbody(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Tbody
Constructs object.
TbodyGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
TbodyGroup(Table) - Constructor for class org.qtitools.qti.group.content.xhtml.table.TbodyGroup
Constructs group.
Td - Class in org.qtitools.qti.node.content.xhtml.table
td
Td(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Td
Constructs object.
TemplateBlock - Class in org.qtitools.qti.node.content.template
templateBlock
TemplateBlock(XmlObject) - Constructor for class org.qtitools.qti.node.content.template.TemplateBlock
Constructs object.
TemplateCondition - Class in org.qtitools.qti.node.item.template.processing
Implementation of if-elseif-else template rule (behaviour is same like in other programming languages).
TemplateCondition(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateCondition
Constructs rule.
TemplateConditionChild - Class in org.qtitools.qti.node.item.template.processing
Abstract parent for all templateCondition children (IF, ELSE-IF, ELSE).
TemplateConditionChild(TemplateCondition) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateConditionChild
Constructs condition rule child.
TemplateConditionExpressionChild - Class in org.qtitools.qti.node.item.template.processing
Abstract parent for all templateCondition children with condition (IF, ELSE-IF).
TemplateConditionExpressionChild(TemplateCondition) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateConditionExpressionChild
Construct condition rule child.
TemplateDeclaration - Class in org.qtitools.qti.node.item.template.declaration
Template declarations declare item variables that are to be used specifically for the purposes of cloning items.
TemplateDeclaration(AssessmentItem) - Constructor for class org.qtitools.qti.node.item.template.declaration.TemplateDeclaration
Creates object.
TemplateDeclarationGroup - Class in org.qtitools.qti.group.item.template.declaration
Group of templateDeclaration children.
TemplateDeclarationGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.template.declaration.TemplateDeclarationGroup
Constructs group.
TemplateDefault - Class in org.qtitools.qti.node.test
The default value of A template variable in an item can be overridden based on the test context in which the template is instantiated.
TemplateDefault(AssessmentItemRef) - Constructor for class org.qtitools.qti.node.test.TemplateDefault
Constructs object.
TemplateDefaultGroup - Class in org.qtitools.qti.group.test
Group of templateDefault children.
TemplateDefaultGroup(AssessmentItemRef) - Constructor for class org.qtitools.qti.group.test.TemplateDefaultGroup
Constructs group.
TemplateElement - Class in org.qtitools.qti.node.content.template
Abstract parent of feedback elements
TemplateElement(XmlObject) - Constructor for class org.qtitools.qti.node.content.template.TemplateElement
Constructs feedback element.
TemplateElse - Class in org.qtitools.qti.node.item.template.processing
Implementation of ELSE templateCondition child.
TemplateElse(TemplateCondition) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateElse
Constructs ELSE templateCondition child.
TemplateElseGroup - Class in org.qtitools.qti.group.item.template.processing
Group of templateElse child.
TemplateElseGroup(TemplateCondition) - Constructor for class org.qtitools.qti.group.item.template.processing.TemplateElseGroup
Constructs group.
TemplateElseIf - Class in org.qtitools.qti.node.item.template.processing
Implementation of ELSE-IF templateCondition child.
TemplateElseIf(TemplateCondition) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateElseIf
Constructs ELSE-IF templateCondition child.
TemplateElseIfGroup - Class in org.qtitools.qti.group.item.template.processing
Group of templateElseIf children.
TemplateElseIfGroup(TemplateCondition) - Constructor for class org.qtitools.qti.group.item.template.processing.TemplateElseIfGroup
Constructs group.
TemplateIf - Class in org.qtitools.qti.node.item.template.processing
Implementation of IF templateCondition child.
TemplateIf(TemplateCondition) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateIf
Constructs IF templateCondition child.
TemplateIfGroup - Class in org.qtitools.qti.group.item.template.processing
Group of templateIf child.
TemplateIfGroup(TemplateCondition) - Constructor for class org.qtitools.qti.group.item.template.processing.TemplateIfGroup
Constructs group.
TemplateInline - Class in org.qtitools.qti.node.content.template
templateInline
TemplateInline(XmlObject) - Constructor for class org.qtitools.qti.node.content.template.TemplateInline
Constructs object.
TemplateProcessing - Class in org.qtitools.qti.node.item.template.processing
Template processing takes place each time the candidate submits the responses for an item (when in individual submission mode) or A group of items (when in simultaneous submission mode).
TemplateProcessing(AssessmentItem) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateProcessing
Constructs object.
TemplateProcessingGroup - Class in org.qtitools.qti.group.item.template.processing
Group of correctResponse child.
TemplateProcessingGroup(AssessmentItem) - Constructor for class org.qtitools.qti.group.item.template.processing.TemplateProcessingGroup
Constructs group.
TemplateRule - Class in org.qtitools.qti.node.item.template.processing
Abstract parent of all outcome rules.
TemplateRule(XmlObject) - Constructor for class org.qtitools.qti.node.item.template.processing.TemplateRule
Creates rule.
TemplateRuleGroup - Class in org.qtitools.qti.group.item.template.processing
Group of outcomeRule children.
TemplateRuleGroup(XmlObject) - Constructor for class org.qtitools.qti.group.item.template.processing.TemplateRuleGroup
Constructs group.
TemplateRuleType - Enum in org.qtitools.qti.node.item.template.processing
This class creates all supported template rules from given CLASS_TAG.
TemplateVariable - Class in org.qtitools.qti.node.result
Template variables are declared by template declarations.
TemplateVariable(AbstractResult) - Constructor for class org.qtitools.qti.node.result.TemplateVariable
Creates new templateVariable.
TemplateVariable(AbstractResult, TemplateDeclaration) - Constructor for class org.qtitools.qti.node.result.TemplateVariable
Creates new templateVariable from a given templateDeclaration.
TestFeedback - Class in org.qtitools.qti.node.test
Test level feedback implementation.
TestFeedback(ControlObject) - Constructor for class org.qtitools.qti.node.test.TestFeedback
Constructs feedback.
TestFeedbackAccess - Enum in org.qtitools.qti.node.test
Test feedback is shown to the candidate either directly following outcome processing (during the test) or at the end of the testPart or assessmentTest as appropriate (referred to as atEnd).
TestFeedbackAccessAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with testFeedbackAccess value.
TestFeedbackAccessAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
Constructs attribute.
TestFeedbackAccessAttribute(XmlNode, String, TestFeedbackAccess) - Constructor for class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
Constructs attribute.
TestFeedbackAccessAttribute(XmlNode, String, TestFeedbackAccess, TestFeedbackAccess, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.TestFeedbackAccessAttribute
Constructs attribute.
TestFeedbackGroup - Class in org.qtitools.qti.group.test
Group of assessmentSection children.
TestFeedbackGroup(ControlObject) - Constructor for class org.qtitools.qti.group.test.TestFeedbackGroup
Constructs group.
TestPart - Class in org.qtitools.qti.node.test
Part of assessment test.
TestPart(AssessmentTest) - Constructor for class org.qtitools.qti.node.test.TestPart
Constructs testPart.
TestPartGroup - Class in org.qtitools.qti.group.test
Group of assessmentSection children.
TestPartGroup(AssessmentTest) - Constructor for class org.qtitools.qti.group.test.TestPartGroup
Constructs group.
TestResult - Class in org.qtitools.qti.node.result
Result of assessmentTest (excluding items).
TestResult(AssessmentResult) - Constructor for class org.qtitools.qti.node.result.TestResult
Constructs object.
TestResultGroup - Class in org.qtitools.qti.group.result
Group of testResult child.
TestResultGroup(AssessmentResult) - Constructor for class org.qtitools.qti.group.result.TestResultGroup
Constructs group.
TestVariables - Class in org.qtitools.qti.node.expression.outcome
This expression, which can only be used in outcomes processing, simultaneously looks up the value of an itemVariable in A sub-set of the items referred to in A test.
TestVariables(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.outcome.TestVariables
Constructs expression.
TextEntryInteraction - Class in org.qtitools.qti.node.item.interaction
A textEntry interaction is an inlineInteraction that obtains A simple piece of text from the candidate.
TextEntryInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.TextEntryInteraction
Construct new interaction.
TextFormat - Enum in org.qtitools.qti.value
plain - Indicates that the text to be entered by the candidate is plain text.
TextFormatAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with textFormat value.
TextFormatAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
Constructs attribute.
TextFormatAttribute(XmlNode, String, TextFormat) - Constructor for class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
Constructs attribute.
TextFormatAttribute(XmlNode, String, TextFormat, TextFormat, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.TextFormatAttribute
Constructs attribute.
TextOrVariable - Interface in org.qtitools.qti.node.content.variable
textOrVariable marker interface
TextOrVariableGroup - Class in org.qtitools.qti.group.content
Group of flow children.
TextOrVariableGroup(XmlObject) - Constructor for class org.qtitools.qti.group.content.TextOrVariableGroup
Constructs group.
textOrVariableValues() - Static method in enum org.qtitools.qti.node.content.ContentType
Get textOrVariable types
TextRun - Class in org.qtitools.qti.node.content.basic
Text content block.
TextRun(XmlObject, String) - Constructor for class org.qtitools.qti.node.content.basic.TextRun
Constructs block.
Tfoot - Class in org.qtitools.qti.node.content.xhtml.table
tfoot
Tfoot(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Tfoot
Constructs object.
TfootGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
TfootGroup(Table) - Constructor for class org.qtitools.qti.group.content.xhtml.table.TfootGroup
Constructs group.
Th - Class in org.qtitools.qti.node.content.xhtml.table
th
Th(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Th
Constructs object.
Thead - Class in org.qtitools.qti.node.content.xhtml.table
thead
Thead(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Thead
Constructs object.
TheadGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
TheadGroup(Table) - Constructor for class org.qtitools.qti.group.content.xhtml.table.TheadGroup
Constructs group.
TimeLimit - Class in org.qtitools.qti.node.test
In the context of A specific assessmentTest an item, or group of items, may be subject to A time constraint.
TimeLimit(ControlObject) - Constructor for class org.qtitools.qti.node.test.TimeLimit
Creates object.
TimeLimitGroup - Class in org.qtitools.qti.group.test
Group of timeLimits child.
TimeLimitGroup(ControlObject) - Constructor for class org.qtitools.qti.group.test.TimeLimitGroup
Constructs group.
timeOut() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
Times out this item reference and sets state to finished.
timeOut(long) - Method in class org.qtitools.qti.node.test.TimeRecord
Enter new timeout time
Timer - Class in org.qtitools.qti.node.test
Default implementation of timer.
Timer() - Constructor for class org.qtitools.qti.node.test.Timer
Constructs timer object.
TimeRecord - Class in org.qtitools.qti.node.test
Record of an amount of time in an assessmentItemRef
TimeRecord(AssessmentItemRef) - Constructor for class org.qtitools.qti.node.test.TimeRecord
Construct A new TimeRecord.
ToleranceMode - Enum in org.qtitools.qti.node.expression.operator
Enumeration for equal expression.
ToleranceModeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with toleranceMode value.
ToleranceModeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
Constructs attribute.
ToleranceModeAttribute(XmlNode, String, ToleranceMode) - Constructor for class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
Constructs attribute.
ToleranceModeAttribute(XmlNode, String, ToleranceMode, ToleranceMode, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.ToleranceModeAttribute
Constructs attribute.
TOOL_NAME - Static variable in class org.qtitools.qti.JQTI
The JQTI toolName string
TOOL_VERSION - Static variable in class org.qtitools.qti.JQTI
The JQTI toolVersion string
toString() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
toString() - Method in enum org.qtitools.qti.node.content.ContentType
 
toString() - Method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
 
toString() - Method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
 
toString() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
toString() - Method in enum org.qtitools.qti.node.expression.ExpressionType
 
toString() - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
toString() - Method in class org.qtitools.qti.node.expression.general.Variable
 
toString() - Method in enum org.qtitools.qti.node.expression.operator.RoundingMode
 
toString() - Method in enum org.qtitools.qti.node.expression.operator.Shape
 
toString() - Method in enum org.qtitools.qti.node.expression.operator.ToleranceMode
 
toString() - Method in enum org.qtitools.qti.node.item.response.processing.ResponseRuleType
 
toString() - Method in enum org.qtitools.qti.node.item.template.processing.TemplateRuleType
 
toString() - Method in enum org.qtitools.qti.node.outcome.processing.OutcomeRuleType
 
toString() - Method in enum org.qtitools.qti.node.result.ItemVariableType
 
toString() - Method in enum org.qtitools.qti.node.result.SessionStatus
 
toString() - Method in enum org.qtitools.qti.node.RootNodeType
 
toString() - Method in class org.qtitools.qti.node.test.flow.DefaultItemFlow
 
toString() - Method in class org.qtitools.qti.node.test.flow.JumpNode
 
toString() - Method in class org.qtitools.qti.node.test.flow.Node
 
toString() - Method in enum org.qtitools.qti.node.test.NavigationMode
 
toString() - Method in enum org.qtitools.qti.node.test.SubmissionMode
 
toString() - Method in enum org.qtitools.qti.node.test.TestFeedbackAccess
 
toString() - Method in enum org.qtitools.qti.node.test.View
 
toString() - Method in enum org.qtitools.qti.node.test.VisibilityMode
 
toString() - Method in class org.qtitools.qti.validation.AbstractValidationItem
 
toString() - Method in class org.qtitools.qti.validation.ValidationResult
 
toString() - Method in enum org.qtitools.qti.validation.ValidationType
 
toString() - Method in class org.qtitools.qti.value.AbstractPairValue
 
toString() - Method in enum org.qtitools.qti.value.BaseType
 
toString() - Method in class org.qtitools.qti.value.BooleanValue
 
toString() - Method in enum org.qtitools.qti.value.Cardinality
 
toString() - Method in class org.qtitools.qti.value.DurationValue
 
toString() - Method in class org.qtitools.qti.value.FileValue
 
toString() - Method in class org.qtitools.qti.value.FloatValue
 
toString() - Method in class org.qtitools.qti.value.IdentifierValue
 
toString() - Method in class org.qtitools.qti.value.IntegerValue
 
toString() - Method in class org.qtitools.qti.value.ListValue
 
toString() - Method in class org.qtitools.qti.value.NullValue
 
toString() - Method in enum org.qtitools.qti.value.Orientation
 
toString() - Method in enum org.qtitools.qti.value.ParamType
 
toString() - Method in class org.qtitools.qti.value.PointValue
 
toString() - Method in class org.qtitools.qti.value.RecordValue
 
toString() - Method in class org.qtitools.qti.value.StringValue
 
toString() - Method in enum org.qtitools.qti.value.TableCellScope
 
toString() - Method in enum org.qtitools.qti.value.TextFormat
 
toString() - Method in class org.qtitools.qti.value.UriValue
 
toXmlString(boolean) - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
toXmlString(boolean) - Method in interface org.qtitools.qti.attribute.Attribute
Gets attribute converted to string (name="value").
toXmlString(int, boolean) - Method in class org.qtitools.qti.attribute.AttributeList
Prints attributes into string.
toXmlString(int, boolean) - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
toXmlString(int, boolean) - Method in interface org.qtitools.qti.group.NodeGroup
Prints all children into string.
toXmlString(int, boolean) - Method in class org.qtitools.qti.group.NodeGroupList
Prints groups into string.
toXmlString() - Method in class org.qtitools.qti.node.AbstractNode
 
toXmlString(int, boolean) - Method in class org.qtitools.qti.node.AbstractNode
 
toXmlString(int, boolean) - Method in class org.qtitools.qti.node.content.basic.TextRun
 
toXmlString(int, boolean) - Method in class org.qtitools.qti.node.item.AssessmentItem
 
toXmlString(int, boolean) - Method in class org.qtitools.qti.node.result.AssessmentResult
 
toXmlString(int, boolean) - Method in class org.qtitools.qti.node.test.AssessmentTest
 
toXmlString(int, boolean) - Method in class org.qtitools.qti.node.test.ItemSessionControl
 
toXmlString() - Method in interface org.qtitools.qti.node.XmlNode
Prints this node and all its children into string.
toXmlString(int, boolean) - Method in interface org.qtitools.qti.node.XmlNode
Prints this node and all its children into string.
Tr - Class in org.qtitools.qti.node.content.xhtml.table
tr
Tr(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.table.Tr
Constructs object.
TrGroup - Class in org.qtitools.qti.group.content.xhtml.table
Group of correctResponse child.
TrGroup(BodyElement) - Constructor for class org.qtitools.qti.group.content.xhtml.table.TrGroup
Constructs group.
Truncate - Class in org.qtitools.qti.node.expression.operator
The truncate operator takes A single sub-expression which must have single cardinality and base-type float.
Truncate(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.operator.Truncate
Constructs expression.
Tt - Class in org.qtitools.qti.node.content.xhtml.presentation
tt
Tt(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.presentation.Tt
Constructs object.

U

Ul - Class in org.qtitools.qti.node.content.xhtml.list
ul
Ul(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.list.Ul
Constructs object.
UniqueObject - Class in org.qtitools.qti.node
Parent of all unique nodes.
UniqueObject(UniqueObject) - Constructor for class org.qtitools.qti.node.UniqueObject
Constructs object.
UnsupportedBlock - Class in org.qtitools.qti.node.block
This block can contain any xml node.
UnsupportedBlock(XmlObject, String) - Constructor for class org.qtitools.qti.node.block.UnsupportedBlock
Constructs block.
UploadInteraction - Class in org.qtitools.qti.node.item.interaction
The upload interaction allows the candidate to upload a pre-prepared file representing their response.
UploadInteraction(XmlObject) - Constructor for class org.qtitools.qti.node.item.interaction.UploadInteraction
Constructs object.
UriAttribute - Class in org.qtitools.qti.attribute.value
Attribute with uri value.
UriAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.value.UriAttribute
Constructs attribute.
UriAttribute(XmlNode, String, URI) - Constructor for class org.qtitools.qti.attribute.value.UriAttribute
Constructs attribute.
UriAttribute(XmlNode, String, URI, URI, boolean) - Constructor for class org.qtitools.qti.attribute.value.UriAttribute
Constructs attribute.
UriValue - Class in org.qtitools.qti.value
Implementation of BaseType uri value.
UriValue(URI) - Constructor for class org.qtitools.qti.value.UriValue
Constructs UriValue from given URI.
UriValue(String) - Constructor for class org.qtitools.qti.value.UriValue
Constructs UriValue from given String representation.
uriValue() - Method in class org.qtitools.qti.value.UriValue
Returns the value of this UriValue as A URI.

V

Validatable - Interface in org.qtitools.qti.validation
Every object which supports validation must implement this interface.
validate() - Method in class org.qtitools.qti.attribute.AbstractAttribute
 
validate() - Method in class org.qtitools.qti.attribute.AttributeList
 
validate() - Method in class org.qtitools.qti.attribute.value.SingleValueAttribute
 
validate() - Method in class org.qtitools.qti.group.AbstractNodeGroup
 
validate() - Method in class org.qtitools.qti.group.NodeGroupList
 
validate() - Method in class org.qtitools.qti.node.AbstractNode
 
validate() - Method in class org.qtitools.qti.node.content.xhtml.hypertext.A
 
validate() - Method in class org.qtitools.qti.node.content.xhtml.table.Table
 
validate() - Method in class org.qtitools.qti.node.content.xhtml.text.Pre
 
validate() - Method in class org.qtitools.qti.node.expression.AbstractExpression
 
validate() - Method in class org.qtitools.qti.node.expression.general.MapResponse
 
validate() - Method in class org.qtitools.qti.node.expression.general.MapResponsePoint
 
validate() - Method in class org.qtitools.qti.node.expression.operator.CustomOperator
 
validate() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
 
validate() - Method in class org.qtitools.qti.node.item.interaction.AssociateInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.choice.InlineChoice
 
validate() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.DrawingInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.EndAttemptInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.GapMatchInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.GraphicAssociateInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.GraphicGapMatchInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.GraphicInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.GraphicOrderInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.HotspotInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.Interaction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.MediaInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.OrderInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.PositionObjectInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.SelectPointInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.SliderInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
validate() - Method in class org.qtitools.qti.node.item.interaction.UploadInteraction
 
validate() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapping
 
validate() - Method in class org.qtitools.qti.node.item.response.declaration.Mapping
 
validate() - Method in class org.qtitools.qti.node.item.response.declaration.ResponseDeclaration
 
validate() - Method in class org.qtitools.qti.node.item.response.processing.LookupOutcomeValue
 
validate() - Method in class org.qtitools.qti.node.item.response.processing.SetOutcomeValue
 
validate() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
 
validate() - Method in class org.qtitools.qti.node.outcome.processing.LookupOutcomeValue
 
validate() - Method in class org.qtitools.qti.node.outcome.processing.SetOutcomeValue
 
validate() - Method in class org.qtitools.qti.node.test.AbstractJump
 
validate() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
validate() - Method in interface org.qtitools.qti.validation.Validatable
Validates this object.
VALIDATE_RESPONSES_DEFAULT_VALUE - Static variable in class org.qtitools.qti.node.test.ItemSessionControl
Default value of getValidateResponses method.
validateAttributes() - Method in class org.qtitools.qti.node.AbstractNode
Validates attributes of this node.
validateAttributes() - Method in class org.qtitools.qti.node.content.mathml.Math
 
validateAttributes() - Method in class org.qtitools.qti.node.content.template.TemplateElement
 
validateAttributes() - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
 
validateAttributes() - Method in class org.qtitools.qti.node.content.variable.PrintedVariable
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.general.Correct
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.general.Default
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.general.RandomFloat
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.general.RandomInteger
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.general.Variable
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.AnyN
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.Equal
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.EqualRounded
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.FieldValue
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.Index
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.Inside
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.operator.RecordEx
 
validateAttributes() - Method in class org.qtitools.qti.node.expression.outcome.ItemSubset
 
validateAttributes() - Method in class org.qtitools.qti.node.item.ModalFeedback
 
validateAttributes() - Method in class org.qtitools.qti.node.item.response.declaration.AreaMapEntry
 
validateAttributes() - Method in class org.qtitools.qti.node.item.response.processing.ProcessResponseValue
 
validateAttributes() - Method in class org.qtitools.qti.node.item.template.processing.SetCorrectResponse
 
validateAttributes() - Method in class org.qtitools.qti.node.item.template.processing.SetDefaultValue
 
validateAttributes() - Method in class org.qtitools.qti.node.item.template.processing.SetTemplateValue
 
validateAttributes() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
 
validateAttributes() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTableEntry
 
validateAttributes() - Method in class org.qtitools.qti.node.outcome.declaration.OutcomeDeclaration
 
validateAttributes() - Method in class org.qtitools.qti.node.outcome.processing.ProcessOutcomeValue
 
validateAttributes() - Method in class org.qtitools.qti.node.shared.FieldValue
 
validateAttributes() - Method in class org.qtitools.qti.node.shared.VariableDeclaration
 
validateAttributes() - Method in class org.qtitools.qti.node.test.BranchRule
 
validateAttributes() - Method in class org.qtitools.qti.node.test.Selection
 
validateAttributes() - Method in class org.qtitools.qti.node.test.TestFeedback
 
validateAttributes() - Method in class org.qtitools.qti.node.test.TimeLimit
 
validateAttributes() - Method in class org.qtitools.qti.node.UniqueObject
 
validateChildren() - Method in class org.qtitools.qti.node.AbstractNode
Validates children (body) of this node.
validateChildren() - Method in class org.qtitools.qti.node.block.ContainerBlock
 
validateChildren() - Method in class org.qtitools.qti.node.content.template.TemplateElement
 
validateChildren() - Method in class org.qtitools.qti.node.content.variable.FeedbackElement
 
validateChildren() - Method in class org.qtitools.qti.node.expression.general.BaseValue
 
validateChildren() - Method in class org.qtitools.qti.node.expression.operator.Match
 
validateChildren() - Method in class org.qtitools.qti.node.expression.operator.Multiple
 
validateChildren() - Method in class org.qtitools.qti.node.expression.operator.Ordered
 
validateChildren() - Method in class org.qtitools.qti.node.expression.operator.RecordEx
 
validateChildren() - Method in class org.qtitools.qti.node.item.CorrectResponse
 
validateChildren() - Method in class org.qtitools.qti.node.item.ModalFeedback
 
validateChildren() - Method in class org.qtitools.qti.node.item.response.processing.ResponseConditionChild
 
validateChildren() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessing
 
validateChildren() - Method in class org.qtitools.qti.node.item.response.processing.ResponseProcessingFragment
 
validateChildren() - Method in class org.qtitools.qti.node.item.template.processing.TemplateConditionChild
 
validateChildren() - Method in class org.qtitools.qti.node.item.template.processing.TemplateProcessing
 
validateChildren() - Method in class org.qtitools.qti.node.outcome.declaration.InterpolationTable
 
validateChildren() - Method in class org.qtitools.qti.node.outcome.declaration.LookupTable
 
validateChildren() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeConditionChild
 
validateChildren() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessing
 
validateChildren() - Method in class org.qtitools.qti.node.outcome.processing.OutcomeProcessingFragment
 
validateChildren() - Method in class org.qtitools.qti.node.shared.declaration.DefaultValue
 
validateChildren() - Method in class org.qtitools.qti.node.shared.FieldValue
 
validateChildren() - Method in class org.qtitools.qti.node.test.AssessmentItemRef
 
validateChildren() - Method in class org.qtitools.qti.node.test.TestFeedback
 
validateCoords(Attribute, int[]) - Method in enum org.qtitools.qti.node.expression.operator.Shape
Validates coords attribute.
validateCoordsLength(Attribute, int[], int) - Method in enum org.qtitools.qti.node.expression.operator.Shape
Validates length of coords attribute (number of coordinates).
validateFigures(Attribute, int) - Method in enum org.qtitools.qti.node.expression.operator.RoundingMode
Validates figures attribute.
validatePositiveCoords(Attribute, int[]) - Method in enum org.qtitools.qti.node.expression.operator.Shape
Validates if all coordinates are greater or equal than zero.
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.ChoiceInteraction
 
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.CustomInteraction
 
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.ExtendedTextInteraction
 
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.HottextInteraction
 
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.InlineChoiceInteraction
 
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.Interaction
Validate the response associated with this interaction Subclasses should override this method as required.
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.MatchInteraction
 
validateResponse() - Method in class org.qtitools.qti.node.item.interaction.TextEntryInteraction
 
validateResponses() - Method in class org.qtitools.qti.node.item.AssessmentItem
Validate the responses set for each of the interactions
ValidationError - Class in org.qtitools.qti.validation
Validation item of error type.
ValidationError(XmlNode, String) - Constructor for class org.qtitools.qti.validation.ValidationError
Constructs validation item.
ValidationError(Validatable, XmlNode, String) - Constructor for class org.qtitools.qti.validation.ValidationError
Constructs validation item.
ValidationInfo - Class in org.qtitools.qti.validation
Validation item of info type.
ValidationInfo(Validatable, XmlNode, String) - Constructor for class org.qtitools.qti.validation.ValidationInfo
Constructs validation item.
ValidationItem - Interface in org.qtitools.qti.validation
One item of validation (the smallest piece of indivisible information).
ValidationResult - Class in org.qtitools.qti.validation
Result of validation.
ValidationResult() - Constructor for class org.qtitools.qti.validation.ValidationResult
Constructs validation result container.
ValidationType - Enum in org.qtitools.qti.validation
Definition of ValidationItem types.
ValidationWarning - Class in org.qtitools.qti.validation
Validation item of warning type.
ValidationWarning(XmlNode, String) - Constructor for class org.qtitools.qti.validation.ValidationWarning
Constructs validation item.
ValidationWarning(Attribute, String) - Constructor for class org.qtitools.qti.validation.ValidationWarning
Constructs validation item.
Value - Interface in org.qtitools.qti.value
Represents any JQTI value object.
VALUE_ITEM_IS_COMPLETED - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Value of completion status built-in variable.
VALUE_ITEM_IS_NOT_ATTEMPTED - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Value of completion status built-in variable.
VALUE_ITEM_IS_UNKNOWN - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Value of completion status built-in variable.
valueOf(String) - Static method in enum org.qtitools.qti.node.content.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.expression.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.expression.operator.RoundingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.expression.operator.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.expression.operator.ToleranceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.item.response.processing.ResponseRuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.item.template.processing.TemplateRuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.outcome.processing.OutcomeRuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.result.ItemVariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.result.SessionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.RootNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.test.NavigationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.test.SubmissionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.test.TestFeedbackAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.test.View
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.node.test.VisibilityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.validation.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.value.BaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.value.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.value.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.value.ParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.value.TableCellScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qtitools.qti.value.TextFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.qtitools.qti.node.content.ContentType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.content.xhtml.list.DlElementType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.content.xhtml.table.TableCellType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.expression.ExpressionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.expression.operator.RoundingMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.expression.operator.Shape
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.expression.operator.ToleranceMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.item.response.processing.ResponseRuleType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.item.template.processing.TemplateRuleType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.outcome.processing.OutcomeRuleType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.result.ItemVariableType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.result.SessionStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.RootNodeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.test.NavigationMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.test.SubmissionMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.test.TestFeedbackAccess
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.test.View
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.node.test.VisibilityMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.validation.ValidationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.value.BaseType
Returns an array containing the constants of this enum type, in the order they're declared.
values(BaseType[]) - Static method in enum org.qtitools.qti.value.BaseType
Returns all supported baseTypes except of baseTypes in given parameter.
values() - Static method in enum org.qtitools.qti.value.Cardinality
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.value.Orientation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.value.ParamType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.qtitools.qti.value.RecordValue
Returns A collection view of the values contained in this container.
values() - Static method in enum org.qtitools.qti.value.TableCellScope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.qtitools.qti.value.TextFormat
Returns an array containing the constants of this enum type, in the order they're declared.
valueToString() - Method in interface org.qtitools.qti.attribute.Attribute
Gets attribute's value converted to string.
valueToString() - Method in class org.qtitools.qti.attribute.MultipleAttribute
 
valueToString() - Method in class org.qtitools.qti.attribute.SingleAttribute
 
valueToString() - Method in class org.qtitools.qti.attribute.value.DateAttribute
 
Var - Class in org.qtitools.qti.node.content.xhtml.text
var
Var(XmlObject) - Constructor for class org.qtitools.qti.node.content.xhtml.text.Var
Constructs object.
Variable - Class in org.qtitools.qti.node.expression.general
This expression looks up the value of an itemVariable that has been declared in A corresponding variableDeclaration or is one of the built-in variables.
Variable(ExpressionParent) - Constructor for class org.qtitools.qti.node.expression.general.Variable
Constructs expression.
VARIABLE_COMPLETION_STATUS - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of completion status built-in variable.
VARIABLE_DURATION_NAME - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of duration built-in variable.
VARIABLE_DURATION_NAME - Static variable in class org.qtitools.qti.node.test.ControlObject
Name of duration built-in variable.
VARIABLE_NUMBER_OF_ATTEMPTS - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Name of number of attempts built-in variable.
VariableDeclaration - Class in org.qtitools.qti.node.shared
Item variables are declared by variable declarations.
VariableDeclaration(UniqueObject) - Constructor for class org.qtitools.qti.node.shared.VariableDeclaration
Creates object.
VariableMapping - Class in org.qtitools.qti.node.test
Variable mappings allow outcome variables declared with the name sourceIdentifier in the corresponding item to be treated as if they were declared with the name targetIdentifier during outcomeProcessing.
VariableMapping(AssessmentItemRef) - Constructor for class org.qtitools.qti.node.test.VariableMapping
Constructs parent.
VariableMappingGroup - Class in org.qtitools.qti.group.test
Group of variableMapping children.
VariableMappingGroup(AssessmentItemRef) - Constructor for class org.qtitools.qti.group.test.VariableMappingGroup
Constructs group.
verticalValue() - Method in class org.qtitools.qti.value.PointValue
Returns vertical value of this point.
View - Enum in org.qtitools.qti.node.test
The view in which the parent object is to be shown.
ViewMultipleAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with view values.
ViewMultipleAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
Constructs attribute.
ViewMultipleAttribute(XmlNode, String, List<View>) - Constructor for class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
Constructs attribute.
ViewMultipleAttribute(XmlNode, String, List<View>, List<View>, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.ViewMultipleAttribute
Constructs attribute.
VisibilityMode - Enum in org.qtitools.qti.node.test
The VisibilityMode determines how the visibility of the feedback is controlled.
VisibilityModeAttribute - Class in org.qtitools.qti.attribute.enumerate
Attribute with visibilityMode value.
VisibilityModeAttribute(XmlNode, String) - Constructor for class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
Constructs attribute.
VisibilityModeAttribute(XmlNode, String, VisibilityMode) - Constructor for class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
Constructs attribute.
VisibilityModeAttribute(XmlNode, String, VisibilityMode, VisibilityMode, boolean) - Constructor for class org.qtitools.qti.attribute.enumerate.VisibilityModeAttribute
Constructs attribute.

W

Weight - Class in org.qtitools.qti.node.test
Weights allow custom values to be defined for scaling an item's outcomes.
Weight(AssessmentItemRef) - Constructor for class org.qtitools.qti.node.test.Weight
Constructs object.
WeightGroup - Class in org.qtitools.qti.group.test
Group of assessmentSection children.
WeightGroup(AssessmentItemRef) - Constructor for class org.qtitools.qti.group.test.WeightGroup
Constructs group.
willShowFeedback() - Method in class org.qtitools.qti.node.content.ItemBody
Determine whether any feedback should be shown.

X

XML - Static variable in class org.qtitools.qti.node.item.AssessmentItem
Header of xml file.
XML - Static variable in class org.qtitools.qti.node.result.AssessmentResult
Header of xml file.
XML - Static variable in class org.qtitools.qti.node.test.AssessmentTest
Header of xml file.
XmlNode - Interface in org.qtitools.qti.node
Parent of all xml nodes.
XmlObject - Interface in org.qtitools.qti.node
Parent of all xml objects.
XmlUtils - Class in org.qtitools.qti.node
This class encapsulates XML parser.
XmlUtils() - Constructor for class org.qtitools.qti.node.XmlUtils
 
XmlUtils.UnicodeReader - Class in org.qtitools.qti.node
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2009. All Rights Reserved.