Packageimpression.players
Classpublic class MatchingSummary
InheritanceMatchingSummary Inheritance Object

The MatchingSummary class provides aggregate information about a matching-type storyboard.

See also

MatchingPlayer.getSummary()


Public Properties
 PropertyDefined 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
Property Detail
correctproperty
correct:Boolean  [read-only]

Indicates whether all valid questions have been correctly evaluated.


Implementation
    public function get correct():Boolean
isPracticeQuestionproperty 
isPracticeQuestion:Boolean  [read-only]

Indicates whether the question should be treated as a practice question or a test question.


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

The index of the selected question.


Implementation
    public function get selectedQuestionIndex():Number
selectionsCompleteproperty 
selectionsComplete:Boolean  [read-only]

Indicates whether all unevaluated questions have a selected response.


Implementation
    public function get selectionsComplete():Boolean
statusproperty 
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.


Implementation
    public function get status():String

See also

totalAnswerDistractorsproperty 
totalAnswerDistractors:Number  [read-only]

The number of questions used as distractors.


Implementation
    public function get totalAnswerDistractors():Number
totalCorrectproperty 
totalCorrect:Number  [read-only]

The number of questions correctly evaluated.


Implementation
    public function get totalCorrect():Number
totalEvaluatedproperty 
totalEvaluated:Number  [read-only]

The number of questions with an evaluated response.


Implementation
    public function get totalEvaluated():Number
totalIncorrectproperty 
totalIncorrect:Number  [read-only]

The number of questions incorrectly evaluated.


Implementation
    public function get totalIncorrect():Number
totalLockedproperty 
totalLocked:Number  [read-only]

The number of questions that have been locked.


Implementation
    public function get totalLocked():Number
totalQuestionDistractorsproperty 
totalQuestionDistractors:Number  [read-only]

The number of questions used as distractors.


Implementation
    public function get totalQuestionDistractors():Number
totalQuestionsproperty 
totalQuestions:Number  [read-only]

The number of valid questions.


Implementation
    public function get totalQuestions():Number
totalSelectedproperty 
totalSelected:Number  [read-only]

The number of questions with a selected response.


Implementation
    public function get totalSelected():Number