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
Comments
Please sign in to leave a comment.