Click or drag to resize
IUserAccessiableAnswerText Method
Relevent mainly for multiple selection questions. Returns the text of inAnswerIdx in inQuesIdx.

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inAnswerIdx
Type: SystemInt32
Index of answer

Return Value

Type: String
string type value
Examples
AnswerText(QRef(3),4), will return the text answer index 4 in question index 3.
See Also