Click or drag to resize
IUserAccessiableSelectedAnswerTextIter Method (Int32, Int32)
Relevent mainly for single choice questions, that were included inside a loop chapter. Returns the text of the answer that was coded in inQuesIdx, during iteration inIter.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string SelectedAnswerTextIter(
	int inQuesIdx,
	int inIter
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inIter
Type: SystemInt32
Index of iteration

Return Value

Type: String
string type value
Examples
SelectedAnswerTextIter(QRef(3),5), will return the text of the answer coded in question index 3, during iteration number 5.
See Also