Click or drag to resize
IUserAccessiableSelectedAnswerChoiceCode Method
Relevent single choice grid and numeric choice grid questions. Returnes the coding 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 SelectedAnswerChoiceCode(
	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
SelectedAnswerChoiceCode(QRef(4),3), will return the coding text of the answer coded for topic index 3 in question index 4.
See Also