Click or drag to resize
IUserAccessiableSelectedAnswerCode Method
Relevent for single choice questions. Returnes the coding text of the answer coded in inQuesIdx.

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

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