IUserAccessiableNotAnswered Method |
Relevant for all Questions
Returns true if question inQuesIdx was not answered but was skipped
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool NotAnswered(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Booleantrue/false
Examples
NotAnswered(Qref(5)) will return true if question 5 has no answer selected/set.
See Also