IUserAccessiableAdditionalValue Method |
Note: This API is now obsolete.
Relevent mainly for single choice and multiple selection questions.
Returns DVar type value, of 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")]
DVar AdditionalValue(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
DVarDVar type value
Examples
AdditionalValue(QRef(4)), will return the additional text entered for the "Other specify" answer (if coded) in question index 4.
See Also