Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool NotAnsweredIter(
	int inQuesIdx,
	int inIteration
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inIteration
Type: SystemInt32
The iteration number

Return Value

Type: Boolean
true/false
Examples
AnsweredIter(Qref(5), 2) will return true if question 5 was not answered but got skipped in iteration 2.
See Also