IUserAccessiableSetAnswerCodeIter Method (Int32, String, Int32) |
This function's set's a special code in a Numeric\Open-Ended Question within a loop with a given iteration
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool SetAnswerCodeIter(
int inQuesIdx,
string inCode,
int inIteration
)
Parameters
- inQuesIdx
- Type: SystemInt32
The Question ID - inCode
- Type: SystemString
The Answer Code\Index - inIteration
- Type: SystemInt32
Return Value
Type:
Boolean Boolean, a true value if succeeded
Examples
This will set Special Code 2, in question 1, in iteration 3.
SetAnswerCodeIter(1,"2",3);
See Also