IUserAccessiableCheckTopicsValues Method |
checks if the given answer index’s were selected in a single choice grid question.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool CheckTopicsValues(
int inQuesIdx,
params int[] inValues
)
Parameters
- inQuesIdx
- Type: SystemInt32
Question Index - inValues
- Type: SystemInt32
1 value or more, separated with a comma
Return Value
Type:
BooleanBoolean Value
Examples
CheckTopicsValues(CurrQues,1,2,3);
will return true if the responses to the topics are all among indexs 1,2,3
See Also