Package | impression.players |
Class | public class QuestionStatusTypes |
Inheritance | QuestionStatusTypes ![]() |
status
persisted property of a matching storyboard.
Constant | Defined 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 |
CORRECT | Constant |
public static const CORRECT:String = correct
All questions have been correctly evaluated, and there are no questions with a selected response.
CORRECT_INCOMPLETE | Constant |
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_CORRECT | Constant |
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_EVALUATED | Constant |
public static const NOT_EVALUATED:String = not evaluated
There are no questions with a selected or evaluated response.
SELECTED | Constant |
public static const SELECTED:String = items selected
There are questions with a selected response.
SOME_CORRECT | Constant |
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.