Click or drag to resize
IUserAccessiableAdditionalTextIter Method (Int32, Int32)

Note: This API is now obsolete.

Relevent mainly for single choice and multiple selection questions, included inside a loop chapter. Returns the additional text of the "Other specify" answer that was coded in inQuesIdx, during iteration inIter.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
[ObsoleteAttribute("Use AdditionalAnswerTextIter instead")]
string AdditionalTextIter(
	int inQuesIdx,
	int inIter
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inIter
Type: SystemInt32
Index of iteration

Return Value

Type: String
string type value
Examples
AdditionalTextIter(QRef(4),2), will return the additional text entered for the "Other specify" answer (if coded) in question index 4, during iteration number 2.
See Also