Click or drag to resize
IUserAccessiableSelectedAnswerChoiceTextIter Method (Int32, Int32, Int32)
Relevent mainly for single choice grid and numeric grid questions, included inside a loop chapter. Returns the text of the answer coded for inChoiceIdx in inQuesIdx, during iteration inIter.

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inChoiceIdx
Type: SystemInt32
index of topic
inIter
Type: SystemInt32
index of iteration

Return Value

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