Interface AnswerFeedbackIfc
-
- All Superinterfaces:
Serializable
public interface AnswerFeedbackIfc extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static StringANSWER_FEEDBACKstatic StringCORRECT_FEEDBACKstatic StringGENERAL_FEEDBACKstatic StringINCORRECT_FEEDBACK
-
-
-
Field Detail
-
CORRECT_FEEDBACK
static final String CORRECT_FEEDBACK
- See Also:
- Constant Field Values
-
INCORRECT_FEEDBACK
static final String INCORRECT_FEEDBACK
- See Also:
- Constant Field Values
-
GENERAL_FEEDBACK
static final String GENERAL_FEEDBACK
- See Also:
- Constant Field Values
-
ANSWER_FEEDBACK
static final String ANSWER_FEEDBACK
- See Also:
- Constant Field Values
-
-