GetNumOfTopicsWithNotValues

int GetNumOfTopicsWithNotValues(int inQuesIdx, int[] inValues)

Description

Returns the number of topics without the given values in a single choice grid question.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx int Question index
inValues int[] 1 value or more, separated with a comma


Return Type

int

Example

GetNumOfTopicsWithNotValues(CurrQues,1,2,3);
will return 4 if index's 1,2,3 are not selected in 4 topics

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.