Click or drag to resize
IUserAccessiableClearAnswerAllIterations Method
This function clear the answers for question inQuesIdx that is in a loop chapter, in all loop iterations.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void ClearAnswerAllIterations(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
the question index

Return Value

Type: 
void
Examples
Question index 10 is a single choice question inside a loop chapter. ClearAnswerAllIterations(QRef(10)) will clear the answers in question 10 for all loop iterations it was answered in.
See Also