Click or drag to resize
IUserAccessiableSelectedAnswerText Method (Int32)
Relevent mainly for single choice questions. Returns the text of the answer that was coded in inQuesIdx.

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

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