Packageimpression.players
Classpublic class MatchingResponseDetails
InheritanceMatchingResponseDetails Inheritance Object

The MatchingResponseDetails class provides detailed information about a single response (answer or distractor) in a matching-type storyboard.

See also

MatchingPlayer.detailsOfResponseAt()


Public Properties
 PropertyDefined By
  correct : Boolean
[read-only] Indicates whether the response is an evaluated response for a question, and the response is the correct response for that question.
MatchingResponseDetails
  evaluated : Boolean
[read-only] Indicates whether the response is an evaluated response for a question.
MatchingResponseDetails
  evaluatedQuestionIndex : Number
[read-only] The index of the question that the response has been evaluated against.
MatchingResponseDetails
  index : Number
[read-only] The index of the response.
MatchingResponseDetails
  locked : Boolean
[read-only] Indicates whether the response can be selected.
MatchingResponseDetails
  propertyName : String
[read-only] The storyboard persisted property name of the response; for example, "Answer1" or "Distractor".
MatchingResponseDetails
  selected : Boolean
[read-only] Indicates whether the response is a selected response for a question.
MatchingResponseDetails
  selectedQuestionIndex : Number
[read-only] The index of the question that the response has been selected for.
MatchingResponseDetails
  valid : Boolean
[read-only] Indicates whether the persisted property value of the response is valid.
MatchingResponseDetails
  value : *
[read-only] The persisted property value of the response.
MatchingResponseDetails
Property Detail
correctproperty
correct:Boolean  [read-only]

Indicates whether the response is an evaluated response for a question, and the response is the correct response for that question.


Implementation
    public function get correct():Boolean
evaluatedproperty 
evaluated:Boolean  [read-only]

Indicates whether the response is an evaluated response for a question.


Implementation
    public function get evaluated():Boolean
evaluatedQuestionIndexproperty 
evaluatedQuestionIndex:Number  [read-only]

The index of the question that the response has been evaluated against.


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

The index of the response.


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

Indicates whether the response can be selected.


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

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


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

Indicates whether the response is a selected response for a question.


Implementation
    public function get selected():Boolean
selectedQuestionIndexproperty 
selectedQuestionIndex:Number  [read-only]

The index of the question that the response has been selected for.


Implementation
    public function get selectedQuestionIndex():Number
validproperty 
valid:Boolean  [read-only]

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


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

The persisted property value of the response.


Implementation
    public function get value():*