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.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string SelectedAnswerChoiceCode(
int inQuesIdx,
int inChoiceIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inChoiceIdx
- Type: SystemInt32
Index of topic
Return Value
Type:
Stringstring 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