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

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: String
string 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