Click or drag to resize
IUserAccessiableSelectedAnswerChoiceText Method
Relevent mainly for single choice grid and numeric grid questions. Returns the text of the answer coded for inChoiceIdx in inQuesIdx.

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

Parameters

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

Return Value

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