Package | impression.players |
Class | public class MatchingQuestionDetails |
Inheritance | MatchingQuestionDetails ![]() |
See also
Property | Defined 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 |
correct | property |
correct:Boolean
[read-only] Indicates whether the question has been correctly evaluated.
public function get correct():Boolean
evaluatedResponseIndex | property |
evaluatedResponseIndex:Number
[read-only] The index of the selected response.
public function get evaluatedResponseIndex():Number
evaluatedResponseName | property |
evaluatedResponseName:String
[read-only]
The storyboard persisted property name of the evaluated response; for example, "Answer1
" or "Distractor
".
public function get evaluatedResponseName():String
evaluatedResponseValue | property |
evaluatedResponseValue:*
[read-only] The persisted property value of the evaluated response.
public function get evaluatedResponseValue():*
index | property |
index:Number
[read-only] The index of the question.
public function get index():Number
locked | property |
locked:Boolean
[read-only] Indicates whether the question can be selected.
public function get locked():Boolean
propertyName | property |
propertyName:String
[read-only]
The storyboard persisted property name of the question; for example, "Question1
".
public function get propertyName():String
responseEvaluated | property |
responseEvaluated:Boolean
[read-only] Indicates whether a response has been evaluated for the question.
public function get responseEvaluated():Boolean
responseSelected | property |
responseSelected:Boolean
[read-only] Indicates whether a response has been selected for the question.
public function get responseSelected():Boolean
selected | property |
selected:Boolean
[read-only] Indicates whether the question is selected.
public function get selected():Boolean
selectedResponseIndex | property |
selectedResponseIndex:Number
[read-only] The index of the selected response.
public function get selectedResponseIndex():Number
selectedResponseName | property |
selectedResponseName:String
[read-only]
The storyboard persisted property name of the selected response; for example, "Answer1
" or "Distractor
".
public function get selectedResponseName():String
selectedResponseValue | property |
selectedResponseValue:*
[read-only] The persisted property value of the selected response.
public function get selectedResponseValue():*
valid | property |
valid:Boolean
[read-only] Indicates whether the persisted property value of the question is valid.
public function get valid():Boolean
value | property |
value:*
[read-only] The persisted property value of the question.
public function get value():*