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