Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
[ObsoleteAttribute("Use AdditionalAnswerText instead")]
DVar AdditionalValue(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: DVar
DVar 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