Click or drag to resize
IUserAccessiableCheckTopicsValues Method
checks if the given answer index’s were selected in a single choice grid question.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
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: Boolean
Boolean 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