Package | impression.players |
Class | public class MatchingResponseDetails |
Inheritance | MatchingResponseDetails ![]() |
See also
Property | Defined 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 |
correct | property |
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.
public function get correct():Boolean
evaluated | property |
evaluated:Boolean
[read-only] Indicates whether the response is an evaluated response for a question.
public function get evaluated():Boolean
evaluatedQuestionIndex | property |
evaluatedQuestionIndex:Number
[read-only] The index of the question that the response has been evaluated against.
public function get evaluatedQuestionIndex():Number
index | property |
index:Number
[read-only] The index of the response.
public function get index():Number
locked | property |
locked:Boolean
[read-only] Indicates whether the response can be selected.
public function get locked():Boolean
propertyName | property |
propertyName:String
[read-only]
The storyboard persisted property name of the response; for example, "Answer1
" or "Distractor
".
public function get propertyName():String
selected | property |
selected:Boolean
[read-only] Indicates whether the response is a selected response for a question.
public function get selected():Boolean
selectedQuestionIndex | property |
selectedQuestionIndex:Number
[read-only] The index of the question that the response has been selected for.
public function get selectedQuestionIndex():Number
valid | property |
valid:Boolean
[read-only] Indicates whether the persisted property value of the response is valid.
public function get valid():Boolean
value | property |
value:*
[read-only] The persisted property value of the response.
public function get value():*