Click or drag to resize
IUserAccessiableAdditionalValueIter Method (Int32, String)

Note: This API is now obsolete.

Relevent mainly for single choice and multiple selection questions within a nested iteration. Returns DVar type value, of the additional text of the "Other specify" answer that was coded in inQuesIdx in iteration inIter (nested iteration string created using CreateMultiIterationsString).

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inIter
Type: SystemString
Iteration Number

Return Value

Type: DVar
Examples
Loop chapter B is nested in loop chapter A. AdditionalValueIter(QRef(4), CreateMultiIterationsString(3, 2)) will give me the text entered for the "Other specify" answer of question index 3 that was coded while loop A was on iteration index #3 and loop B was on iteration index #2.
See Also