IUserAccessiableSelectedAnswerText Method (Int32) |
Relevent mainly for single choice questions.
Returns the text of the answer that was coded in inQuesIdx.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string SelectedAnswerText(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Stringstring type value
Examples
SelectedAnswerText(QRef(3)), will return the text of the answer coded in question index 3.
See Also