Packageimpression.players
Classpublic class QuestionStatusTypes
InheritanceQuestionStatusTypes Inheritance Object

The QuestionStatusTypes class defines known values for the status persisted property of a matching storyboard.



Public Constants
 ConstantDefined By
  CORRECT : String = correct
[static] All questions have been correctly evaluated, and there are no questions with a selected response.
QuestionStatusTypes
  CORRECT_INCOMPLETE : String = incomplete
[static] All questions evaluated are correct, but some questions have not been evaluated; and there are no questions with a selected response.
QuestionStatusTypes
  NONE_CORRECT : String = none correct
[static] All evaluated questions have been incorrectly evaluated, and there are no questions with a selected response.
QuestionStatusTypes
  NOT_EVALUATED : String = not evaluated
[static] There are no questions with a selected or evaluated response.
QuestionStatusTypes
  SELECTED : String = items selected
[static] There are questions with a selected response.
QuestionStatusTypes
  SOME_CORRECT : String = some correct
[static] Some evaluated questions have been correctly evaluated, some have been incorrectly evaluated, and there are no questions with a selected response.
QuestionStatusTypes
Constant Detail
CORRECTConstant
public static const CORRECT:String = correct

All questions have been correctly evaluated, and there are no questions with a selected response.

CORRECT_INCOMPLETEConstant 
public static const CORRECT_INCOMPLETE:String = incomplete

All questions evaluated are correct, but some questions have not been evaluated; and there are no questions with a selected response.

NONE_CORRECTConstant 
public static const NONE_CORRECT:String = none correct

All evaluated questions have been incorrectly evaluated, and there are no questions with a selected response.

NOT_EVALUATEDConstant 
public static const NOT_EVALUATED:String = not evaluated

There are no questions with a selected or evaluated response.

SELECTEDConstant 
public static const SELECTED:String = items selected

There are questions with a selected response.

SOME_CORRECTConstant 
public static const SOME_CORRECT:String = some correct

Some evaluated questions have been correctly evaluated, some have been incorrectly evaluated, and there are no questions with a selected response.