IUserAccessiableAdditionalText Method |
Note: This API is now obsolete.
Relevent mainly for single choice and multiple selection questions.
Returns the additional text of the "Other specify" answer that was coded in inQuesIdx.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax [ObsoleteAttribute("Use AdditionalAnswerText instead")]
string AdditionalText(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Stringstring type value
Examples
AdditionalText(QRef(4)), will return the additional text entered for the "Other specify" answer (if coded) in question index 4.
See Also