Package | impression.players |
Class | public class MatchingSummary |
Inheritance | MatchingSummary ![]() |
See also
Property | Defined By | ||
---|---|---|---|
correct : Boolean [read-only]
Indicates whether all valid questions have been correctly evaluated. | MatchingSummary | ||
isPracticeQuestion : Boolean [read-only]
Indicates whether the question should be treated as a practice question or a test question. | MatchingSummary | ||
selectedQuestionIndex : Number [read-only]
The index of the selected question. | MatchingSummary | ||
selectionsComplete : Boolean [read-only]
Indicates whether all unevaluated questions have a selected response. | MatchingSummary | ||
status : String [read-only]
Indicates the aggregate status of the questions in the current storyboard. | MatchingSummary | ||
totalAnswerDistractors : Number [read-only]
The number of questions used as distractors. | MatchingSummary | ||
totalCorrect : Number [read-only]
The number of questions correctly evaluated. | MatchingSummary | ||
totalEvaluated : Number [read-only]
The number of questions with an evaluated response. | MatchingSummary | ||
totalIncorrect : Number [read-only]
The number of questions incorrectly evaluated. | MatchingSummary | ||
totalLocked : Number [read-only]
The number of questions that have been locked. | MatchingSummary | ||
totalQuestionDistractors : Number [read-only]
The number of questions used as distractors. | MatchingSummary | ||
totalQuestions : Number [read-only]
The number of valid questions. | MatchingSummary | ||
totalSelected : Number [read-only]
The number of questions with a selected response. | MatchingSummary |
correct | property |
correct:Boolean
[read-only] Indicates whether all valid questions have been correctly evaluated.
public function get correct():Boolean
isPracticeQuestion | property |
isPracticeQuestion:Boolean
[read-only] Indicates whether the question should be treated as a practice question or a test question.
public function get isPracticeQuestion():Boolean
selectedQuestionIndex | property |
selectedQuestionIndex:Number
[read-only] The index of the selected question.
public function get selectedQuestionIndex():Number
selectionsComplete | property |
selectionsComplete:Boolean
[read-only] Indicates whether all unevaluated questions have a selected response.
public function get selectionsComplete():Boolean
status | property |
status:String
[read-only]
Indicates the aggregate status of the questions in the current storyboard. This
value will be one of the QuestionStatusTypes
constant values.
public function get status():String
See also
totalAnswerDistractors | property |
totalAnswerDistractors:Number
[read-only] The number of questions used as distractors.
public function get totalAnswerDistractors():Number
totalCorrect | property |
totalCorrect:Number
[read-only] The number of questions correctly evaluated.
public function get totalCorrect():Number
totalEvaluated | property |
totalEvaluated:Number
[read-only] The number of questions with an evaluated response.
public function get totalEvaluated():Number
totalIncorrect | property |
totalIncorrect:Number
[read-only] The number of questions incorrectly evaluated.
public function get totalIncorrect():Number
totalLocked | property |
totalLocked:Number
[read-only] The number of questions that have been locked.
public function get totalLocked():Number
totalQuestionDistractors | property |
totalQuestionDistractors:Number
[read-only] The number of questions used as distractors.
public function get totalQuestionDistractors():Number
totalQuestions | property |
totalQuestions:Number
[read-only] The number of valid questions.
public function get totalQuestions():Number
totalSelected | property |
totalSelected:Number
[read-only] The number of questions with a selected response.
public function get totalSelected():Number