IUserAccessiableNotAnsweredIter Method (Int32, Int32) |
Relevant mainly for Questions that are part of an iteration
Returns true if question inQuesIdx was not answered but got skipped in the iteration inIteration
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool NotAnsweredIter(
int inQuesIdx,
int inIteration
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inIteration
- Type: SystemInt32
The iteration number
Return Value
Type:
Booleantrue/false
Examples
AnsweredIter(Qref(5), 2) will return true if question 5 was not answered but got skipped in iteration 2.
See Also