Packageimpression.players
Classpublic class MatchingQuestionDetails
InheritanceMatchingQuestionDetails Inheritance Object

The MatchingQuestionDetails class provides detailed information about a single question in a matching-type storyboard.

See also

MatchingPlayer.detailsOfQuestionAt()


Public Properties
 PropertyDefined By
  correct : Boolean
[read-only] Indicates whether the question has been correctly evaluated.
MatchingQuestionDetails
  evaluatedResponseIndex : Number
[read-only] The index of the selected response.
MatchingQuestionDetails
  evaluatedResponseName : String
[read-only] The storyboard persisted property name of the evaluated response; for example, "Answer1" or "Distractor".
MatchingQuestionDetails
  evaluatedResponseValue : *
[read-only] The persisted property value of the evaluated response.
MatchingQuestionDetails
  index : Number
[read-only] The index of the question.
MatchingQuestionDetails
  locked : Boolean
[read-only] Indicates whether the question can be selected.
MatchingQuestionDetails
  propertyName : String
[read-only] The storyboard persisted property name of the question; for example, "Question1".
MatchingQuestionDetails
  responseEvaluated : Boolean
[read-only] Indicates whether a response has been evaluated for the question.
MatchingQuestionDetails
  responseSelected : Boolean
[read-only] Indicates whether a response has been selected for the question.
MatchingQuestionDetails
  selected : Boolean
[read-only] Indicates whether the question is selected.
MatchingQuestionDetails
  selectedResponseIndex : Number
[read-only] The index of the selected response.
MatchingQuestionDetails
  selectedResponseName : String
[read-only] The storyboard persisted property name of the selected response; for example, "Answer1" or "Distractor".
MatchingQuestionDetails
  selectedResponseValue : *
[read-only] The persisted property value of the selected response.
MatchingQuestionDetails
  valid : Boolean
[read-only] Indicates whether the persisted property value of the question is valid.
MatchingQuestionDetails
  value : *
[read-only] The persisted property value of the question.
MatchingQuestionDetails
Property Detail
correctproperty
correct:Boolean  [read-only]

Indicates whether the question has been correctly evaluated.


Implementation
    public function get correct():Boolean
evaluatedResponseIndexproperty 
evaluatedResponseIndex:Number  [read-only]

The index of the selected response.


Implementation
    public function get evaluatedResponseIndex():Number
evaluatedResponseNameproperty 
evaluatedResponseName:String  [read-only]

The storyboard persisted property name of the evaluated response; for example, "Answer1" or "Distractor".


Implementation
    public function get evaluatedResponseName():String
evaluatedResponseValueproperty 
evaluatedResponseValue:*  [read-only]

The persisted property value of the evaluated response.


Implementation
    public function get evaluatedResponseValue():*
indexproperty 
index:Number  [read-only]

The index of the question.


Implementation
    public function get index():Number
lockedproperty 
locked:Boolean  [read-only]

Indicates whether the question can be selected.


Implementation
    public function get locked():Boolean
propertyNameproperty 
propertyName:String  [read-only]

The storyboard persisted property name of the question; for example, "Question1".


Implementation
    public function get propertyName():String
responseEvaluatedproperty 
responseEvaluated:Boolean  [read-only]

Indicates whether a response has been evaluated for the question.


Implementation
    public function get responseEvaluated():Boolean
responseSelectedproperty 
responseSelected:Boolean  [read-only]

Indicates whether a response has been selected for the question.


Implementation
    public function get responseSelected():Boolean
selectedproperty 
selected:Boolean  [read-only]

Indicates whether the question is selected.


Implementation
    public function get selected():Boolean
selectedResponseIndexproperty 
selectedResponseIndex:Number  [read-only]

The index of the selected response.


Implementation
    public function get selectedResponseIndex():Number
selectedResponseNameproperty 
selectedResponseName:String  [read-only]

The storyboard persisted property name of the selected response; for example, "Answer1" or "Distractor".


Implementation
    public function get selectedResponseName():String
selectedResponseValueproperty 
selectedResponseValue:*  [read-only]

The persisted property value of the selected response.


Implementation
    public function get selectedResponseValue():*
validproperty 
valid:Boolean  [read-only]

Indicates whether the persisted property value of the question is valid.


Implementation
    public function get valid():Boolean
valueproperty 
value:*  [read-only]

The persisted property value of the question.


Implementation
    public function get value():*