IUserAccessiableSelectedAnswerCode Method |
Relevent for single choice questions.
Returnes the coding text of the answer coded in inQuesIdx.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string SelectedAnswerCode(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Stringstring type value
Examples
SelectedAnswerCode(QRef(4)), will return the coding text of the answer coded in question index 4.
See Also