Click or drag to resize
IUserAccessiableAnsweredIter Method (Int32, Int32)
Relevant mainly for Questions that are part of an iteration Returns true if question inQuesIdx was answered and not skipped in the iteration inIteration

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool AnsweredIter(
	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 for question 5 an answer was selected/set in iteration 2.
See Also